Searched refs:architecture (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dasm_linkage.h46 #error Unsupported architecture.
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp75 const ArchSpec &architecture = module->GetArchitecture(); local
76 llvm::Triple::ArchType arch_type = architecture.GetMachine();
77 ByteOrder byte_order = architecture.GetByteOrder();
78 uint32_t address_size = architecture.GetAddressByteSize();
79 uint32_t byte_size = architecture.GetDataByteSize();
/freebsd-current/contrib/ofed/include/
H A Dudma_barrier.h112 #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-current/contrib/kyua/admin/
H A Dtravis-install-deps.sh39 sudo dpkg --add-architecture i386
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_tsc.h87 #error Target architecture is not supported.
88 #endif // CPU architecture
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp110 const ArchSpec &architecture = module->GetArchitecture(); local
111 ByteOrder byte_order = architecture.GetByteOrder();
112 uint32_t address_size = architecture.GetAddressByteSize();
113 uint32_t byte_size = architecture.GetDataByteSize();
188 const ArchSpec &architecture = module->GetArchitecture();
190 if (!EmitVFrameEvaluationDWARFExpression(fpo_program, architecture.GetMachine(),
230 const ArchSpec &architecture = module->GetArchitecture();
231 uint32_t address_size = architecture.GetAddressByteSize();
/freebsd-current/contrib/kyua/engine/
H A Drequirements.cpp81 /// Checks if the allowed architectures match the current architecture.
86 /// \return Empty if the current architecture is in the list or an error
93 const std::string architecture = local
94 user_config.lookup< config::string_node >("architecture");
95 if (allowed_architectures.find(architecture) ==
97 return F("Current architecture '%s' not supported") % architecture;
103 /// Checks if the allowed platforms match the current architecture.
/freebsd-current/share/mk/
H A Dbsd.endian.mk18 .error Don't know the endian of this architecture
/freebsd-current/crypto/openssl/
H A Dconfig.com1 $ ! OpenSSL config: determine the architecture and run Configure
/freebsd-current/sys/arm/include/
H A Dcpuinfo.h90 int architecture; member in struct:cpuinfo
H A Dacle-compat.h31 /* ACLE standardises a set of pre-defines that describe the ARM architecture.
177 /* If we still don't know what the target architecture is, then we're
180 # error Unable to determine architecture version.
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp62 #error Unsupported architecture
/freebsd-current/contrib/kyua/integration/
H A Dcmd_config_test.sh33 -o match:'^architecture = ' \
44 architecture = "my-architecture"
53 architecture = my-architecture
106 architecture = "overriden"
113 architecture = overriden
119 architecture \
122 atf_check -s exit:0 -o match:architecture -o not-match:unknown_setting \
/freebsd-current/usr.sbin/bhyve/
H A Dqemu_fwcfg.c67 uint16_t architecture : 1; member in struct:qemu_fwcfg_selector::__anon59
159 &fwcfg_sc.items[fwcfg_sc.selector.architecture]
163 "%s: qemu fwcfg item doesn't exist (architecture %s index 0x%x)",
165 fwcfg_sc.selector.architecture ? "specific" : "generic",
171 "%s: qemu fwcfg item read exceeds size (architecture %s index 0x%x size 0x%x offset 0x%x)",
173 fwcfg_sc.selector.architecture ? "specific" : "generic",
188 qemu_fwcfg_add_item(const uint16_t architecture, const uint16_t index, argument
191 /* truncate architecture and index to their desired size */
192 const uint16_t arch = architecture & QEMU_FWCFG_ARCHITECTURE_MASK;
200 warnx("%s: qemu fwcfg item exists (architecture
[all...]
/freebsd-current/contrib/dialog/package/debian/
H A Drules12 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
13 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
118 # Build architecture-independent files here.
122 # Build architecture-dependent files here.
/freebsd-current/stand/common/
H A Dself_reloc.c41 #error architecture not supported
/freebsd-current/sys/arm/arm/
H A Dcpuinfo.c119 cpuinfo.architecture = 1;
123 cpuinfo.architecture = (cpuinfo.midr >> 16) & 0x0F;
128 cpuinfo.architecture = (cpuinfo.midr >> 16) & 0x0F;
144 if (cpuinfo.architecture != 0xF)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp764 const Architecture *architecture = local
766 return architecture && architecture->RegisterWriteCausesReconfigure(name);
771 const Architecture *architecture = local
773 if (architecture)
774 return architecture->ReconfigureRegisterInfo(*(m_reg_info_sp.get()),
/freebsd-current/contrib/kyua/examples/
H A Dkyua.conf43 -- Name of the system architecture (aka processor type).
44 architecture = "x86_64"
/freebsd-current/contrib/elftoolchain/libelf/
H A D_libelf_config.h32 * Define LIBELF_{ARCH,BYTEORDER,CLASS} based on the machine architecture.
115 #error Unknown architecture.
/freebsd-current/stand/efi/loader/arch/amd64/
H A Dmultiboot2.c114 if (header->magic + header->architecture + header->header_length +
117 "architecture: %#x header_length %#x checksum: %#x\n",
118 header->magic, header->architecture, header->header_length,
124 if (header->architecture != MULTIBOOT2_ARCHITECTURE_I386) {
125 printf("Unsupported architecture: %#x\n",
126 header->architecture);
/freebsd-current/sys/sys/
H A Dkerneldump.h81 char architecture[12]; member in struct:kerneldumpheader
/freebsd-current/lib/libkvm/
H A Dkvm_powerpc64.c81 if (strcmp(dh->architecture, "powerpc64") != 0 &&
82 strcmp(dh->architecture, "powerpc64le") != 0)
/freebsd-current/sys/modules/linux/
H A DMakefile121 OBJCOPY_TARGET=--output-target elf64-x86-64-freebsd --binary-architecture i386
123 OBJCOPY_TARGET=--output-target elf32-i386-freebsd --binary-architecture i386
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_platform.h2 * kmp_platform.h -- header for determining operating system and architecture
258 #error Unknown or unsupported architecture

Completed in 238 milliseconds

123