Lines Matching refs:CPU
5 #include "src/base/cpu.h"
266 CPU::CPU() : stepping_(0),
297 // valid Ids in CPUInfo[0] and the CPU identification string in
298 // the other three array elements. The CPU identification string is
309 // Interpret CPU feature information.
337 // Interpret extended CPU feature information.
351 // Extract implementor from the "CPU implementer" field.
352 char* implementer = cpu_info.ExtractField("CPU implementer");
362 // Extract part number from the "CPU part" field.
363 char* part = cpu_info.ExtractField("CPU part");
373 // Extract architecture from the "CPU Architecture" field.
379 char* architecture = cpu_info.ExtractField("CPU architecture");
395 // form of "(v7l)" for an ARMv7-based CPU, and "(v6l)" for
407 // Try to extract the list of CPU features from ELF hwcaps.
491 char* cpu_model = cpu_info.ExtractField("cpu model");
503 // Extract implementor from the "CPU implementer" field.
504 char* implementer = cpu_info.ExtractField("CPU implementer");
514 // Extract part number from the "CPU part" field.
515 char* part = cpu_info.ExtractField("CPU part");