Home
last modified time | relevance | path

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

/freebsd/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.cpp726 CPUType cpu_type = index.compilands() in GetBaseFrameRegister() local
730 return is_parameter ? frame_proc.getParamFramePtrReg(cpu_type) in GetBaseFrameRegister()
731 : frame_proc.getLocalFramePtrReg(cpu_type); in GetBaseFrameRegister()
/freebsd/tests/sys/opencrypto/
H A Druntests.sh62 cpu_type="$(uname -p)"
65 case ${cpu_type} in
/freebsd/sys/contrib/xen/
H A Dxenoprof.h95 char cpu_type[XENOPROF_CPU_TYPE_SIZE]; member
/freebsd/sys/dev/sfxge/common/
H A Dsiena_flash.h69 efx_dword_t cpu_type; member
/freebsd/sys/i386/include/
H A Dvm86.h135 int cpu_type; /* cpu type to emulate */ member
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h292 explicit ArchSpec(ArchitectureType arch_type, uint32_t cpu_type,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1251 const uint32_t cpu_type = proc_arch.GetMachOCPUType(); in CreateProcessInfoResponse_DebugServerStyle() local
1252 if (cpu_type != 0) in CreateProcessInfoResponse_DebugServerStyle()
1253 response.Printf("cputype:%" PRIx32 ";", cpu_type); in CreateProcessInfoResponse_DebugServerStyle()
/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c197 struct cpu_type { struct
203 extern struct cpu_type the_cpu; argument
204 struct cpu_type the_cpu;
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp1386 if (hostInfo.cpu_type != CPU_TYPE_POWERPC) in getHostCPUName()
/freebsd/contrib/tcsh/
H A Dhost.defs124 switch(sysinfo.cpu_type) {
/freebsd/contrib/file/magic/Magdir/
H A Dmsdos668 # cpu_type; CPU type like: 1~286 2~386 3~486 4 20h~i860 21h~Intel N11 40h~MIPS R2000,R3000 41h~MIPS…