Home
last modified time | relevance | path

Searched defs:cputype (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_intel.c79 enum pmc_cputype cputype; in pmc_intel_initialize() local
H A Dhwpmc_amd.c793 enum pmc_cputype cputype; in pmc_amd_initialize() local
/freebsd/sys/arm/arm/
H A Dcpufunc.c119 u_int cputype; variable
/freebsd/usr.sbin/config/
H A Dconfig.h166 struct cputype { struct
168 SLIST_ENTRY(cputype) cpu_next; argument
H A Dmain.cc67 struct cputype_head cputype; variable
/freebsd/sys/arm/mv/armadaxp/
H A Darmadaxp_mp.c102 uint32_t reg, *src, *dst, cpu_num, div_val, cputype; in mv_axp_platform_mp_start_ap() local
H A Darmadaxp.c141 uint32_t cputype; in get_tclk_armadaxp() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversal.cpp71 uint32_t cputype; in getAsObjectFile() local
H A DMachOObjectFile.cpp1023 uint32_t cputype = getCPUType(Obj); in checkThreadCommand() local
1275 uint32_t cputype; in MachOObjectFile() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h64 llvm::yaml::Hex32 cputype; member
155 llvm::yaml::Hex32 cputype; member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp308 ModuleArch ModuleArchFromCpuType(cpu_type_t cputype, cpu_subtype_t cpusubtype) { in ModuleArchFromCpuType()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp612 uint32_t cputype = O->getHeader().cputype; in PrintIndirectSymbolTable() local
718 static void PrintRType(const uint64_t cputype, const unsigned r_type) { in PrintRType()
763 static void PrintRLength(const uint64_t cputype, const unsigned r_type, in PrintRLength()
802 const uint64_t cputype, in PrintRelocationEntries()
975 const uint64_t cputype = O->getHeader().cputype; in PrintRelocations() local
1880 uint32_t cputype = O->getHeader().cputype; in DumpRawSectionContents() local
2226 static void printUnknownCPUType(uint32_t cputype, uint32_t cpusubtype) { in printUnknownCPUType()
2233 static void printCPUType(uint32_t cputype, uint32_t cpusubtype) { in printCPUType()
2374 uint32_t cputype = OFA.getCPUType(); in printMachOUniversalHeaders() local
8235 static void PrintMachHeader(uint32_t magic, uint32_t cputype, in PrintMachHeader()
[all …]
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c37 cpu_type_t cputype; member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h520 uint32_t cputype; global() member
530 uint32_t cputype; global() member
963 uint32_t cputype; global() member
971 uint32_t cputype; global() member
/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c198 char cputype[32]; member