summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
Commit message (Expand)AuthorAgeFilesLines
* Convert the bus space accessors from macros to inlines. This fixes somejake2002-10-011-204/+316
* Get rid of the TODO macro in the few places that still need work; eitherjake2002-10-011-3/+0
* Add needed include of queue.h.jake2002-10-011-0/+1
* Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, tojake2002-09-281-1/+1
* Be careful not to define GCC-specific optimizations in the non-GCCmike2002-09-231-2/+11
* Don't include opt_bus.h here, it breaks stuff trying tomux2002-09-211-1/+0
* Implement C99's va_copy() macro.mike2002-09-181-0/+3
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-7/+0
* Use the definitions in machine/fsr.h instead of duplicating these magictmm2002-09-141-9/+11
* Clean up a bit, and add some more macros to access %fsr fields.tmm2002-09-141-14/+17
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allmike2002-09-031-54/+0
* Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most othermike2002-09-021-2/+2
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-301-1/+1
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-291-1/+0
* Removed legacy signal trampoline.jake2002-08-291-2/+0
* Move several MI types from <machine/_types.h> to <sys/_types.h>.mike2002-08-231-37/+0
* Removed unneeded include of machine/types.h (which no longer exists).jake2002-08-231-1/+0
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-216-174/+148
* Fix warning. These structs should probably be removed altogether.jake2002-08-181-0/+2
* Add pmap support for user mappings of multiple page sizes (super pages).jake2002-08-183-33/+32
* Minor style. Removed unused declaration.jake2002-08-161-2/+1
* Demark sections of code that need special fault handling with labels.jake2002-08-162-2/+4
* Store the number of itlb and dtlb entries separately; they may be different.jake2002-08-152-1/+3
* Auto size available kernel virtual address space based on phsyical memoryjake2002-08-102-24/+10
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-071-0/+1
* Forgot to commit this.jake2002-08-011-2/+2
* These file are no longer used (moved to userland and/or merged intojake2002-07-312-93/+0
* Add definitions for statistical and high-resolution profiling. The callingjake2002-07-301-14/+35
* Create a new header <machine/_stdint.h> for storing MD parts ofmike2002-07-294-231/+171
* Add _ALIGN_DATA and _ALIGN_TEXT macros.jake2002-07-291-1/+9
* Revert the previous delta; uintfptr_t needs to be available tomike2002-07-281-0/+1
* Add declarations for btext and etext.jake2002-07-281-0/+3
* uintfptr_t has moved to machine/types.h.jake2002-07-271-1/+0
* Implement a direct mapped address region, like alpha and ia64. Thisjake2002-07-272-0/+7
* Remove the tlb argument to tlb_page_demap (itlb or dtlb), in order to betterjake2002-07-263-13/+3
* When multiple IOMMUs are present in a system, use a single TSB for alltmm2002-07-161-5/+4
* Add new UltraSPARC-III VIS II instructions.tmm2002-07-161-0/+9
* Add new LSU bits for UltraSPARC-III.tmm2002-07-161-0/+16
* Add ASI definitions of UltraSPARC-III (Cu) processors, and add sometmm2002-07-161-8/+102
* Use a fixed address for KERNBASE, so it doesn't change if the size of KVAjake2002-07-131-26/+6
* Identify UltraSPARC-III and UltraSPARC-III+ cpus.jake2002-07-131-0/+2
* When sending cache flushing IPIs, don't try to IPI the triggering CPUtmm2002-07-121-4/+4
* Remove label_t and physadr, which seem to have never been used inmike2002-07-101-10/+0
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'smike2002-07-081-5/+0
* Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-301-11/+11
* Add files that are new for KSE.julian2002-06-291-0/+38
* Remove a couple of __P() stragglers.peter2002-06-291-4/+4
* pmap_kremove can no longer be used to remove the magic device mappingsjake2002-06-251-0/+1
* Add a missing prototype to fix a warning.mux2002-06-231-0/+2
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatpeter2002-06-201-1/+1
OpenPOWER on IntegriCloud