NetBSD/sys/arch/arm/include
2013-09-12 15:36:14 +00:00
..
arm26
arm32 Use blx ip if _ARM_ARCH_5 2013-08-18 06:37:02 +00:00
common Pickup fenv.h from a common location since it's only used from userland 2013-05-01 12:01:55 +00:00
aeabi.h All floating point related rtabi (__aeabi) are called using the aapcs 2013-08-01 22:20:40 +00:00
ansi.h Change _BSD_SSIZE_T_ so it's not dependent of _BSD_PTRDIFF_T_ 2013-01-27 17:43:20 +00:00
aout_machdep.h
apmvar.h This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that 2013-05-02 03:56:38 +00:00
armreg.h fix CPU_ID_CORTEXA7R0 2013-09-07 00:32:33 +00:00
asm.h Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small 2013-09-12 15:36:14 +00:00
atomic.h
blockio.h
bootconfig.h Make cpu_reset, most of initarm and the kvm init code common. 2012-08-31 23:59:51 +00:00
bswap.h
bus_defs.h Add PRIxBUSADDR, etal 2013-02-16 06:49:59 +00:00
bus_funcs.h Cortex needs ._dmamap_sync_post for BUS_DMASYNC_POSTREAD 2013-01-17 01:32:02 +00:00
byte_swap.h Use uint32_t for __asm to appease clang. 2013-01-28 06:16:05 +00:00
cdefs.h Add _ARM_ARCH_5T (needed for blx <reg> support) 2013-08-17 00:21:47 +00:00
cpu_counter.h Use ci->ci_data.cpu_cc_freq. 2012-08-29 18:45:40 +00:00
cpu.h Fix CLKF_INTR for EABI to (void) its argument so it isn't mark unused by the 2013-08-18 23:14:27 +00:00
cpuconf.h Make PJ4B support code compilable. 2013-05-19 15:51:10 +00:00
cpufunc.h Nuke cpu_pfr, just use the armreg_pfr?_read inlines 2013-06-12 01:16:48 +00:00
db_machdep.h
disklabel.h Fix comment. arm ports which don't explicitly set LABELUSESMBR use MBR 2013-05-27 07:37:20 +00:00
ehabi.h Add EHABI unwind stubs to libkern so prevent errors in linking if unwind 2013-08-12 23:22:12 +00:00
elf_machdep.h Add more relocs 2013-08-07 18:34:53 +00:00
endian_machdep.h
endian.h
fenv.h Move C99 fenv definitions to this file. 2013-04-23 05:41:12 +00:00
fiq.h
float.h Kill more FPA leftovers. 2013-01-24 10:13:35 +00:00
frame.h fix comment. 2013-08-18 05:07:19 +00:00
ieee.h
ieeefp.h Install fenv.h 2013-04-23 05:42:23 +00:00
int_const.h
int_fmtio.h
int_limits.h
int_mwgwtypes.h
int_types.h
isa_machdep.h split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
isapnp_machdep.h
joystick.h This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that 2013-05-02 03:56:38 +00:00
kcore.h
limits.h add missing SSIZE_MIN 2013-04-11 00:57:34 +00:00
lock.h Support thumb1 indirectly and thumb2 directly 2013-08-18 04:31:08 +00:00
locore.h Add a machdep.hwdiv_present sysctl (cortex A7 and A15 have hwdiv instructions) 2013-09-07 23:10:02 +00:00
Makefile This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that 2013-05-02 03:56:38 +00:00
Makefile.common This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that 2013-05-02 03:56:38 +00:00
math.h
mcontext.h If compiling for Thumb1, make __lwp_getprivate_fast call __aeabi_read_tp. 2013-08-15 22:34:59 +00:00
mutex.h Back out 1.12 and include a comment as to why. 2012-09-25 05:24:00 +00:00
netbsd32_machdep.h
ofisa_machdep.h split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
ofw.h
param.h Add earm MACHINE_ARCH for __ARM_EABI__ 2013-04-22 07:53:29 +00:00
pcb.h Don't include <machine/fp.h> since it no longer exists 2013-01-11 14:04:55 +00:00
pci_machdep.h Change pci_conf_hook to pass pc->conf_v 2012-09-06 02:02:03 +00:00
pio.h
pmc.h
proc.h Add md_march and PROC0_MD_INITIALIZERS 2013-09-11 04:24:48 +00:00
profile.h Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small 2013-09-12 15:36:14 +00:00
ptrace.h ARMFPE hasn't compiled since NetBSD 4. Remove it. 2012-12-05 19:05:45 +00:00
reg.h Don't include <machine/fp.h> since it no longer exists 2013-01-11 14:04:55 +00:00
rwlock.h
setjmp.h Remove FPA support and replace with VFP. 2013-01-11 13:56:32 +00:00
signal.h
swi.h
sysarch.h include stdbool.h if !_KERNEL 2013-02-01 15:23:11 +00:00
trap.h
types.h Add a tlb_asid_t. 2013-07-02 05:57:00 +00:00
undefined.h
vfpreg.h Add VFP_FPSCR_{QC,AHP} bits 2013-08-02 01:59:00 +00:00
vmparam.h Add a default arm32 vmparam.h 2013-05-01 12:00:51 +00:00
wchar_limits.h Use __W{CHAR,INT}_{MIN,MAX}__ if they are defined as well as 2013-01-24 10:17:00 +00:00