1 1.24 riastrad # $NetBSD: files.aarch64,v 1.24 2020/06/29 23:56:30 riastradh Exp $ 2 1.1 matt 3 1.3 ryo defflag opt_cpuoptions.h AARCH64_ALIGNMENT_CHECK 4 1.3 ryo defflag opt_cpuoptions.h AARCH64_EL0_STACK_ALIGNMENT_CHECK 5 1.3 ryo defflag opt_cpuoptions.h AARCH64_EL1_STACK_ALIGNMENT_CHECK 6 1.3 ryo defflag opt_cpuoptions.h AARCH64_HAVE_L2CTLR 7 1.16 jmcneill defflag opt_cpuoptions.h AARCH64_DEVICE_MEM_STRONGLY_ORDERED 8 1.3 ryo 9 1.3 ryo defflag opt_cputypes.h CPU_ARMV8 10 1.3 ryo defflag opt_cputypes.h CPU_CORTEX: CPU_ARMV8 11 1.3 ryo defflag opt_cputypes.h CPU_CORTEXA35: CPU_CORTEX 12 1.3 ryo defflag opt_cputypes.h CPU_CORTEXA53: CPU_CORTEX 13 1.3 ryo defflag opt_cputypes.h CPU_CORTEXA57: CPU_CORTEX 14 1.10 skrll defflag opt_cputypes.h CPU_THUNDERX: CPU_ARMV8 15 1.3 ryo 16 1.3 ryo # Interrupt implementation header definition 17 1.3 ryo defparam opt_arm_intr_impl.h ARM_INTR_IMPL 18 1.3 ryo 19 1.3 ryo # ARM-specific debug options (for compat arch/arm/*) 20 1.6 skrll defflag opt_arm_debug.h ARM_LOCK_CAS_DEBUG 21 1.6 skrll defflag opt_arm_debug.h VERBOSE_INIT_ARM 22 1.8 skrll defparam opt_arm_debug.h EARLYCONS 23 1.3 ryo 24 1.3 ryo # Timer options 25 1.3 ryo defflag opt_arm_timer.h __HAVE_GENERIC_CPU_INITCLOCKS 26 1.1 matt 27 1.1 matt # Board-specific bus_space(9)/bus_dma(9) definitions 28 1.3 ryo defflag opt_arm_bus_space.h __BUS_SPACE_HAS_STREAM_METHODS 29 1.3 ryo __BUS_SPACE_HAS_PROBING_METHODS 30 1.3 ryo _ARM32_NEED_BUS_DMA_BOUNCE 31 1.1 matt BUSDMA_COUNTERS 32 1.1 matt 33 1.4 jakllsch # Console options 34 1.4 jakllsch defparam opt_console.h CONSADDR 35 1.4 jakllsch defparam opt_console.h CONSPEED 36 1.4 jakllsch defparam opt_console.h CONMODE 37 1.4 jakllsch defparam opt_console.h CONADDR 38 1.4 jakllsch 39 1.4 jakllsch # Power State Coordination Interface (PSCI) 40 1.1 matt # FP support 41 1.1 matt file arch/aarch64/aarch64/fpu.c 42 1.1 matt 43 1.3 ryo device psci 44 1.3 ryo file arch/arm/arm/psci.c psci 45 1.3 ryo file arch/arm/arm/psci_arm.S psci 46 1.3 ryo 47 1.9 jmcneill # EFI support 48 1.9 jmcneill defflag opt_efi.h EFI_RUNTIME 49 1.9 jmcneill file arch/arm/arm/efi_runtime.c efi_runtime 50 1.9 jmcneill 51 1.1 matt # PMAP options 52 1.3 ryo defflag opt_pmap.h PMAPHIST : KERNHIST 53 1.1 matt defflag opt_pmap.h PMAPCOUNTERS PMAP_STEAL_MEMORY 54 1.1 matt PMAP_NEED_ALLOC_POOLPAGE 55 1.1 matt 56 1.1 matt # MI support 57 1.1 matt file dev/cons.c 58 1.1 matt #file kern/kern_cctr.c 59 1.1 matt 60 1.1 matt # DDB 61 1.1 matt file arch/aarch64/aarch64/db_disasm.c ddb 62 1.1 matt file arch/aarch64/aarch64/db_interface.c ddb|kgdb 63 1.1 matt file arch/aarch64/aarch64/db_trace.c ddb 64 1.1 matt file arch/aarch64/aarch64/db_machdep.c ddb 65 1.3 ryo file arch/aarch64/aarch64/disasm.c ddb 66 1.1 matt file arch/aarch64/aarch64/kgdb_machdep.c kgdb 67 1.1 matt 68 1.1 matt # mainbus files 69 1.3 ryo device mainbus { [addr = -1], [size = 0], [intr = -1] } 70 1.1 matt attach mainbus at root 71 1.1 matt file arch/aarch64/dev/mainbus.c mainbus 72 1.1 matt 73 1.3 ryo device cpu { } 74 1.3 ryo file arch/aarch64/aarch64/cpu.c cpu 75 1.1 matt 76 1.1 matt # bus_space(9) 77 1.3 ryo define bus_space_generic 78 1.1 matt file arch/aarch64/aarch64/bus_space.c 79 1.3 ryo file arch/aarch64/aarch64/bus_space_asm_generic.S # bus_space_generic 80 1.3 ryo file arch/aarch64/aarch64/bus_space_notimpl.S 81 1.1 matt 82 1.3 ryo # Standard files 83 1.18 skrll file arch/arm/arm/arm_cpu_topology.c 84 1.18 skrll file arch/arm/arm/arm_generic_dma.c 85 1.3 ryo file arch/arm/arm/bootconfig.c 86 1.21 maxv file arch/arm/arm/bus_stubs.c 87 1.20 skrll file arch/arm/arm/cpu_subr.c 88 1.18 skrll file arch/arm/arm32/bus_dma.c 89 1.1 matt file arch/aarch64/aarch64/aarch64_machdep.c 90 1.3 ryo file arch/aarch64/aarch64/aarch64_reboot.c 91 1.14 pgoyette file arch/aarch64/aarch64/core_machdep.c coredump 92 1.3 ryo file arch/aarch64/aarch64/copyinout.S 93 1.3 ryo file arch/aarch64/aarch64/cpu_in_cksum.S (inet | inet6) & cpu_in_cksum 94 1.1 matt file arch/aarch64/aarch64/cpu_machdep.c 95 1.3 ryo file arch/aarch64/aarch64/cpuswitch.S 96 1.3 ryo file arch/aarch64/aarch64/cpufunc.c 97 1.3 ryo file arch/aarch64/aarch64/cpufunc_asm_armv8.S 98 1.1 matt file arch/aarch64/aarch64/exec_machdep.c 99 1.3 ryo file arch/aarch64/aarch64/fusu.S 100 1.3 ryo file arch/aarch64/aarch64/idle_machdep.S 101 1.1 matt file arch/aarch64/aarch64/kobj_machdep.c modular 102 1.1 matt file arch/aarch64/aarch64/process_machdep.c 103 1.1 matt file arch/aarch64/aarch64/procfs_machdep.c procfs 104 1.1 matt file arch/aarch64/aarch64/sig_machdep.c 105 1.1 matt file arch/aarch64/aarch64/sys_machdep.c 106 1.3 ryo file arch/aarch64/aarch64/syscall.c 107 1.3 ryo file arch/aarch64/aarch64/trap.c 108 1.3 ryo file arch/aarch64/aarch64/fault.c 109 1.3 ryo file arch/aarch64/aarch64/vectors.S 110 1.1 matt file arch/aarch64/aarch64/vm_machdep.c 111 1.1 matt 112 1.3 ryo # pmap 113 1.3 ryo file arch/aarch64/aarch64/pmap.c 114 1.5 ryo file arch/aarch64/aarch64/pmapboot.c 115 1.3 ryo file arch/aarch64/aarch64/pmap_page.S 116 1.19 ryo file uvm/pmap/pmap_pvt.c 117 1.3 ryo 118 1.9 jmcneill # EFI runtime (machdep) 119 1.9 jmcneill file arch/aarch64/aarch64/efi_machdep.c efi_runtime 120 1.9 jmcneill 121 1.3 ryo # cyclecounter 122 1.3 ryo #file arch/aarch64/aarch64/cctr_machdep.c 123 1.3 ryo #file kern/kern_cctr.c 124 1.3 ryo 125 1.3 ryo 126 1.1 matt # NetBSD 32-bit binary compatibility 127 1.1 matt include "compat/netbsd32/files.netbsd32" 128 1.1 matt file arch/aarch64/aarch64/netbsd32_machdep.c compat_netbsd32 129 1.7 ryo file arch/aarch64/aarch64/netbsd32_syscall.c compat_netbsd32 130 1.1 matt 131 1.1 matt # Linux binary compatibility (COMPAT_LINUX) 132 1.1 matt #include "compat/ossaudio/files.ossaudio" 133 1.1 matt #include "compat/linux/files.linux" 134 1.1 matt #include "compat/linux/arch/aarch64/files.linux_aarch64" 135 1.1 matt #file arch/aarch64/aarch64/linux_sigcode.S compat_linux 136 1.1 matt #file arch/aarch64/aarch64/linux_syscall.c compat_linux 137 1.1 matt #file arch/aarch64/aarch64/linux_trap.c compat_linux 138 1.11 jmcneill 139 1.11 jmcneill # profiling support 140 1.12 jmcneill file dev/tprof/tprof_armv8.c tprof needs-flag 141 1.23 riastrad 142 1.23 riastrad # ARMv8.0-AES 143 1.23 riastrad include "crypto/aes/arch/arm/files.aesarmv8" 144 1.24 riastrad 145 1.24 riastrad # vpaes with ARM NEON 146 1.24 riastrad include "crypto/aes/arch/arm/files.aesneon" 147