| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/ |
| ARM.h | 1 //===--- ARM.h - ARM-specific (not AArch64) Tool Helpers --------*- C++ -*-===// 23 namespace arm { namespace in namespace:clang::driver::tools 29 llvm::ARM::ArchKind getLLVMArchKindForARM(StringRef CPU, StringRef Arch, 72 } // end namespace arm
|
| /src/sys/arch/arm/rockchip/ |
| rk_cru_arm.c | 37 #include <arm/rockchip/rk_cru.h> 43 struct rk_cru_arm *arm = &clk->u.arm; local 57 const uint32_t val = CRU_READ(sc, arm->divs[0].reg); 58 const u_int div = __SHIFTOUT(val, arm->divs[0].mask) + 1; 67 struct rk_cru_arm *arm = &clk->u.arm; local 74 if (arm->rates == NULL || rate == 0) 77 for (int i = 0; i < arm->nrates; i++) 78 if (arm->rates[i].rate == rate) 121 struct rk_cru_arm *arm = &clk->u.arm; local 188 struct rk_cru_arm *arm = &clk->u.arm; local 202 struct rk_cru_arm *arm = &clk->u.arm; local 216 struct rk_cru_arm *arm = &clk->u.arm; local [all...] |
| rk_cru.h | 140 /* ARM clocks */ 196 .u.arm.parents = (_parents), \ 197 .u.arm.nparents = __arraycount(_parents), \ 198 .u.arm.mux_reg = (_reg), \ 199 .u.arm.mux_mask = (_mux_mask), \ 200 .u.arm.mux_main = (_mux_main), \ 201 .u.arm.mux_alt = (_mux_alt), \ 202 .u.arm.divs[0].reg = (_reg), \ 203 .u.arm.divs[0].mask = (_div_mask), \ 204 .u.arm.rates = (_rates), 420 struct rk_cru_arm arm; member in union:rk_cru_clk::__anon1139 [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
| head.h | 30 } arm, asy; member in struct:nvkm_head
|
| ior.h | 37 } arm, asy; member in struct:nvkm_ior
|
| /src/external/bsd/dhcpcd/dist/src/ |
| arp.c | 242 struct arp_msg arm; local 251 memset(&arm, 0, sizeof(arm)); 254 if (hw_s != NULL && falen <= sizeof(arm.fsha)) 255 memcpy(arm.fsha, hw_s, falen); 257 if (hw_t != NULL && falen <= sizeof(arm.ftha)) 258 memcpy(arm.ftha, hw_t, falen); 293 memcpy(&arm.sha, hw_s, ar.ar_hln); 294 memcpy(&arm.sip.s_addr, hw_s + ar.ar_hln, ar.ar_pln); 295 memcpy(&arm.tha, hw_t, ar.ar_hln) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/features/ |
| Makefile | 175 arm-feature = 1 208 arm/arm-core.xml \ 209 arm/arm-fpa.xml \ 210 arm/arm-m-profile.xml \ 211 arm/arm-m-profile-mve.xml \ 212 arm/arm-m-system.xml [all...] |
| /src/external/gpl3/gdb/dist/gdb/features/ |
| Makefile | 178 arm-feature = 1 213 arm/arm-core.xml \ 214 arm/arm-fpa.xml \ 215 arm/arm-m-profile.xml \ 216 arm/arm-m-profile-mve.xml \ 217 arm/arm-m-system.xml [all...] |
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| vm_event.h | 161 * Using custom vCPU structs (i.e. not hvm_hw_cpu) for both x86 and ARM 356 struct vm_event_regs_arm arm; member in union:vm_event_st::__anon6689::__anon6690
|
| /src/crypto/external/bsd/netpgp/dist/src/libverify/ |
| libverify.c | 1757 const char **arm; local 1765 for (arm = armor_begins ; *arm ; arm++) { 1766 if (strncmp(buf, *arm, n) == 0) {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| Triple.h | 50 arm, // ARM (little endian): arm, armv.*, xscale enumerator in enum:llvm::Triple::ArchType 51 armeb, // ARM (big endian): armeb 718 /// Tests whether the target is ARM (little and big endian). 720 return getArch() == Triple::arm || getArch() == Triple::armeb; 908 /// Get the (LLVM) name of the minimum ARM CPU for the arch we are targeting.
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| libverify.c | 2217 const char **arm; local 2225 for (arm = armor_begins ; *arm ; arm++) { 2226 if (strncmp(buf, *arm, n) == 0) {
|
| /src/share/mk/ |
| bsd.own.mk | 17 MACHINE_CPU= ${MACHINE_ARCH:C/mips.*e[bl]/mips/:C/sh3e[bl]/sh3/:S/coldfire/m68k/:S/m68000/m68k/:S/m68ksf/m68k/:C/e?arm.*/arm/:S/powerpc64/powerpc/:S/aarch64eb/aarch64/:S/or1knd/or1k/:C/riscv../riscv/} 492 ARM_ELF2AOUT= ${TOOLDIR}/bin/${_TOOL_PREFIX}arm-elf2aout 516 TOOL_ARMELF2AOUT= ${TOOLDIR}/bin/${_TOOL_PREFIX}arm-elf2aout 638 TOOL_ARMELF2AOUT= arm-elf2aout 809 MACHINES.arm= acorn32 cats epoc32 evbarm hpcarm \ 833 .if ${MACHINE_CPU} == "arm" 835 -O a.out-arm-netbsd \ 837 -R .ARM.attributes \ 838 -R .ARM.exidx [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-arm.c | 1 /* 32-bit ELF support for ARM 29 #include "elf/arm.h" 30 #include "elf32-arm.h" 31 #include "cpu-arm.h" 296 /* BLX instruction for the ARM. */ 370 /* Relocs used in ARM Linux */ 2152 case 156: /* Linux/ARM 32-bit, some pre-v5.9 linux kernels. */ 2162 case 148: /* Linux/ARM 32-bit. */ 2189 case 124: /* Linux/ARM elf_prpsinfo. */ 2343 When adding code that transitions from Thumb to Arm the instruction tha 3086 struct arm_plt_info arm; member in struct:arm_local_iplt_info [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-arm.c | 1 /* 32-bit ELF support for ARM 30 #include "elf/arm.h" 31 #include "elf32-arm.h" 32 #include "cpu-arm.h" 297 /* BLX instruction for the ARM. */ 371 /* Relocs used in ARM Linux */ 2154 case 148: /* Linux/ARM 32-bit. */ 2181 case 124: /* Linux/ARM elf_prpsinfo. */ 2335 When adding code that transitions from Thumb to Arm the instruction that 2339 /* ARM FDPIC PLT entry. * 3145 struct arm_plt_info arm; member in struct:arm_local_iplt_info [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-arm.c | 1 /* 32-bit ELF support for ARM 30 #include "elf/arm.h" 31 #include "elf32-arm.h" 32 #include "cpu-arm.h" 297 /* BLX instruction for the ARM. */ 371 /* Relocs used in ARM Linux */ 2154 case 148: /* Linux/ARM 32-bit. */ 2181 case 124: /* Linux/ARM elf_prpsinfo. */ 2335 When adding code that transitions from Thumb to Arm the instruction that 2339 /* ARM FDPIC PLT entry. * 3143 struct arm_plt_info arm; member in struct:arm_local_iplt_info [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-arm.c | 1 /* 32-bit ELF support for ARM 29 #include "elf/arm.h" 30 #include "elf32-arm.h" 31 #include "cpu-arm.h" 296 /* BLX instruction for the ARM. */ 370 /* Relocs used in ARM Linux */ 2153 case 148: /* Linux/ARM 32-bit. */ 2180 case 124: /* Linux/ARM elf_prpsinfo. */ 2334 When adding code that transitions from Thumb to Arm the instruction that 2338 /* ARM FDPIC PLT entry. * 3077 struct arm_plt_info arm; member in struct:arm_local_iplt_info [all...] |