freebsd-nq/sys/arm/arm
Andrew Turner 28356527bf Fix the return type for get_cntxc(). The register is 64-bit on both arm
and arm64 so move any truncation to the caller.

Submitted by:	Mihai Carabas <mihai.carabas@gmail.com>
X-Differential Revision:	https://reviews.freebsd.org/D10213
2017-08-02 14:12:47 +00:00
..
autoconf.c
bcopy_page.S
bcopyinout_xscale.S
bcopyinout.S
blockio.S
bus_space_asm_generic.S Remove arm's cpuconf.h, and references to it, after moving a few lines from 2017-01-16 16:44:13 +00:00
bus_space_base.c
bus_space_generic.c
busdma_machdep-v4.c Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
busdma_machdep-v6.c Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
copystr.S
cpu_asm-v6.S
cpufunc_asm_arm9.S
cpufunc_asm_arm11.S
cpufunc_asm_arm11x6.S
cpufunc_asm_armv4.S
cpufunc_asm_armv5_ec.S
cpufunc_asm_armv6.S
cpufunc_asm_armv7.S
cpufunc_asm_fa526.S
cpufunc_asm_pj4b.S
cpufunc_asm_sheeva.S
cpufunc_asm_xscale_c3.S
cpufunc_asm_xscale.S
cpufunc_asm.S Remove debugging code that was probably unused since before the arm code 2017-02-13 20:51:08 +00:00
cpufunc.c Remake support for SMP kernel on UP cpu: 2017-02-02 06:14:44 +00:00
cpuinfo.c Manually load tunable CPU quirks. 2017-06-17 14:36:25 +00:00
db_disasm.c
db_interface.c
db_trace.c Add the missing void to function signatures in much of the arm code. 2016-12-13 13:43:22 +00:00
debug_monitor.c [qemu] Fix VERSATILEPB kernel boot in QEMU broken by r300968 2016-12-29 21:55:23 +00:00
disassem.c
dump_machdep.c
elf_machdep.c
elf_note.S
elf_trampoline.c
exception.S
fiq_subr.S
fiq.c
fusu.S
gdb_machdep.c
genassym.c
generic_timer.c Fix the return type for get_cntxc(). The register is 64-bit on both arm 2017-08-02 14:12:47 +00:00
gic_common.h Initialize GIC[DR]_IGROUPRn registers for GICv3 2016-12-18 08:31:01 +00:00
gic_fdt.c Create two GIC ivars to find the bus type and GIC hardware version. These 2016-12-06 15:12:14 +00:00
gic.c arm: gic: Change GIC_DEBUG_SPURIOUS to TUNABLE 2017-07-03 18:01:58 +00:00
gic.h arm: gic: Change GIC_DEBUG_SPURIOUS to TUNABLE 2017-07-03 18:01:58 +00:00
hypervisor-stub.S Add the early hypervisor code needed on 32-bit ARMv7. This will be used 2017-03-22 14:30:02 +00:00
identcpu-v4.c Stop including sys/types.h from arm's machine/atomic.h, fix the places 2017-02-11 01:07:46 +00:00
identcpu-v6.c Fix typo in "Marvell" string 2017-06-16 10:16:24 +00:00
in_cksum_arm.S
in_cksum.c
inckern.S
intr.c - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeter 2017-04-17 17:34:47 +00:00
locore-v4.S arm: set appropriate section flags for .init_pagetable 2017-06-17 14:46:14 +00:00
locore-v6.S arm: set appropriate section flags for .init_pagetable 2017-06-17 14:46:14 +00:00
locore.S
machdep_boot.c Split overbloated machep.c to multiple files and do basic cleanup 2017-03-11 07:07:41 +00:00
machdep_intr.c
machdep_kdb.c Split overbloated machep.c to multiple files and do basic cleanup 2017-03-11 07:07:41 +00:00
machdep_ptrace.c Split overbloated machep.c to multiple files and do basic cleanup 2017-03-11 07:07:41 +00:00
machdep.c Remove the MULTIDELAY option from arm. It's now enabled when PLATFORM is 2017-07-07 13:55:11 +00:00
mem.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
minidump_machdep.c Add support for encrypted kernel crash dumps. 2016-12-10 16:20:39 +00:00
mp_machdep.c Implement tunable CPU quirks. 2017-06-13 12:07:18 +00:00
mpcore_timer.c Add inline functions to convert between sbintime_t and decimal time units. 2017-07-29 17:00:23 +00:00
mpcore_timervar.h
nexus.c Enable setting the dma tag at the nexus level 2017-06-21 18:25:35 +00:00
nexusvar.h Enable setting the dma tag at the nexus level 2017-06-21 18:25:35 +00:00
ofw_machdep.c "Buses" is the preferred plural of "bus" 2017-01-15 17:54:01 +00:00
physmem.c Add the missing void to function signatures in much of the arm code. 2016-12-13 13:43:22 +00:00
pl190.c [versatilepb] Convert VERSATILEPB kernel to INTRNG and switch to upstream DTB 2017-04-01 20:10:08 +00:00
pl310.c Add external PLATFORM access on arm, and use it in the pl310 driver. 2017-07-11 16:30:16 +00:00
platform_if.m All armv6 platforms have the same implementation of platform_lastaddr. 2016-12-16 10:31:13 +00:00
platform_pl310_if.m Add external PLATFORM access on arm, and use it in the pl310 driver. 2017-07-11 16:30:16 +00:00
platform.c Add external PLATFORM access on arm, and use it in the pl310 driver. 2017-07-11 16:30:16 +00:00
pmap-v4.c
pmap-v6.c Fix TEX index acquisition using L2 attributes 2017-07-27 23:14:17 +00:00
pmu.c Split out the FDT parts of the pmu driver to make way for adding ACPI 2016-11-22 09:39:31 +00:00
sc_machdep.c
setcpsr.S
setstack.s
stack_machdep.c Stop including sys/types.h from arm's machine/atomic.h, fix the places 2017-02-11 01:07:46 +00:00
stdatomic.c
support.S
swtch-v4.S
swtch-v6.S
swtch.S
sys_machdep.c Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
syscall.c Move struct syscall_args syscall arguments parameters container into 2017-06-12 21:03:23 +00:00
trap-v4.c - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeter 2017-04-17 17:34:47 +00:00
trap-v6.c - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeter 2017-04-17 17:34:47 +00:00
uio_machdep.c
undefined.c - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeter 2017-04-17 17:34:47 +00:00
unwind.c
vfp.c Cleanup structures related to VFP and/or mcontext_t. 2017-03-24 11:46:49 +00:00
vm_machdep.c Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00