aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/asmacros.h
Commit message (Expand)AuthorAgeFilesLines
* - Move the macros for generating load and store instructions to asmacros.hMarius Strobl2010-12-291-1/+14
* Predict KASSERTs to be true.Marius Strobl2010-02-131-1/+1
* Remove filename+line number from panic messages.Poul-Henning Kamp2004-06-061-4/+2
* - Fix for sparc64 to use new __panic() functionKen Smith2004-01-271-2/+4
* add support for interrupt counting on sparc64. This copies part of theJohn-Mark Gurney2003-07-161-0/+11
* I was wrong, the ENTRY bits in asm.h did have a purpose -- for userland.David E. O'Brien2003-04-261-38/+0
* The ENTRY bits were in two places. Remove the one not used (asm.h), butDavid E. O'Brien2003-04-261-0/+11
* Two tokens that don't together form a vaid preprocssor token cannot beDavid E. O'Brien2003-04-261-2/+2
* Add pmap support for user mappings of multiple page sizes (super pages).Jake Burkholder2002-08-181-5/+0
* Add _ALIGN_DATA and _ALIGN_TEXT macros.Jake Burkholder2002-07-291-1/+9
* Minor style.Jake Burkholder2002-05-251-3/+5
* Fix ifdef LOCORE protection.Jake Burkholder2002-03-131-4/+4
* Add an ATOMIC_CLEAR_INT macro.Jake Burkholder2002-03-131-2/+13
* Update comments and defines to reflect that normal and alternate g6 pointJake Burkholder2002-01-081-22/+52
* Add macros for dedicated register variables, for use in assmebler.Jake Burkholder2001-12-291-6/+33
* Overhaul the per-CPU support a bit:John Baldwin2001-12-111-2/+2
* Implement SET. Set execption.s 1.12.Jake Burkholder2001-11-181-0/+12
* Implement PCPU_ADDR. Align functions on 16 bytes boundaries.Jake Burkholder2001-09-301-1/+4
* Gcc 3.0 requires a .register pseudo-op for certain global registers whenJake Burkholder2001-08-181-0/+5
* The author isn't a [UC] Regents. Correct the copyright language.David E. O'Brien2001-08-091-2/+2
* Flesh out the sparc64 port considerably. This contains:Jake Burkholder2001-07-311-0/+64