Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/cpu/resctrl/
Dcore.c152 u64 max_cbm = BIT_ULL_MASK(20) - 1, l3_cbm_0; in cache_alloc_hsw_probe() local
154 if (wrmsrl_safe(MSR_IA32_L3_CBM_BASE, max_cbm)) in cache_alloc_hsw_probe()
160 if (l3_cbm_0 != max_cbm) in cache_alloc_hsw_probe()
164 r->default_ctrl = max_cbm; in cache_alloc_hsw_probe()