NetBSD/sys/arch/arm/arm32
ryo 3116614042 * fix checking physical address range. on some arm devices, physical memory doesn't start from 0x00000000.
* allow /dev/mem to read/write memory mapped I/O area depending on kauth.
2016-04-30 19:20:47 +00:00
..
arm11_pmc.c Mark unused inline functions as such. 2013-12-01 02:53:46 +00:00
arm32_boot.c #if 0 a KASSERT for now as it doesn't apply to Raspberry Pi 3 2016-03-08 08:01:23 +00:00
arm32_kvminit.c In the ARM_MMU_EXTENDED case make sure the kernel mappings are marked with 2015-11-25 08:36:50 +00:00
arm32_machdep.c * fix checking physical address range. on some arm devices, physical memory doesn't start from 0x00000000. 2016-04-30 19:20:47 +00:00
arm32_reboot.c fix RB_POWERDOWN test 2015-11-11 14:50:08 +00:00
arm32_tlb.c don't use armreg_tlbiasidis_write() and armreg_icialluis_write() 2015-03-26 08:45:05 +00:00
armv7_generic_space.c mark a4x read region / write region as not implemented 2015-10-18 00:37:56 +00:00
bcopy_page.S Write out register pairs for strd. 2013-12-17 01:27:21 +00:00
bus_dma.c implement _bus_dmamap_load_raw, ok skrll@ 2015-10-18 15:34:08 +00:00
cortex_pmc.c fix: Cortex delay() shorten rarely. 2015-08-13 02:25:07 +00:00
cpu.c Get the RPI3 working (in aarch32 mode) by recognising Cortex A53 CPUs. 2016-03-03 17:01:31 +00:00
cpuswitch.S Make TPIDRPRW_IS_CURLWP work for MULTIPROCESSOR. 2015-04-08 12:07:40 +00:00
db_interface.c Sprinkle #include "opt_multiprocessor.h" 2014-10-29 14:14:14 +00:00
db_machdep.c Improve inline asm around dsb/dmb/isb: 2015-02-25 13:52:42 +00:00
exception.S Remove duplicate ASEND(undefined_entry) 2015-06-21 15:00:06 +00:00
fault.c Handle EINVAL in the fault path and send SIGBUS for mmap acces past EOF. 2015-03-02 13:36:36 +00:00
genassym.cf Trailing whitespace. 2015-06-09 08:09:24 +00:00
intr.c Rework includes and include <uvm/uvm_extern.h> for pmap.h 2012-09-01 12:15:39 +00:00
irq_dispatch.S Add a clrex/dmb to irq path as recommended by ARM. 2015-06-02 14:06:16 +00:00
kgdb_machdep.c
kobj_machdep.c PR port-arm/49299: add support for BE8 byte swapped instructions. 2014-11-07 21:28:32 +00:00
locore.S Make the initial svcstack is doubleword aligned if EABI. 2014-08-27 03:35:32 +00:00
netbsd32_machdep.c We never exec(2) with a kernel vmspace, so do not test for that, but instead 2015-11-26 13:15:34 +00:00
pmap.c Delete pmap_pmaps and its only user pmap_dump_all. The list wasn't 2015-12-14 09:48:40 +00:00
setcpsr.S Move parts of cpu.h that are not needed by MI code in <arm/locore.h> 2013-08-18 06:28:18 +00:00
setstack.S Move parts of cpu.h that are not needed by MI code in <arm/locore.h> 2013-08-18 06:28:18 +00:00
spl.S Don't use cpsr_all/spsr_all with mrs, it doesn't take a mask. 2013-12-02 18:36:10 +00:00
stubs.c C99 types 2012-11-12 18:00:34 +00:00
sys_machdep.c Use armreg_*_{read,write} instead of handcrafted asm 2015-07-02 08:33:31 +00:00
vm_machdep.c cache pmap in vmapbuf. 2015-03-29 09:47:48 +00:00