Searched refs:cpuid (Results 1 – 2 of 2) sorted by relevance
18 int cpuid; in armv8_cpu_get_desc() local20 cpuid = (read_midr() & MIDR_PARTNUM_MASK) >> MIDR_PARTNUM_SHIFT; in armv8_cpu_get_desc()22 snprintf(buf, size, "CPU MIDR %04x", cpuid); in armv8_cpu_get_desc()
50 tsc_info = cpuid(0x15); in native_calibrate_tsc()
Completed in 12 milliseconds