freebsd-dev/sys/arm/include
Olivier Houchard f4c01f1508 Instead of using sysarch() to store-retrieve the tp, add a magic address,
ARM_TP_ADDRESS, where the tp will be stored. On CPUs that support it, a cache
line will be allocated and locked for this address, so that it will never go
to RAM. On CPUs that does not, a page is allocated for it (it will be a bit
slower, and is wrong for SMP, but should be fine for UP).
The tp is still stored in the mdthread struct, and at each context switch,
ARM_TP_ADDRESS gets updated.

Suggested by:   davidxu
2005-02-26 18:59:01 +00:00
..
_inttypes.h
_limits.h
_stdint.h
_types.h
armreg.h
asm.h
asmacros.h
atomic.h
blockio.h
bootconfig.h
bus_memio.h
bus_pio.h
bus.h
clock.h
cpu.h
cpuconf.h
cpufunc.h
critical.h
db_machdep.h
disassem.h
elf.h
endian.h
exec.h Use a common multi-inclusion protection, and add such a 2005-02-19 21:16:48 +00:00
fiq.h
float.h
floatingpoint.h
fp.h
frame.h
ieee.h
ieeefp.h
in_cksum.h
intr.h Define NIRQ to 64 for CPU_ARM9, because Cirrus Logic EP93XX cores provides 2005-02-13 18:26:31 +00:00
katelib.h
kdb.h
limits.h
machdep.h Instead of using sysarch() to store-retrieve the tp, add a magic address, 2005-02-26 18:59:01 +00:00
md_var.h
memdev.h
metadata.h
mutex.h
param.h
pcb.h
pcpu.h
pmap.h Instead of using sysarch() to store-retrieve the tp, add a magic address, 2005-02-26 18:59:01 +00:00
proc.h Add the field in the md part of the struct thread required by ARM_[GET|SET]_TP. 2005-02-26 00:02:14 +00:00
profile.h
psl.h
pte.h
ptrace.h
reg.h
reloc.h
resource.h
runq.h
setjmp.h
sf_buf.h
sigframe.h
signal.h
smp.h
stdarg.h
swi.h
sysarch.h Instead of using sysarch() to store-retrieve the tp, add a magic address, 2005-02-26 18:59:01 +00:00
trap.h
ucontext.h
undefined.h
utrap.h
vmparam.h