.. |
arm26
|
|
|
arm32
|
Rename the cpu_id() define to cpu_idnum() so that it does not conflict with
|
2016-01-23 21:39:17 +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
|
consistency in include protection
|
2014-02-24 16:57:57 +00:00 |
aout_machdep.h
|
consistency in include protection
|
2014-02-24 16:57:57 +00:00 |
apmvar.h
|
consistency in include protection
|
2014-02-24 16:57:57 +00:00 |
armreg.h
|
Get the RPI3 working (in aarch32 mode) by recognising Cortex A53 CPUs.
|
2016-03-03 17:01:31 +00:00 |
asm.h
|
Remove duplicate END(y) macro
|
2014-03-04 15:27:58 +00:00 |
atomic.h
|
|
|
blockio.h
|
|
|
bootconfig.h
|
add BOOTOPT_TYPE_MACADDR for parsing mac address parameters
|
2015-01-06 00:43:21 +00:00 |
bswap.h
|
Add latent AArch64 support.
|
2014-01-29 01:36:43 +00:00 |
bus_defs.h
|
Make multiple inclusion symbols always start with _ARM_ (not _ARM32_ or
|
2014-01-29 00:42:15 +00:00 |
bus_funcs.h
|
Make multiple inclusion symbols always start with _ARM_ (not _ARM32_ or
|
2014-01-29 00:42:15 +00:00 |
byte_swap.h
|
|
|
cdefs.h
|
unbreak lint
|
2014-06-23 03:40:57 +00:00 |
cpu_counter.h
|
ci_cpu_id -> ci_arm_cpuid
|
2014-02-26 01:54:10 +00:00 |
cpu.h
|
Make setsoftast take a cpu_info *
|
2015-04-15 21:26:47 +00:00 |
cpuconf.h
|
Remove CPU_CORTEXA8 from a conditional - it doesn't believe there.
|
2015-07-08 15:18:04 +00:00 |
cpufunc_proto.h
|
add synchronization barrier for AURORA_IO_CACHE_COHERENCY.
|
2015-05-14 05:39:32 +00:00 |
cpufunc.h
|
Rename the cpu_id() define to cpu_idnum() so that it does not conflict with
|
2016-01-23 21:39:17 +00:00 |
db_machdep.h
|
Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_t
|
2014-09-13 18:08:38 +00:00 |
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
|
Fix thinko.
|
2014-02-25 19:20:09 +00:00 |
endian_machdep.h
|
Also test for __AARCH64EB__ as well as __ARMEB__ for big-endian.
|
2014-01-29 01:03:13 +00:00 |
endian.h
|
|
|
fenv.h
|
__BEGIN_DECLS and __END_DECLS only exist if sys/cdefs.h was included.
|
2015-03-17 12:20:02 +00:00 |
fiq.h
|
|
|
float.h
|
if __ARM_PCS_AAPCS64 is defined, expose LDBL_* and DECIMAL_DIGIT
|
2014-01-29 01:10:36 +00:00 |
frame.h
|
fix comment.
|
2013-08-18 05:07:19 +00:00 |
ieee.h
|
Consolidate the 128-bit long double defintions to <sys/ieee754.h>
|
2014-01-31 19:38:06 +00:00 |
ieeefp.h
|
Install fenv.h
|
2013-04-23 05:42:23 +00:00 |
int_const.h
|
Add generic versions of machine/int_*.h for compilers providing
|
2014-07-25 21:43:13 +00:00 |
int_fmtio.h
|
include <sys/common_int_fmtio.h> if __INTPTR_FMTd__ is defined
|
2014-08-13 19:48:17 +00:00 |
int_limits.h
|
Add generic versions of machine/int_*.h for compilers providing
|
2014-07-25 21:43:13 +00:00 |
int_mwgwtypes.h
|
Add generic versions of machine/int_*.h for compilers providing
|
2014-07-25 21:43:13 +00:00 |
int_types.h
|
Add generic versions of machine/int_*.h for compilers providing
|
2014-07-25 21:43:13 +00:00 |
isa_machdep.h
|
Make multiple inclusion symbols always start with _ARM_ (not _ARM32_ or
|
2014-01-29 00:42:15 +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
|
consistency in include protection
|
2014-02-24 16:57:57 +00:00 |
lock.h
|
Improve inline asm around dsb/dmb/isb:
|
2015-02-25 13:52:42 +00:00 |
locore.h
|
KNF a comment
|
2015-06-09 08:13:17 +00:00 |
Makefile
|
Rename sljitarch.h to sljit_machdep.h.
|
2014-07-23 18:19:43 +00:00 |
Makefile.common
|
This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
|
2013-05-02 03:56:38 +00:00 |
Makefile.inc
|
Make -mfloat-abi=soft a native kernel only option. Fixes rump build.
|
2015-02-22 17:38:19 +00:00 |
math.h
|
Consolidate the 128-bit long double defintions to <sys/ieee754.h>
|
2014-01-31 19:38:06 +00:00 |
mcontext.h
|
Preserve/restore user r/w tpid in mcontext.
|
2015-03-24 08:38:29 +00:00 |
mutex.h
|
Improve inline asm around dsb/dmb/isb:
|
2015-02-25 13:52:42 +00:00 |
netbsd32_machdep.h
|
|
|
ofisa_machdep.h
|
|
|
ofw.h
|
vm_offset_t -> vaddr_t, vm_size_t -> vsize_t
|
2014-09-13 17:41:03 +00:00 |
param.h
|
Use CPP symbols to determine the right MACHINE_ARCH
|
2013-10-26 18:07:52 +00:00 |
pcb.h
|
|
|
pci_machdep.h
|
make pci_intr_string and eisa_intr_string take a buffer and a length
|
2014-03-29 19:28:24 +00:00 |
pio.h
|
Make multiple inclusion symbols always start with _ARM_ (not _ARM32_ or
|
2014-01-29 00:42:15 +00:00 |
pmc.h
|
|
|
proc.h
|
consistency in include protection
|
2014-02-24 16:57:57 +00:00 |
profile.h
|
ARM has deprecated using both PC and LR in the register list of pop with
|
2015-01-11 20:52:57 +00:00 |
ptrace.h
|
For processors that have memory breakpoints, add macros for them to help
|
2015-09-25 16:05:17 +00:00 |
reg.h
|
Make multiple inclusion symbols always start with _ARM_ (not _ARM32_ or
|
2014-01-29 00:42:15 +00:00 |
rwlock.h
|
Improve inline asm around dsb/dmb/isb:
|
2015-02-25 13:52:42 +00:00 |
setjmp.h
|
|
|
signal.h
|
Make multiple inclusion symbols always start with _ARM_ (not _ARM32_ or
|
2014-01-29 00:42:15 +00:00 |
sljit_machdep.h
|
Rename sljitarch.h to sljit_machdep.h.
|
2014-07-23 18:19:43 +00:00 |
swi.h
|
|
|
sysarch.h
|
Provide size_t.
|
2015-03-09 11:03:19 +00:00 |
trap.h
|
Add breakpoint definitions for DTrace
|
2014-03-15 05:54:20 +00:00 |
types.h
|
expose the kernel types for standalone code.
|
2016-01-23 22:31:19 +00:00 |
undefined.h
|
|
|
vfpreg.h
|
Get the RPI3 working (in aarch32 mode) by recognising Cortex A53 CPUs.
|
2016-03-03 17:01:31 +00:00 |
vmparam.h
|
Add a default arm32 vmparam.h
|
2013-05-01 12:00:51 +00:00 |
wchar_limits.h
|
|
|