/freebsd/contrib/file/magic/Magdir/ |
H A D | mach | 9 # if set, it's for the 64-bit version of the architecture 39 >>0 belong&0x00ffffff 3 architecture=3 150 >>0 belong&0x00ffffff >18 architecture=%d 155 >>0 belong&0x00ffffff 0 64-bit architecture=%d 156 >>0 belong&0x00ffffff 1 64-bit architecture=%d 157 >>0 belong&0x00ffffff 2 64-bit architecture=%d 158 >>0 belong&0x00ffffff 3 64-bit architecture=%d 159 >>0 belong&0x00ffffff 4 64-bit architecture=%d 160 >>0 belong&0x00ffffff 5 64-bit architecture=%d 161 >>0 belong&0x00ffffff 6 64-bit architecture=%d [all …]
|
H A D | sharc | 18 0 string .SYSTEM SHARC architecture file 19 0 string .system SHARC architecture file
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonDepArch.td | 11 …rgetFeature<"v5", "HexagonArchVersion", "Hexagon::ArchEnum::V5", "Enable Hexagon V5 architecture">; 13 …tFeature<"v55", "HexagonArchVersion", "Hexagon::ArchEnum::V55", "Enable Hexagon V55 architecture">; 15 …tFeature<"v60", "HexagonArchVersion", "Hexagon::ArchEnum::V60", "Enable Hexagon V60 architecture">; 17 …tFeature<"v62", "HexagonArchVersion", "Hexagon::ArchEnum::V62", "Enable Hexagon V62 architecture">; 19 …tFeature<"v65", "HexagonArchVersion", "Hexagon::ArchEnum::V65", "Enable Hexagon V65 architecture">; 21 …tFeature<"v66", "HexagonArchVersion", "Hexagon::ArchEnum::V66", "Enable Hexagon V66 architecture">; 23 …tFeature<"v67", "HexagonArchVersion", "Hexagon::ArchEnum::V67", "Enable Hexagon V67 architecture">; 25 …tFeature<"v68", "HexagonArchVersion", "Hexagon::ArchEnum::V68", "Enable Hexagon V68 architecture">; 27 …tFeature<"v69", "HexagonArchVersion", "Hexagon::ArchEnum::V69", "Enable Hexagon V69 architecture">; 29 …tFeature<"v71", "HexagonArchVersion", "Hexagon::ArchEnum::V71", "Enable Hexagon V71 architecture">; [all …]
|
/freebsd/sys/ |
H A D | README.md | 8 architecture. `GENERIC` is the configuration used in release builds. `NOTES` 27 | amd64 | AMD64 (64-bit x86) architecture support | 28 | arm | 32-bit ARM architecture support | 29 | arm64 | 64-bit ARM (AArch64) architecture support | 41 | i386 | i386 (32-bit x86) architecture support | 53 | powerpc | PowerPC/POWER (32 and 64-bit) architecture support | 54 | riscv | 64-bit RISC-V architecture support |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBLocationToDWARFExpression.cpp | 75 const ArchSpec &architecture = module->GetArchitecture(); in ConvertPDBLocationToDWARFExpression() local 76 llvm::Triple::ArchType arch_type = architecture.GetMachine(); in ConvertPDBLocationToDWARFExpression() 77 ByteOrder byte_order = architecture.GetByteOrder(); in ConvertPDBLocationToDWARFExpression() 78 uint32_t address_size = architecture.GetAddressByteSize(); in ConvertPDBLocationToDWARFExpression() 79 uint32_t byte_size = architecture.GetDataByteSize(); in ConvertPDBLocationToDWARFExpression()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | DWARFLocationExpression.cpp | 110 const ArchSpec &architecture = module->GetArchitecture(); in MakeLocationExpressionInternal() local 111 ByteOrder byte_order = architecture.GetByteOrder(); in MakeLocationExpressionInternal() 112 uint32_t address_size = architecture.GetAddressByteSize(); in MakeLocationExpressionInternal() 113 uint32_t byte_size = architecture.GetDataByteSize(); in MakeLocationExpressionInternal() 188 const ArchSpec &architecture = module->GetArchitecture(); in MakeVFrameRelLocationExpression() local 190 if (!EmitVFrameEvaluationDWARFExpression(fpo_program, architecture.GetMachine(), in MakeVFrameRelLocationExpression() 230 const ArchSpec &architecture = module->GetArchitecture(); in MakeConstantLocationExpression() local 231 uint32_t address_size = architecture.GetAddressByteSize(); in MakeConstantLocationExpression()
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ti/ |
H A D | k3.txt | 1 Texas Instruments K3 Multicore SoC architecture device tree bindings 4 Platforms based on Texas Instruments K3 Multicore SoC architecture 11 architecture it uses, using one of the following compatible values:
|
/freebsd/contrib/kyua/integration/ |
H A D | cmd_config_test.sh | 44 architecture = "my-architecture" 54 architecture = my-architecture 108 architecture = "overriden" 115 architecture = overriden 121 architecture \ 124 atf_check -s exit:0 -o match:architecture -o not-match:unknown_setting \
|
/freebsd/contrib/ofed/include/ |
H A D | udma_barrier.h | 112 #error No architecture specific memory barrier defines found! 150 #error No architecture specific memory barrier defines found! 220 #error No architecture specific memory barrier defines found!
|
/freebsd/contrib/kyua/m4/ |
H A D | uname.m4 | 32 dnl Checks for the current architecture name (aka processor type) and defines 36 AC_MSG_CHECKING([for architecture name]) 38 [Name of the system architecture (aka processor type)]) 43 [Name of the system architecture (aka processor type)])
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | README | 19 - To reduce JSON event duplication per architecture, platform JSONs may 21 events", defined in architecture standard JSONs. 22 Architecture standard JSONs must be located in the architecture root 44 - Set of 'PMU events tables' for all known CPUs in the architecture, 61 - A 'mapping table' that maps each CPU of the architecture, to its 86 3. _All_ known CPU tables for architecture are included in the perf
|
/freebsd/usr.sbin/bhyve/ |
H A D | qemu_fwcfg.c | 67 uint16_t architecture : 1; member 159 &fwcfg_sc.items[fwcfg_sc.selector.architecture] in qemu_fwcfg_data_port_handler() 165 fwcfg_sc.selector.architecture ? "specific" : "generic", in qemu_fwcfg_data_port_handler() 173 fwcfg_sc.selector.architecture ? "specific" : "generic", in qemu_fwcfg_data_port_handler() 188 qemu_fwcfg_add_item(const uint16_t architecture, const uint16_t index, in qemu_fwcfg_add_item() argument 192 const uint16_t arch = architecture & QEMU_FWCFG_ARCHITECTURE_MASK; in qemu_fwcfg_add_item()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUserProperties.td | 4 def Architecture: Property<"architecture", "String">, 11 … the PATH environment variable. If empty, the filename is derived from the architecture setting.">;
|
/freebsd/sys/arm/arm/ |
H A D | cpuinfo.c | 119 cpuinfo.architecture = 1; in cpuinfo_init() 123 cpuinfo.architecture = (cpuinfo.midr >> 16) & 0x0F; in cpuinfo_init() 128 cpuinfo.architecture = (cpuinfo.midr >> 16) & 0x0F; in cpuinfo_init() 144 if (cpuinfo.architecture != 0xF) in cpuinfo_init()
|
/freebsd/contrib/kyua/engine/ |
H A D | requirements.cpp | 94 const std::string architecture = in check_allowed_architectures() local 96 if (allowed_architectures.find(architecture) == in check_allowed_architectures() 98 return F("Current architecture '%s' not supported") % architecture; in check_allowed_architectures()
|
/freebsd/contrib/ntp/ |
H A D | INSTALL | 73 same time, by placing the object files for each architecture in their 81 variable, you have to compile the package for one architecture at a time 83 one architecture, use `make distclean' before reconfiguring for another 84 architecture. 95 architecture-specific files and architecture-independent files. If you
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | cpus.txt | 17 Freescale Power Architecture) defines the architecture for Freescale 18 Power CPUs. The EREF defines some architecture categories not defined
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZProcessors.td | 13 // architecture the model supports, as identified by the edition level 16 // The minimum architecture level supported by LLVM is as defined in
|
/freebsd/stand/efi/loader/arch/amd64/ |
H A D | multiboot2.c | 114 if (header->magic + header->architecture + header->header_length + in loadfile() 118 header->magic, header->architecture, header->header_length, in loadfile() 124 if (header->architecture != MULTIBOOT2_ARCHITECTURE_I386) { in loadfile() 126 header->architecture); in loadfile()
|
/freebsd/contrib/less/ |
H A D | INSTALL | 76 same time, by placing the object files for each architecture in their 84 variable, you have to compile the package for one architecture at a time 86 one architecture, use `make distclean' before reconfiguring for another 87 architecture. 98 architecture-specific files and architecture-independent files. If you
|
/freebsd/contrib/tnftp/ |
H A D | INSTALL | 30 --prefix=PREFIX install architecture-independent files in PREFIX 32 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticDriverKinds.td | 58 def err_drv_cuda_bad_gpu_arch : Error<"unsupported CUDA gpu architecture: %0">; 59 def err_drv_offload_bad_gpu_arch : Error<"unsupported %0 gpu architecture: %1">; 61 "must pass in an explicit %0 gpu architecture to '%1'">; 101 "cannot determine %0 architecture: %1; consider passing it via " 118 "unsupported architecture '%0' for host compilation">; 270 : Error<"the target architecture '%0' is not supported by the target '%1'">; 274 : Error<"architecture '%0' does not support '%1' execution mode">; 350 def err_drv_incompatible_omp_arch : Error<"OpenMP target architecture '%0' pointer size is incompat… 360 "failed to deduce triple for target architecture '%0'; specify the triple " 584 "ignoring '-mnan=2008' option because the '%0' architecture does not support it">, [all …]
|
/freebsd/contrib/dialog/package/debian/ |
H A D | rules | 12 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) 13 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | deb.am | 38 debarch=`$(DPKG) --print-architecture`; \ 48 debarch=`$(DPKG) --print-architecture`; \ 57 debarch=`$(DPKG) --print-architecture`; \
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | asm_linkage.h | 46 #error Unsupported architecture.
|