Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/cpu/resctrl/
Dcore.c133 u32 l, h, max_cbm = BIT_MASK(20) - 1; in cache_alloc_hsw_probe() local
135 if (wrmsr_safe(MSR_IA32_L3_CBM_BASE, max_cbm, 0)) in cache_alloc_hsw_probe()
141 if (l != max_cbm) in cache_alloc_hsw_probe()
145 r->default_ctrl = max_cbm; in cache_alloc_hsw_probe()