freebsd-skq/sys/arm/include
ian 839e78bb76 MFC r271595, r271601, r271607, r271630:
Add compat strings for all the flavors of GIC this driver should support.
  Also allow the driver to attach to ofwbus as well as simplebus, some FDT
  data puts the root interrupt controller on the root bus.

  Add a common routine for parsing FDT data describing an ARM GIC interrupt.

  Use gic_decode_fdt() rather than a local routine to parse fdt interrupt
  properties.  Move fdt_pic_table and fdt_fixup_table into imx6_machdep.c,
  which means imx6 doesn't need imx_common.c anymore.

  The private peripheral interrupts start at offset 16, not 0.  Also, use
  names rather than inline mystery constants for these offsets.
2014-10-26 03:52:45 +00:00
..
_align.h
_bus.h
_inttypes.h
_limits.h
_stdint.h Make the wchar_t type machine dependent. 2012-06-24 04:15:58 +00:00
_types.h MFC r263998: 2014-04-15 09:41:52 +00:00
armreg.h MFC 263910, 263913, 263914, 263933, 263934, 263935, 263936, 263981, 263982, 2014-05-17 19:37:04 +00:00
asm.h MFC r270882, r270930: 2014-09-09 22:24:01 +00:00
asmacros.h MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997, 2014-05-17 13:53:38 +00:00
at91_gpio.h Add userland access to at91 gpio functionality via ioctl calls. Also, 2013-03-29 19:52:57 +00:00
atags.h Defines for parsing linux ATAGs lists. 2012-06-14 14:38:55 +00:00
atomic.h MFC r271310: 2014-10-26 03:13:19 +00:00
blockio.h trim trailing whitespace 2012-06-13 05:02:51 +00:00
board.h Create a generic way to support multiple boards within an 2012-07-07 05:02:39 +00:00
bootconfig.h
bus_dma.h
bus.h o Switch to use physical addresses in rman for FDT. 2013-03-18 15:18:55 +00:00
clock.h
counter.h Fix issues with zeroing and fetching the counters, on x86 and ppc64. 2013-07-01 02:48:27 +00:00
cpu.h MFC r261643, r261646, r261648, r261649, r261651, r261656, r261657, r261663, 2014-05-15 20:58:23 +00:00
cpuconf.h MFC r270862, r270878: MMU fixes for kernel startup. 2014-09-09 18:17:43 +00:00
cpufunc.h MFC 265861, 265870: 2014-05-18 00:55:26 +00:00
db_machdep.h
devmap.h MFC r260440, r260441, r260447, r260490, r260493 2014-05-14 20:17:31 +00:00
disassem.h
elf.h MFC r268993, r268893, r268994, plus partial r264070, r264082 2014-08-10 22:26:29 +00:00
endian.h trim trailing whitespace 2012-06-13 05:02:51 +00:00
exec.h
fdt.h MFC r257738, r259202, r258410, r260288, r260292, r260294, r260320, r260323, 2014-05-14 19:18:58 +00:00
fiq.h
float.h
floatingpoint.h
fp.h MFC 263910, 263913, 263914, 263933, 263934, 263935, 263936, 263981, 263982, 2014-05-17 19:37:04 +00:00
frame.h MFC r257199, r257200, r257217: 2013-12-13 20:43:11 +00:00
gdb_machdep.h
ieee.h On ARM EABI double precision floating point values are stored in the 2013-09-07 14:04:10 +00:00
ieeefp.h
in_cksum.h trim trailing whitespace 2012-06-13 05:02:51 +00:00
intr.h MFC r271595, r271601, r271607, r271630: 2014-10-26 03:52:45 +00:00
katelib.h trim trailing whitespace 2012-06-13 05:02:51 +00:00
kdb.h MFC 264990, 264994, 265020, 265025: 2014-05-17 22:50:16 +00:00
limits.h
machdep.h MFC r262534, r262548, r262549, r262552, r262568, r262581, r262583, r262584, 2014-05-16 02:21:51 +00:00
md_var.h MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997, 2014-05-17 13:53:38 +00:00
memdev.h
metadata.h
minidump.h
ofw_machdep.h MFC r257738, r259202, r258410, r260288, r260292, r260294, r260320, r260323, 2014-05-14 19:18:58 +00:00
param.h MFC 263631, 263637, 263664, 263676, 263679, 263698, 263711, 2014-05-17 18:53:36 +00:00
pcb.h MFC 257231: 2014-05-18 16:39:47 +00:00
pcpu.h MFC 257774, 256760, 262916, 262905, 262918, 262919, 262920, 262921, 262924, 2014-05-17 00:53:12 +00:00
physmem.h MFC r261982, r261987, r262123, r262244, r262278, r262280, r262353, r262354, 2014-05-15 22:50:06 +00:00
pl310.h MFC r269594, r269596, r269597, r269598, r269605, r269606: 2014-08-17 01:28:03 +00:00
pmap.h MFC 263631, 263637, 263664, 263676, 263679, 263698, 263711, 2014-05-17 18:53:36 +00:00
pmc_mdep.h Add ARM callchain support for hwpmc. 2012-06-13 06:38:25 +00:00
proc.h * Correct KINFO_PROC_SIZE for ARM EABI. 2013-01-17 09:52:35 +00:00
profile.h trim trailing whitespace 2012-06-13 05:02:51 +00:00
psl.h MFC r257738, r259202, r258410, r260288, r260292, r260294, r260320, r260323, 2014-05-14 19:18:58 +00:00
pte.h Introduce superpages support for ARMv6/v7. 2013-08-26 17:12:30 +00:00
ptrace.h
reg.h
reloc.h
resource.h trim trailing whitespace 2012-06-13 05:02:51 +00:00
runq.h
sc_machdep.h Piggyback MIPS changes and add ARM syscons support for devices with 2012-08-25 23:59:31 +00:00
setjmp.h Merge in changes from NetBSD: 2013-06-08 07:16:22 +00:00
sf_buf.h MFC r257549, r261642 2014-05-15 19:09:31 +00:00
sigframe.h
signal.h Don't use an empty struct. 2013-03-11 10:56:46 +00:00
smp.h MFC 265023, 265024, 265036: 2014-05-17 23:03:04 +00:00
stack.h trim trailing whitespace 2012-06-13 05:02:51 +00:00
stdarg.h
swi.h
sysarch.h MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997, 2014-05-17 13:53:38 +00:00
trap.h
ucontext.h
undefined.h MFC r257199, r257200, r257217: 2013-12-13 20:43:11 +00:00
utrap.h
vdso.h Implement mechanism to export some kernel timekeeping data to 2012-06-22 07:06:40 +00:00
vfp.h MFC 263910, 263913, 263914, 263933, 263934, 263935, 263936, 263981, 263982, 2014-05-17 19:37:04 +00:00
vm.h Properly implement pmap_[get|set]_memattr 2012-12-19 00:24:31 +00:00
vmparam.h MFC 264203, 264204, 264206, 264218: 2014-05-17 21:46:25 +00:00