Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/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-src/sys/arm/arm/
H A Dcpufunc.c138 u_int cputype; global() variable
/freebsd-src/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; MachOObjectFile() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h64 llvm::yaml::Hex32 cputype; member
155 llvm::yaml::Hex32 cputype; member
/freebsd-src/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-src/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() argument
763 static void PrintRLength(const uint64_t cputype, const unsigned r_type, in PrintRLength() argument
802 const uint64_t cputype, in PrintRelocationEntries() argument
975 const uint64_t cputype = O->getHeader().cputype; PrintRelocations() local
1880 uint32_t cputype = O->getHeader().cputype; DumpRawSectionContents() local
2226 printUnknownCPUType(uint32_t cputype,uint32_t cpusubtype) printUnknownCPUType() argument
2233 printCPUType(uint32_t cputype,uint32_t cpusubtype) printCPUType() argument
2374 uint32_t cputype = OFA.getCPUType(); printMachOUniversalHeaders() local
8123 PrintMachHeader(uint32_t magic,uint32_t cputype,uint32_t cpusubtype,uint32_t filetype,uint32_t ncmds,uint32_t sizeofcmds,uint32_t flags,bool verbose) PrintMachHeader() argument
9516 PrintThreadCommand(MachO::thread_command t,const char * Ptr,bool isLittleEndian,uint32_t cputype) PrintThreadCommand() argument
9979 PrintLoadCommands(const MachOObjectFile * Obj,uint32_t filetype,uint32_t cputype,bool verbose) PrintLoadCommands() argument
10145 uint32_t cputype = 0; printMachOLoadCommands() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c37 cpu_type_t cputype; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h514 uint32_t cputype; member
524 uint32_t cputype; member
962 uint32_t cputype; member
970 uint32_t cputype; member
/freebsd-src/usr.sbin/pmcstudy/
H A Dpmcstudy.c198 char cputype[32]; member