Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dresctrl.h84 unsigned int scale = boot_cpu_data.x86_cache_occ_scale; in resctrl_arch_round_mon_val()
H A Dprocessor.h134 int x86_cache_occ_scale; /* scale to bytes */ member
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c921 c->x86_cache_occ_scale = -1; in resctrl_cpu_detect()
938 c->x86_cache_occ_scale = ebx; in resctrl_cpu_detect()
H A Dmonitor.c764 hw_res->mon_scale = boot_cpu_data.x86_cache_occ_scale; in rdt_get_mon_l3_config()