Searched refs:ARM64 (Results 1 – 25 of 73) sorted by relevance
123
/freebsd/contrib/llvm-project/lld/MachO/Arch/ |
H A D | ARM64.cpp | 32 struct ARM64 : ARM64Common { struct 33 ARM64(); 79 void ARM64::writeStub(uint8_t *buf8, const Symbol &sym, in writeStub() 93 void ARM64::writeStubHelperHeader(uint8_t *buf8) const { in writeStubHelperHeader() 103 void ARM64::writeStubHelperEntry(uint8_t *buf8, const Symbol &sym, in writeStubHelperEntry() 125 void ARM64::writeObjCMsgSendStub(uint8_t *buf, Symbol *sym, uint64_t stubsAddr, in writeObjCMsgSendStub() 165 void ARM64::populateThunk(InputSection *thunk, Symbol *funcSym) { in populateThunk() 179 ARM64::ARM64() : ARM64Common(LP64()) { in ARM64() function in ARM64 620 void ARM64::applyOptimizationHints(uint8_t *outBuf, const ObjFile &obj) const { in applyOptimizationHints() 746 static ARM64 t; in createARM64TargetInfo()
|
/freebsd/sys/conf/ |
H A D | options.arm64 | 2 ARM64 opt_global.h # for cpu ARM64 to work
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio-xlp.txt | 7 Broadcom Vulcan ARM64. 18 - "brcm,vulcan-gpio": For Broadcom Vulcan ARM64
|
/freebsd/contrib/libpcap/cmake/Modules/ |
H A D | FindPacket.cmake | 68 #error Not ARM64 80 set(CMAKE_C_LIBRARY_ARCHITECTURE "ARM64") 81 set(CMAKE_LIBRARY_ARCHITECTURE "ARM64")
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | coff | 59 >0 uleshort 0x3a64 ARM64 (i386 ABI) 67 >0 uleshort 0xa641 ARM64 (x86-64 ABI) 68 >0 uleshort 0xa64e ARM64 (classic + x86-64 ABI) 69 # PE/COFF ARM64 classic ABI, ARM COFF (./arm) 70 >0 uleshort 0xaa64 ARM64
|
/freebsd/sys/contrib/device-tree/Bindings/reset/ |
H A D | socfpga-reset.txt | 5 "altr,stratix10-rst-mgr","altr,rst-mgr" for Stratix10 ARM64 SoC
|
/freebsd/sys/contrib/device-tree/Bindings/arm/altera/ |
H A D | socfpga-system.txt | 15 ARM64 - Stratix10
|
/freebsd/sys/arm64/conf/ |
H A D | NOTES | 21 # Most of the following is copied from ARM64 GENERIC. 22 cpu ARM64 248 options IOMMU # ARM64 SMMU/IOMMU
|
H A D | HISILICON | 22 cpu ARM64
|
H A D | IMX | 22 cpu ARM64
|
H A D | NXP | 22 cpu ARM64
|
H A D | QCOM | 22 cpu ARM64
|
H A D | AL | 22 cpu ARM64
|
H A D | ALLWINNER | 22 cpu ARM64
|
H A D | ALTERA | 22 cpu ARM64
|
H A D | ARM | 22 cpu ARM64
|
H A D | BROADCOM | 22 cpu ARM64
|
H A D | CAVIUM | 22 cpu ARM64
|
H A D | MARVELL | 22 cpu ARM64
|
H A D | NVIDIA | 22 cpu ARM64
|
H A D | ROCKCHIP | 22 cpu ARM64
|
H A D | VIRT | 22 cpu ARM64
|
H A D | XILINX | 22 cpu ARM64
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | marvell,armada-8k-pic.txt | 5 controller available on the Marvell Armada 7K/8K ARM64 SoCs, and
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MinidumpConstants.def | 99 HANDLE_MDMP_ARCH(0x000c, ARM64) // PROCESSOR_ARCHITECTURE_ARM64 102 HANDLE_MDMP_ARCH(0x8003, BP_ARM64) // Breakpad-defined value for ARM64
|
123