Home
last modified time | relevance | path

Searched refs:cpu_type (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp28 llvm::codeview::CPUType cpu_type; in ResolveLLDBRegisterNum() local
31 cpu_type = llvm::codeview::CPUType::ARM64; in ResolveLLDBRegisterNum()
35 cpu_type = llvm::codeview::CPUType::X64; in ResolveLLDBRegisterNum()
40 llvm::codeview::getRegisterNames(cpu_type); in ResolveLLDBRegisterNum()
H A DPdbUtil.cpp572 CPUType cpu_type = index.compilands() in GetBaseFrameRegister() local
576 return is_parameter ? frame_proc.getParamFramePtrReg(cpu_type) in GetBaseFrameRegister()
577 : frame_proc.getLocalFramePtrReg(cpu_type); in GetBaseFrameRegister()
/freebsd-13.1/tests/sys/opencrypto/
H A Druntests.sh63 cpu_type="$(uname -p)"
66 case ${cpu_type} in
/freebsd-13.1/sys/xen/interface/
H A Dxenoprof.h95 char cpu_type[XENOPROF_CPU_TYPE_SIZE]; member
/freebsd-13.1/sys/dev/sfxge/common/
H A Dsiena_flash.h71 efx_dword_t cpu_type; member
/freebsd-13.1/sys/i386/include/
H A Dvm86.h137 int cpu_type; /* cpu type to emulate */ member
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h272 explicit ArchSpec(ArchitectureType arch_type, uint32_t cpu_type,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1188 const uint32_t cpu_type = proc_arch.GetMachOCPUType(); in CreateProcessInfoResponse_DebugServerStyle() local
1189 if (cpu_type != 0) in CreateProcessInfoResponse_DebugServerStyle()
1190 response.Printf("cputype:%" PRIx32 ";", cpu_type); in CreateProcessInfoResponse_DebugServerStyle()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1208 if (hostInfo.cpu_type != CPU_TYPE_POWERPC) in getHostCPUName()
1297 if (hostInfo.cpu_type != CPU_TYPE_ARM) { in getHostCPUName()
/freebsd-13.1/usr.sbin/pmcstudy/
H A Dpmcstudy.c199 struct cpu_type { struct
205 extern struct cpu_type the_cpu; argument
206 struct cpu_type the_cpu;
/freebsd-13.1/contrib/tcsh/
H A Dhost.defs124 switch(sysinfo.cpu_type) {
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dmsdos396 # cpu_type; CPU type like: 1~286 2~386 3~486 4 20h~i860 21h~Intel N11 40h~MIPS R2000,R3000 41h~MIPS…