Home
last modified time | relevance | path

Searched refs:x86_cache_occ_scale (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_cqm.c1268 WARN_ON(c->x86_cache_occ_scale != cqm_l3_scale); in intel_cqm_cpu_starting()
1324 cqm_l3_scale = boot_cpu_data.x86_cache_occ_scale; in intel_cqm_init()
1343 if (c->x86_cache_occ_scale != cqm_l3_scale) { in intel_cqm_init()
Dcommon.c648 c->x86_cache_occ_scale = ebx; in get_cpu_cap()
652 c->x86_cache_occ_scale = -1; in get_cpu_cap()
/linux-4.4.14/arch/x86/include/asm/
Dprocessor.h120 int x86_cache_occ_scale; /* scale to bytes */ member