freebsd-dev/sys/arm/arm
2023-05-04 12:29:29 -07:00
..
autoconf.c
bcopy_page.S
bcopyinout_xscale.S arm: Garbage collect _arm_memcpy/_arm_bzero. 2021-06-30 14:53:57 +02:00
bcopyinout.S arm: Garbage collect _arm_memcpy/_arm_bzero. 2021-06-30 14:53:57 +02:00
blockio.S
bus_space_asm_generic.S
bus_space_base.c
bus_space_generic.c pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t. 2022-09-22 15:08:52 -07:00
busdma_machdep.c kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers. 2022-09-22 15:09:19 -07:00
copystr.S
cpu_asm-v6.S
cpufunc_asm_arm11x6.S
cpufunc_asm_armv7.S
cpufunc_asm_pj4b.S
cpufunc_asm.S
cpufunc.c get_cachetype_cp15: eliminate write only multilier 2022-04-04 22:29:06 -06:00
cpuinfo.c arm: export actlr as sysctl hw.cpu.quirks.actlr_value 2021-08-24 14:21:39 +00:00
db_disasm.c
db_interface.c arm: Use C89 function declaration for db_read_bytes. 2023-04-20 11:00:46 -07:00
db_trace.c
debug_monitor.c arm dbg: Use PCPU_GET(cpuid) directly in assertions. 2022-04-13 16:08:21 -07:00
disassem.c
dump_machdep.c
elf_machdep.c imgact_elf: Change header_supported to return bool instead of boolean_t. 2023-05-04 12:29:29 -07:00
elf_note.S
exception.S AST: rework 2022-08-02 21:11:09 +03:00
exec_machdep.c arm: Unbreak debugging programs that use FP instructions 2023-02-23 17:50:26 +01:00
fiq_subr.S
fiq.c
fusu.S Try to fix syntax of "strht" instruction so that clang is happy. 2021-12-19 13:52:36 +01:00
gdb_machdep.c
genassym.c AST: rework 2022-08-02 21:11:09 +03:00
generic_timer.c Stop using the rid as an index in the arm timer 2023-03-15 15:49:00 +00:00
gic_acpi.c arm/arm: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:44 -07:00
gic_common.h Teach the GICv3 driver to translate memory ranges 2022-09-23 15:28:45 +01:00
gic_fdt.c ofw: add BUS_GET_DEVICE_PATH interface to openfirm/fdt, somewhat incomplete. 2022-10-18 16:55:47 +09:00
gic_if.m ddb: Add 'show gic <name>' and 'show all gics' commands. 2022-03-10 15:39:37 -08:00
gic.c arm: remove passing trapframe to intr_ipi_dispatch() 2023-04-26 20:08:30 +01:00
gic.h Teach the GICv3 driver to translate memory ranges 2022-09-23 15:28:45 +01:00
hypervisor-stub.S
identcpu-v6.c Allow sysctl hw.machine/hw.machine_arch in capability mode 2023-02-06 14:00:52 -05:00
in_cksum_arm.S
in_cksum_machdep.c netinet: Deduplicate most in_cksum() implementations 2021-11-24 13:31:16 -05:00
locore-v6.S arm: Clear TTBCR before enabling the MMU 2022-08-05 16:21:09 -04:00
locore.S
machdep_boot.c arm_add_efi_map_entries: Remove unused variable. 2022-04-08 17:30:14 -07:00
machdep_intr.c arm: remove passing trapframe to intr_ipi_dispatch() 2023-04-26 20:08:30 +01:00
machdep_kdb.c arm: Add support for using VFP in kernel 2023-02-04 20:21:43 +01:00
machdep_ptrace.c
machdep.c arm: Fix initialization of VFP context 2023-02-23 17:50:26 +01:00
mem.c
minidump_machdep.c kerneldump: remove physical from dump routines 2022-05-13 10:43:19 -03:00
mp_machdep.c arm: remove interrupt nesting by ipi_preempt()/ipi_hardclock() 2023-04-26 20:08:30 +01:00
mpcore_timer.c arm/arm: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:44 -07:00
mpcore_timervar.h
nexus.c arm: nexus code tidy-up 2023-03-20 17:35:47 -03:00
nexusvar.h
ofw_machdep.c
pl310.c arm/arm: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:44 -07:00
platform_if.m
platform_pl310_if.m
platform.c
pmap-v6.c sys: Consolidate common implementation details of PV entries. 2022-10-07 10:14:03 -07:00
pmu_acpi.c copyright: chase my name and email change 2023-01-06 15:28:42 -05:00
pmu_fdt.c Store mpidr as a 64-bit value on arm64 2022-08-31 11:48:31 +01:00
pmu.c
pmu.h arm/pmu: add ACPI attachment. 2021-11-02 19:35:29 +00:00
ptrace_machdep.c Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.h 2023-02-02 00:59:26 +02:00
sc_machdep.c
setcpsr.S
setstack.S sys: use .S for assembly language files that use the preprocessor 2022-11-02 10:29:00 -04:00
sp804.c arm/arm: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:44 -07:00
stack_machdep.c
stdatomic.c
support.S arm: retire bzero 2021-08-23 15:23:42 +02:00
swtch-v6.S When saving a context on arm call the vfp handler 2023-02-20 12:29:56 +00:00
swtch.S When saving a context on arm call the vfp handler 2023-02-20 12:29:56 +00:00
sys_machdep.c
syscall.c syscallarg_t: Add a type for system call arguments 2022-03-28 19:43:03 +01:00
trap-v6.c proc: load/store p_cowgen using atomic primitives 2022-02-13 13:07:08 +00:00
uio_machdep.c
undefined.c arm: Fix handling of undefined instruction aborts in THUMB2 mode. 2021-11-02 11:11:44 +01:00
unwind.c
vfp.c arm: Fix initialization of VFP context 2023-02-23 17:50:26 +01:00
vm_machdep.c arm: Fix initialization of VFP context 2023-02-23 17:50:26 +01:00