Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dresctrl.h84 unsigned int scale = boot_cpu_data.x86_cache_occ_scale; in resctrl_arch_round_mon_val()
Dprocessor.h120 int x86_cache_occ_scale; /* scale to bytes */ member
/Linux-v6.6/arch/x86/kernel/cpu/resctrl/
Dcore.c923 c->x86_cache_occ_scale = -1; in resctrl_cpu_detect()
940 c->x86_cache_occ_scale = ebx; in resctrl_cpu_detect()
Dmonitor.c786 hw_res->mon_scale = boot_cpu_data.x86_cache_occ_scale; in rdt_get_mon_l3_config()