Searched refs:x86_cache_occ_scale (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dresctrl.h128 unsigned int scale = boot_cpu_data.x86_cache_occ_scale;
130 /* h/w works in units of "boot_cpu_data.x86_cache_occ_scale" */
H A Dprocessor.h145 int x86_cache_occ_scale; /* scale to bytes */ member in struct:cpuinfo_x86
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dcore.c912 c->x86_cache_occ_scale = -1;
929 c->x86_cache_occ_scale = ebx;
H A Dmonitor.c1014 hw_res->mon_scale = boot_cpu_data.x86_cache_occ_scale;

Completed in 158 milliseconds