opnsense-src/sys/arm/arm
Grzegorz Bernacki 9fd7d2ddf4 Rework and organize pmap_enter_locked() function.
pmap_enter_locked() implementation was very ambiguous and confusing.
Rearrange it so that each part of the mapping creation is separated.
Avoid walking through the redundant conditions.
Extract vector_page specific PTE setup from normal PTE setting.

Submitted by:   Zbigniew Bodek <zbb@semihalf.com>
Sponsored by:   The FreeBSD Foundation, Semihalf
2013-05-23 12:24:46 +00:00
..
autoconf.c
bcopy_page.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
bcopyinout.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
bcopyinout_xscale.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
blockio.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
bootconfig.c Final whitespace trim. 2012-06-13 04:59:55 +00:00
bus_space_asm_generic.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
bus_space_generic.c Now really add the bus_space_generic.c file... 2008-04-03 18:28:34 +00:00
busdma_machdep-v6.c Don't check and warn about pmap mismatch on every call to busdma sync. 2013-03-23 17:17:06 +00:00
busdma_machdep.c In _bus_dmamap_addseg(), the return value must be zero for error, or the size 2013-02-16 20:43:16 +00:00
copystr.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc.c Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port. 2013-04-27 23:07:49 +00:00
cpufunc_asm.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc_asm_arm7tdmi.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc_asm_arm8.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc_asm_arm9.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc_asm_arm10.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc_asm_arm11.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc_asm_arm11x6.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc_asm_armv4.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc_asm_armv5.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc_asm_armv5_ec.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc_asm_armv6.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc_asm_armv7.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc_asm_fa526.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc_asm_ixp12x0.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc_asm_pj4b.S Properly initialize Armada XP MP subsystem. 2013-05-06 14:12:36 +00:00
cpufunc_asm_sa1.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc_asm_sa11x0.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc_asm_sheeva.S Fix L2 cache write-back invalidate for Sheeva core. 2013-05-16 09:43:04 +00:00
cpufunc_asm_xscale.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
cpufunc_asm_xscale_c3.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
db_disasm.c Final whitespace trim. 2012-06-13 04:59:55 +00:00
db_interface.c Final whitespace trim. 2012-06-13 04:59:55 +00:00
db_trace.c Fix comment block formatting. 2013-05-04 20:02:34 +00:00
disassem.c __FreeBSD_ARCH_armv6__ is undefined on clang. We can use __ARM_ARCH in 2013-03-09 23:55:23 +00:00
dump_machdep.c Final whitespace trim. 2012-06-13 04:59:55 +00:00
elf_machdep.c Convert ARM to the syscallenter/syscallret system call sequence handlers. 2011-10-04 13:14:24 +00:00
elf_trampoline.c Implement the required but unused __aeabi_unwind_cpp_* functions in the 2013-03-16 03:50:27 +00:00
exception.S Insert STOP_UNWINDING directives in the _start (kernel entry point) and 2013-05-04 19:59:35 +00:00
fiq.c
fiq_subr.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
fusu.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
gdb_machdep.c Final whitespace trim. 2012-06-13 04:59:55 +00:00
genassym.c Merging projects/armv6, part 1 2012-08-15 03:03:03 +00:00
gic.c Initialize GIC_PMRR register on ARM GIC. 2013-04-22 08:28:53 +00:00
identcpu.c Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port. 2013-04-27 23:07:49 +00:00
in_cksum.c Final whitespace trim. 2012-06-13 04:59:55 +00:00
in_cksum_arm.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
inckern.S
intr.c Restore the irq number to the display string; I fumbled this in the previous 2013-01-27 20:16:50 +00:00
irq_dispatch.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
locore.S Switch to AP[2:1] access permissions model. Store "referenced" 2013-05-23 12:07:41 +00:00
machdep.c Add the hw.floatingpoint sysctl to ARM to tell us if we have vfp support 2013-04-05 23:35:23 +00:00
mem.c Final whitespace trim. 2012-06-13 04:59:55 +00:00
minidump_machdep.c Add the watchdogs patting during the (shutdown time) disk syncing and 2011-04-28 16:02:05 +00:00
mp_machdep.c Avoid calling pcpu_init() simultaneously. 2013-05-06 14:27:46 +00:00
mpcore_timer.c MFcalloutng: 2013-02-28 13:46:03 +00:00
nexus.c Move unmask IRQ function call up to nexus device level. 2012-07-17 03:18:12 +00:00
pl190.c Add driver for PrimeCell Vectored Interrupt Controller (PL190) 2012-12-13 23:03:37 +00:00
pl310.c Remove old declarations. 2013-01-08 22:55:39 +00:00
pmap-v6.c Rework and organize pmap_enter_locked() function. 2013-05-23 12:24:46 +00:00
pmap.c Improve, optimize and clean-up ARMv6/v7 memory management related code. 2013-05-23 12:15:23 +00:00
sc_machdep.c Piggyback MIPS changes and add ARM syscons support for devices with 2012-08-25 23:59:31 +00:00
setcpsr.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
setstack.s
stack_machdep.c Add a comment explaining why stack_capture is empty for EABI and clang. 2013-05-19 16:25:09 +00:00
support.S Add an END macro to ARM. This is mostly used to tell gas where the bounds 2013-03-16 02:48:49 +00:00
swtch.S Insert STOP_UNWINDING directives in the _start (kernel entry point) and 2013-05-04 19:59:35 +00:00
sys_machdep.c Merging projects/armv6, part 1 2012-08-15 03:03:03 +00:00
trap.c Improve, optimize and clean-up ARMv6/v7 memory management related code. 2013-05-23 12:15:23 +00:00
uio_machdep.c Put the general logic for being a CPU hog into a new function 2011-02-02 16:35:10 +00:00
undefined.c Merging projects/armv6, part 1 2012-08-15 03:03:03 +00:00
vectors.S Final whitespace trim. 2012-06-13 04:59:55 +00:00
vfp.c Add the hw.floatingpoint sysctl to ARM to tell us if we have vfp support 2013-04-05 23:35:23 +00:00
vm_machdep.c Fix stack alignment in the kernel to be on an 8 byte boundary as required 2013-03-06 06:19:56 +00:00