NetBSD/sys/arch/i386/include
gmcgarry 14b302311d RAS support for i386. 2002-08-28 09:47:15 +00:00
..
Makefile Add mtrr.h to INCS list to get installed on a make includes 2001-09-12 04:44:21 +00:00
acpi_machdep.h - Disable Interrput before execute AcpiEnterSleepState(). 2002-07-18 12:05:11 +00:00
ansi.h replace 'long long' with int64_t to compile stand alone program with 2001-01-03 10:08:55 +00:00
aout_machdep.h
apmvar.h Make it possible to query each battery individually by making the 2001-09-10 05:23:30 +00:00
asm.h Move the IDTVEC() macro to <machine/asm.h>, and make it work with 2002-05-31 18:07:31 +00:00
bios32.h
bioscall.h Add support for getting %es value from the bios call. 2001-05-02 13:12:45 +00:00
bootinfo.h
bswap.h
bus.h trivially rename some macro parameters to avoid lint warnings. 2001-11-10 22:21:00 +00:00
byte_swap.h minor knf 2001-11-29 02:46:55 +00:00
cdefs.h
coff_machdep.h
conf.h Remove opms(4) and its device, /dev/pms0, from the i386 port, because 2002-04-18 12:54:09 +00:00
cpu.h always include ci_s*_locks in struct cpu_info, so that the size doesn't depend 2002-07-09 22:28:30 +00:00
cpufunc.h add KSTACK_CHECK_DR0. 2002-07-03 02:46:11 +00:00
cputypes.h Add transmeta crusoe cpu support from toshi. 2001-11-17 08:21:43 +00:00
db_machdep.h Eliminate commons. 2002-05-12 23:16:52 +00:00
disklabel.h Use highest bit of minor as an extra bit for the partition number to 2001-01-02 23:06:54 +00:00
eisa_machdep.h
elf_machdep.h Add support for dumping ELF-cormat core files. 2001-12-09 23:05:56 +00:00
endian.h
endian_machdep.h
float.h remove needless externs in front of function prototypes 2001-05-21 04:47:35 +00:00
frame.h During native signal delivery (and iBCS2, since it uses the native 2002-06-23 22:18:49 +00:00
freebsd_machdep.h Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
gdt.h Move the TSS selector out of the PCB and put it into mdproc. We 2000-08-16 04:44:35 +00:00
ibcs2_machdep.h Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
ieee.h
ieeefp.h
int_const.h Add definitions of C99 integer constant macros. 2001-04-14 22:38:33 +00:00
int_fmtio.h {,u}intptr_t are longs; adjust printf/scanf formats. 2001-09-19 05:23:43 +00:00
int_limits.h Add definitions for C99 fastest minimum-width integer types. 2001-04-26 16:25:19 +00:00
int_mwgwtypes.h Add definitions for C99 fastest minimum-width integer types. 2001-04-26 16:25:19 +00:00
int_types.h * Move definitions of exact-width integer types from <machine/types.h> 2001-04-28 15:41:28 +00:00
intr.h Eliminate commons. 2002-05-12 23:16:52 +00:00
ipkdb.h
isa_machdep.h add MD support for ACPI sleep/wakeup. 2002-06-18 07:56:12 +00:00
isapnp_machdep.h
joystick.h
kcore.h
kvm86.h add a function to read from the BIOS vm86 2002-07-10 19:09:35 +00:00
limits.h
loadfile_machdep.h Split elf32 vs. elf64 handling in loadfile(), including support for 2001-10-31 17:20:45 +00:00
lock.h remove some lint, including ansifying some inlines 2001-04-30 01:17:30 +00:00
macho_machdep.h add MACHO_MACHDEP_CASES 2001-07-14 03:05:51 +00:00
math.h Clean up some rampant code duplication wrt ieee number handling: 2002-02-19 13:08:12 +00:00
mca_machdep.h Add couple hooks, needed primarily for NCR 53C90 MCA card driver: 2001-12-02 17:02:33 +00:00
mouse.h
mtrr.h Add code to frob the MTRR-like registers on the AMD K6-2 2001-09-19 01:26:18 +00:00
npx.h Upon further reading of the manual, don't save the MXCSR-at-last-exception. 2001-08-03 01:46:08 +00:00
param.h Purge CLSIZE, CLSIZELOG2 and MCLOFSET. 2002-02-26 15:13:19 +00:00
pcb.h Eliminate commons. 2002-05-12 23:16:52 +00:00
pccons.h
pci_machdep.h Let machine-dependent code specify how to enumerate the bus. 2002-05-15 19:23:51 +00:00
pio.h Fix some register constraints; specifically, the "port" operand, 2001-12-28 06:42:40 +00:00
pmap.h Use ANSI declarations for static inline functions, and give them 2001-12-23 23:08:41 +00:00
pmc.h PMC_TYPE_I586 -> PMC_CLASS_I586 2002-08-09 05:28:08 +00:00
proc.h Add flag to indicate that a process set some mtrrs that need to be 2001-09-10 10:11:21 +00:00
profile.h Declare some asm statement with output as volatile. Without this, 2001-11-30 06:53:56 +00:00
psl.h use _KERNEL_OPT 2001-05-30 11:57:16 +00:00
pte.h Define PG_LGFRAME, which is the page frame mask for large (4MB) pages. 2000-09-05 21:52:16 +00:00
ptrace.h Mirror cleanup wrt. procfs-centric naming made to the MI ptrace code. 2002-05-09 16:28:11 +00:00
rbus_machdep.h Move _i386_memio_unmap() into bus_machdep.c; the ACPI code wants it. 2001-04-25 03:31:23 +00:00
reg.h * Allow machine-dependent code to specify hooks for ptrace(2) 2001-12-05 00:58:05 +00:00
rnd.h Use #if defined(FOO_CPU) instead of #if FOO_CPU just to be picky. 2001-12-06 01:56:19 +00:00
segments.h Re-arrange GDT entries somewhat so that: (1) I can reserve the 8th entry for 2002-01-23 15:02:34 +00:00
setjmp.h
signal.h
specialreg.h Add Athlon performance counters. 2002-06-07 04:03:49 +00:00
spkr.h
stdarg.h
svr4_machdep.h rename (incorrect) SVR4_TRAP_CLOCK_SETTIME to SVR4_TRAP_GETHRESTIME - this 2001-12-21 07:02:23 +00:00
sysarch.h Support Athlon performance counters. 2002-06-07 04:04:47 +00:00
trap.h Add XMM trap type. 2002-06-17 21:38:20 +00:00
tss.h
types.h RAS support for i386. 2002-08-28 09:47:15 +00:00
userret.h Introduce PROC_PC(), which is used to get a process's user PC. If this is 2000-12-10 19:29:30 +00:00
varargs.h
vm86.h
vmparam.h MAXSLP is defined to be a machine-independent scheduling parameter, 2001-11-15 18:06:11 +00:00