NetBSD/sys/arch/arm/include
thorpej 20b1bb2655 Clean up handling of the vector page on 32-bit ARM systems:
* Don't refer to VA 0, instead refer to a new variable: vector_page
* Delete the old zero_page_*() functions, replacing them with a new
  one: vector_page_setprot().
* When manipulating vector page mappings in user pmaps, only do so if
  the vector page is below KERNEL_BASE (if it's above KERNEL_BASE, the
  vector page is mapped by the kernel pmap).
* Add a new function, arm32_vector_init(), which takes the virtual
  address of the vector page (which MUST be valid when the function
  is called) and a bitmask of vectors the kernel is going to take
  over, and performs all vector page initialization, including setting
  the V bit in the CPU Control register ("relocate vectors to high
  address"), if necessary.
2002-04-03 23:33:26 +00:00
..
arm26 Add 26-bit and 32-bit types.h files, which indicate the programming 2001-11-22 17:59:57 +00:00
arm32 Clean up handling of the vector page on 32-bit ARM systems: 2002-04-03 23:33:26 +00:00
ansi.h
aout_machdep.h
armreg.h Define the two possible addresses for the ARM vector page. 2002-04-03 22:12:52 +00:00
asm.h
blockio.h
bootconfig.h
bswap.h
bus.h Overhaul bus_dmamap_sync for the ARM: 2002-01-25 20:57:41 +00:00
cdefs.h
conf.h Use "#define<tab>". 2002-02-28 03:17:23 +00:00
cpu.h Clean up handling of the vector page on 32-bit ARM systems: 2002-04-03 23:33:26 +00:00
cpufunc.h Restructure a few things in order to support other XScale core 2002-03-26 19:29:44 +00:00
db_machdep.h Add 26-bit and 32-bit types.h files, which indicate the programming 2001-11-22 17:59:57 +00:00
disklabel.h G/c the unused (and #if 0'd) bits of cpu_disklabel. Fetch disklabel_acorn.h 2001-11-25 19:02:03 +00:00
elf_machdep.h Add support for dumping ELF-cormat core files. 2001-12-09 23:05:56 +00:00
endian_machdep.h
endian.h
fiq.h * Share a common vector page between arm26 and arm32. 2001-12-20 01:20:21 +00:00
float.h
fp.h
frame.h
ieee.h
ieeefp.h
int_const.h
int_fmtio.h
int_limits.h
int_mwgwtypes.h
int_types.h
ipkdb.h
isa_machdep.h Finish up the changes to get LOOSE_PROTOTYPES working for cats. 2002-01-07 22:58:07 +00:00
isapnp_machdep.h
limits.h
lock.h Implement __cpu_simple_lock*() primitives using the SWP insn. Note 2001-11-15 19:22:32 +00:00
Makefile Add an <arm/swi.h>, containing symbolic names for SWI ranges. 2002-01-13 15:03:06 +00:00
math.h Clean up some rampant code duplication wrt ieee number handling: 2002-02-19 13:08:12 +00:00
ofisa_machdep.h
ofw.h
param.h Purge CLSIZE, CLSIZELOG2 and MCLOFSET. 2002-02-26 15:13:19 +00:00
pcb.h - Move more contents of various <machine/vmparam.h> files into 2001-11-23 17:39:03 +00:00
pci_machdep.h
pio.h
proc.h
profile.h arm26->acorn26 transition. 2002-03-24 15:49:38 +00:00
ptrace.h Make sure that PT_STEP is defined for userland, even though we don't 2001-10-19 00:18:20 +00:00
reg.h
setjmp.h
signal.h
softintr.h Move the generic ARM soft interrupt code into a generic place. 2002-01-29 22:54:14 +00:00
stdarg.h Remove the call to abort(). We don't pull in a prototype for it, 2002-01-01 01:58:01 +00:00
swi.h Add an <arm/swi.h>, containing symbolic names for SWI ranges. 2002-01-13 15:03:06 +00:00
sysarch.h Rename the ARM sysarch calls from arm32* -> arm* 2002-03-30 06:23:39 +00:00
trap.h Recognize GDB's default breakpoint instruction (as of GDB 5.0), in addition to 2001-10-18 21:26:21 +00:00
types.h Use "#define<tab>". 2002-02-28 03:17:23 +00:00
undefined.h * Share a common vector page between arm26 and arm32. 2001-12-20 01:20:21 +00:00
varargs.h