Home
last modified time | relevance | path

Searched defs:is_cpu (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
Dmtrr.h61 #define is_cpu(vnd) (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd) macro
/linux-4.1.27/tools/perf/util/
Dpmu.c895 bool is_cpu = !strcmp(pmu->name, "cpu"); in print_pmu_events() local