Searched refs:MIDR_SIZE (Results 1 – 1 of 1) sorted by relevance
12 #define MIDR_SIZE 19 macro23 if (!sysfs || sz < MIDR_SIZE) in _get_cpuid()41 if (!fgets(buf, MIDR_SIZE, file)) { in _get_cpuid()52 scnprintf(buf, MIDR_SIZE, "0x%016lx", midr); in _get_cpuid()88 buf = malloc(MIDR_SIZE); in get_cpuid_str()93 res = _get_cpuid(buf, MIDR_SIZE, pmu->cpus); in get_cpuid_str()