Home | History | Annotate | Download | only in base

Lines Matching full:cpuinfo

17 #include <sys/syspage.h>  // cpuinfo
180 // Extract the information exposed by the kernel via /proc/cpuinfo.
181 class CPUInfo final {
183 CPUInfo() : datalen_(0) {
184 // Get the size of the cpuinfo file by reading it until the end. This is
187 static const char PATHNAME[] = "/proc/cpuinfo";
201 // Read the contents of the cpuinfo file.
219 ~CPUInfo() {
224 // the content of the cpuinfo file and return it as a heap-allocated
349 // valid Ids in CPUInfo[0] and the CPU identification string in
352 // in a human readable form. The human readable order is CPUInfo[1] |
353 // CPUInfo[3] | CPUInfo[2]. CPUInfo[2] and CPUInfo[3] are swapped
424 CPUInfo cpu_info;
511 // Try to fallback to "Features" CPUInfo field.
554 uint32_t cpu_flags = SYSPAGE_ENTRY(cpuinfo)->flags;
580 cpuinfo, which reveals hardware configuration
584 CPUInfo cpu_info;
595 CPUInfo cpu_info;