freebsd-nq/sys/arm64/arm64
Bjoern A. Zeeb 09d8a96e1c Remove a static function declaration for a function not implemented.
Makes head code compile on 10.3 and cleanup is never wrong.

MFC after:	3 days
2017-01-23 16:40:20 +00:00
..
autoconf.c Finish removing the non-INTRNG support from sys/arm64. 2016-07-14 17:31:29 +00:00
bus_machdep.c Add support for bus_space_read_region and bus_space_write_region. This is 2015-08-14 09:55:25 +00:00
bus_space_asm.S Add support for bus_space_read_region and bus_space_write_region. This is 2015-08-14 09:55:25 +00:00
busdma_bounce.c Map coherent memory in a non-coherent dma tag as uncached. This is similar 2016-08-25 10:53:03 +00:00
busdma_machdep.c Port x86 busdma to ARM64 2015-05-08 18:47:19 +00:00
bzero.S Add bzero.S to ARM64 machdep 2016-04-04 07:11:33 +00:00
clock.c
copyinout.S Allow vmparam.h to be included from assembly files on arm64. 2016-04-06 14:08:10 +00:00
copystr.c Correctly handle the case where copystr(9) is given a string longer than 2016-02-02 10:11:56 +00:00
cpufunc_asm.S When synchronising the instruction and data caches we only need to clean 2016-09-07 16:46:54 +00:00
db_disasm.c Use designated initialisers for the db disassembler interface to help with 2016-02-09 10:18:22 +00:00
db_interface.c Use kdb_jmpbuf and setjmp to handle accessing invalid addresses in the 2015-08-25 17:02:28 +00:00
db_trace.c Add a missing opt_ddb.h include from places that include debug_moditor.h 2016-09-13 16:20:31 +00:00
debug_monitor.c Add a missing opt_ddb.h include from places that include debug_moditor.h 2016-09-13 16:20:31 +00:00
disassem.c ARM64 disassembler: support for LDR instructions 2016-02-11 06:50:11 +00:00
dump_machdep.c
elf_machdep.c Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall 2016-01-09 20:18:53 +00:00
exception.S Reduce the diff with intrng by renaming similar functions. This is a noop, 2016-03-18 16:18:29 +00:00
genassym.c Allow vmparam.h to be included from assembly files on arm64. 2016-04-06 14:08:10 +00:00
gic_v3_fdt.c Add the missing gic_common.h include for GIC_BUS_FDT. 2016-12-06 15:16:00 +00:00
gic_v3_reg.h Initialize GIC[DR]_IGROUPRn registers for GICv3 2016-12-18 08:31:01 +00:00
gic_v3_var.h Create two GIC ivars to find the bus type and GIC hardware version. These 2016-12-06 15:12:14 +00:00
gic_v3.c Initialize GIC[DR]_IGROUPRn registers for GICv3 2016-12-18 08:31:01 +00:00
gicv3_its.c Move the common bit manipulation macros from the GICv3 header to the 2016-12-06 13:55:19 +00:00
identcpu.c Fix improper use of "its". 2016-11-08 23:59:41 +00:00
in_cksum.c
locore.S Create macros for the MAIR memory attributes. While here add an uncached 2016-10-14 22:20:14 +00:00
machdep.c Add PCB_FP_USERMASK so we can mask off floating point flags that should 2016-10-18 13:39:55 +00:00
mem.c Drop support for using mmap() with /dev/kmem. 2016-10-14 20:01:07 +00:00
memcpy.S Import the Cortex String memcpy and memmove into the kernel. On ThunderX 2016-10-25 14:04:35 +00:00
memmove.S Import the Cortex String memcpy and memmove into the kernel. On ThunderX 2016-10-25 14:04:35 +00:00
minidump_machdep.c Add support for encrypted kernel crash dumps. 2016-12-10 16:20:39 +00:00
mp_machdep.c Remove a static function declaration for a function not implemented. 2017-01-23 16:40:20 +00:00
nexus.c Add the missing DEVMETHOD_ENDs to the arm64 nexus ACPI and FDT drivers. 2016-11-22 19:31:32 +00:00
ofw_machdep.c Allow callers of OF_decode_addr to get the size of the found mapping. This 2016-02-16 15:18:12 +00:00
pmap.c Previously, vm_radix_remove() would panic if the radix trie didn't 2016-12-08 04:29:29 +00:00
stack_machdep.c Add stack_save_td_running(), a function to trace the kernel stack of a 2015-09-11 03:54:37 +00:00
support.S Allow vmparam.h to be included from assembly files on arm64. 2016-04-06 14:08:10 +00:00
swtch.S Add support for 4 level pagetables. The userland address space has been 2016-03-31 11:07:24 +00:00
sys_machdep.c
trap.c Use nitems to get the correct number of registers to read when dumping 2016-10-26 12:29:56 +00:00
uio_machdep.c Add ARM64TODO markers to unimplemented functionality 2015-07-30 14:20:36 +00:00
uma_machdep.c Include sys/_task.h into uma_int.h, so that taskqueue.h isn't a 2016-02-09 20:22:35 +00:00
unwind.c Check the frame pointer is within the kernel before accessing it. 2015-08-24 17:28:19 +00:00
vfp.c Add support for the fpu_kern(9) KPI on arm64. It hooks into the existing 2016-10-20 09:22:10 +00:00
vm_machdep.c Rework how we store the VFP registers in the pcb. This will be used when 2016-10-14 15:53:48 +00:00