NetBSD/sys/arch/arm26/include
simonb d9ab16ba2f Purge CLSIZE, CLSIZELOG2 and MCLOFSET.
Be consistant in the way that MSIZE, MCLSHIFT, MCLBYTES and NMBCLUSTERS
  are defined.
Remove old VM constants from cesfic port.
Bump MSIZE to 256 on mipsco (the only one that wasn't already 256).
2002-02-26 15:13:19 +00:00
..
Makefile Move disklabel_acorn.h to <sys/disklabel_acorn.h>, much like we did 2001-11-25 16:22:47 +00:00
ansi.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
aout_machdep.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
asm.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
boot.h Only declare kernel objects ifdef _KERNEL. 2001-07-28 12:53:06 +00:00
bootconfig.h Add <machine/bootconfig.h> on arm26, and add an <arm/bootconfig.h> for it to 2001-05-13 13:46:23 +00:00
bswap.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
bus.h Fix names of bus_space_copy_region_1() and bus_space_copy_region_2(). 2001-11-16 13:34:03 +00:00
cdefs.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
cpu.h Use <arm/cpu.h>. 2001-02-28 00:17:40 +00:00
db_machdep.h db_interface.c: 2001-11-16 14:39:30 +00:00
disklabel.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
elf_machdep.h Share <machine/elf_machdep.h> between arm26 and arm32. 2001-01-11 22:28:06 +00:00
endian.h
endian_machdep.h Re-introduce <arm/endian_machdep.h>, this time using GCC's idea of the target 2001-02-17 14:55:44 +00:00
fiq.h * Share a common vector page between arm26 and arm32. 2001-12-20 01:20:21 +00:00
float.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
fp.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
fpureg.h Stub FPU driver -- identifies FPUs and warns they aren't supported. e.g: 2000-12-23 13:37:02 +00:00
frame.h Use comments around the token after a #endif. 2001-08-31 04:44:54 +00:00
ieee.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
ieeefp.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
int_const.h Add definitions of C99 integer constant macros. 2001-04-14 22:38:33 +00:00
int_fmtio.h Add definitions of C99 integer format conversion macros. 2001-04-15 17:13:04 +00:00
int_limits.h Add definitions of C99 specified-width integer type limits. 2001-04-15 15:29:02 +00:00
int_mwgwtypes.h Add definitions of C99 minimum-width and greatest-width integer types. 2001-04-14 12:19:49 +00:00
int_types.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
intr.h Two related changes: 2001-08-21 22:47:17 +00:00
ipkdb.h
irq.h Use evcnts properly for interrupt counting. 2001-01-23 22:07:57 +00:00
limits.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
loadfile_machdep.h Define BOOT_ELF32. Don't define ELFSIZE. 2001-10-31 17:59:38 +00:00
lock.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
machdep.h Merge ast() and userret() between arm32 and arm26. The implementation used 2001-12-21 22:56:16 +00:00
math.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
memcreg.h Small comment correction. 2001-03-28 13:04:57 +00:00
param.h Purge CLSIZE, CLSIZELOG2 and MCLOFSET. 2002-02-26 15:13:19 +00:00
pcb.h Add a merged <pcb.h> for arm26/arm32. 2001-09-03 19:20:27 +00:00
pmap.h Implement pmap_resident_count() and pmap_wired_count() properly. 2001-05-05 14:20:05 +00:00
podulebus_machdep.h Add dummy "podloader" functions on arm32, and move their declarations to the MI 2001-07-04 13:58:04 +00:00
proc.h Lint doesn't like zero-sized structs. 2001-02-17 20:07:01 +00:00
profile.h Make the common <arm/profile.h> work on arm26 and arm32, choosing whether 2001-05-04 00:11:15 +00:00
ptrace.h Shared ARM ptrace(2) implementation. Mostly the same as the arm32 2001-02-11 17:03:04 +00:00
reg.h Common <arm/reg.h> (and hence common struct reg) for ARM. 2001-02-11 14:51:55 +00:00
setjmp.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
signal.h Switch over to using the arm32 sigcontext structure. 2001-01-16 00:29:45 +00:00
softintr.h
stdarg.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
sysarch.h Add <machine/sysarch.h> to go with sysarch(). 2001-07-28 19:14:00 +00:00
trap.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
types.h Add 26-bit and 32-bit types.h files, which indicate the programming 2001-11-22 17:59:57 +00:00
varargs.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
vmparam.h MAXSLP is defined to be a machine-independent scheduling parameter, 2001-11-15 18:06:11 +00:00