NetBSD/sys/arch/i386/include
mycroft 8bed9fe251 Set NKPTP default to 0 (it's calculated in locore). Also reduce NKPTP_MIN to
2 -- though, with our current rounding of the data section, we will never take
advantage of that.
2004-08-05 15:26:59 +00:00
..
acpi_func.h - leave a compiler which register is used for an asm argument. 2003-08-13 12:40:31 +00:00
acpi_machdep.h Redirect to x86/. 2003-05-11 18:18:08 +00:00
ansi.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
aout_machdep.h
apicvar.h
apmvar.h Wrap some areas with #ifndef _LOCORE so assembly files can pick up some defs 2003-12-25 21:03:55 +00:00
asm.h fix a compile error in the case DDB && !GPROF. 2004-05-13 20:30:39 +00:00
atomic.h
bios32.h
bioscall.h Nuke __P(). 2003-10-27 13:43:48 +00:00
bootinfo.h
bswap.h
bus.h
byte_swap.h
cdefs.h
coff_machdep.h
cpu_counter.h
cpu.h curcpu: fix a typo. (cpuinfo -> cpu_info) 2004-05-16 12:32:53 +00:00
cpufunc.h issue memory read barrier for BUS_DMASYNC_POSTREAD operation. 2004-01-14 11:31:55 +00:00
cputypes.h
cpuvar.h
darwin_machdep.h Add USRSTACK definitions 2004-07-04 15:22:29 +00:00
db_machdep.h Nuke __P(). 2003-10-27 13:43:48 +00:00
disklabel.h Overhaul MBR handling (part 1): 2003-10-08 04:25:43 +00:00
eisa_machdep.h
elf_machdep.h
endian_machdep.h Reflect <sys/endian.h> rev. 1.4: make htonl() et al. arguments and 2004-06-10 16:01:39 +00:00
endian.h
float.h
frame.h constify sendsig/trapsignal 2003-09-25 22:00:02 +00:00
frameasm.h add a comment to note that INTRFASTEXIT and trap() should be in sync. 2004-05-12 20:03:06 +00:00
freebsd_machdep.h Nuke __P(). 2003-10-27 13:43:48 +00:00
gdt.h Nuke __P(). 2003-10-27 13:43:48 +00:00
i8259.h
i82093reg.h The i82093 spec is unclear about it, but my assumption that the selected 2003-05-11 14:02:17 +00:00
i82093var.h
i82489reg.h
i82489var.h
ibcs2_machdep.h Nuke __P(). 2003-10-27 13:43:48 +00:00
ieee.h
ieeefp.h
int_const.h
int_fmtio.h Bring back {u,}int_fast8_t back to 8 bits, as I had misunderstood Charles. 2004-05-22 14:16:59 +00:00
int_limits.h Bring back {u,}int_fast8_t back to 8 bits, as I had misunderstood Charles. 2004-05-22 14:16:59 +00:00
int_mwgwtypes.h Bring back {u,}int_fast8_t back to 8 bits, as I had misunderstood Charles. 2004-05-22 14:16:59 +00:00
int_types.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
intr.h
intrdefs.h
ipkdb.h
isa_machdep.h
isapnp_machdep.h
joystick.h just include <sys/joystick.h> 2004-07-02 17:15:10 +00:00
kcore.h
kvm86.h
limits.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
loadfile_machdep.h Nuke __P(). 2003-10-27 13:43:48 +00:00
lock.h
mach_machdep.h add stub file so that the kernel compiles. 2003-12-04 01:17:19 +00:00
macho_machdep.h
Makefile Factor out W{CHAR,INT}_{MAX,MIN} into their own header file. 2004-05-08 21:51:47 +00:00
math.h Use a common <machine/math.h> for amd64 and i386. 2003-10-22 11:54:23 +00:00
mca_machdep.h
mcontext.h Add some accessor macros for the ucontext: 2003-10-08 22:43:01 +00:00
mpacpi.h Redirect to x86/ 2003-05-11 18:46:59 +00:00
mpbiosreg.h
mpbiosvar.h
mpconfig.h
mtrr.h
npx.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
param.h cleanup the mess with KERNBASE and KERNBASE_LOCORE. 2003-08-08 20:13:04 +00:00
pcb.h defer pmap switching until it's really needed 2004-02-20 17:35:01 +00:00
pccons.h Nuke __P(). 2003-10-27 13:43:48 +00:00
pci_machdep.h
pic.h
pio.h
pmap.h Set NKPTP default to 0 (it's calculated in locore). Also reduce NKPTP_MIN to 2004-08-05 15:26:59 +00:00
pmc.h
proc.h - Locate comment in right place. 2004-02-21 04:31:40 +00:00
profile.h instead of blindly set IF in MCOUNT_EXIT, 2004-05-24 14:01:10 +00:00
psl.h
pte.h add support for non-executable mappings (where the hardware allows this) 2003-08-24 17:52:28 +00:00
ptrace.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
rbus_machdep.h
reg.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
segments.h Drop trailing spaces. 2004-03-05 11:30:50 +00:00
setjmp.h
signal.h SIGTRAMP_VALID() should not pollute the user namespace 2004-05-10 21:51:49 +00:00
specialreg.h
spkr.h
stdarg.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
svr4_machdep.h Nuke __P(). 2003-10-27 13:43:48 +00:00
sysarch.h Nuke __P(). 2003-10-27 13:43:48 +00:00
tlog.h Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
trap.h
tss.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
types.h Do not export __HAVE_RAS to userland. Applications are supposed to try 2004-01-18 18:23:19 +00:00
userret.h Reduce code duplication by adding mi_userret() in sys/userret.h 2003-10-31 16:44:34 +00:00
varargs.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
vm86.h Nuke __P(). 2003-10-27 13:43:48 +00:00
vmparam.h add a comment on mp_attrs. 2004-05-12 09:11:03 +00:00
wchar_limits.h Factor out W{CHAR,INT}_{MAX,MIN} into their own header file. 2004-05-08 21:51:47 +00:00