Searched defs:cpu_info (Results 1 – 16 of 16) sorted by relevance
55 struct cpu_info { struct61 extern struct cpu_info *cpu_info; argument
2 struct cpu_info { struct10 struct cpu_info *__ci; in main() argument
64 typedef struct cpu_info { struct67 } cpu_info; typedef
56 static struct cpu_info { struct57 bool enabled:1;58 bool has_memory:1;59 int domain;60 int id;
36 int cpu_info[4]; in pt_cpuid() local
97 json::Value toJSON(const pt_cpu &cpu_info) { in toJSON()106 bool fromJSON(const json::Value &value, pt_cpu &cpu_info, Path path) { in fromJSON()
54 pt_cpu cpu_info; member
484 Expected<std::vector<uint8_t>> cpu_info = in GetCPUInfoForLiveProcess() local 538 if (llvm::Expected<pt_cpu> cpu_info = GetCPUInfoForLiveProcess()) in GetCPUInfo() local
362 Expected<pt_cpu> cpu_info = trace_ipt.GetCPUInfo(); in SaveToDisk() local
50 Expected<pt_cpu> cpu_info = trace_intel_pt.GetCPUInfo(); in CreateBasicLibiptConfig() local
36 processor_info_t cpu_info; /* CPU information */ member
79 static uint32_t cpu_info(void) in cpu_info() function
115 unsigned int cpu_info[4]; in _sodium_runtime_intel_cpu_features() local
136 struct cpu_info *cpu_info; variable
74 } cpu_info; typedef
296 static struct pmc_cpuinfo cpu_info; variable