Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/cpu/resctrl/
Dcore.c68 .msr_base = MSR_IA32_L3_CBM_BASE,
85 .msr_base = MSR_IA32_L3_CBM_BASE,
102 .msr_base = MSR_IA32_L3_CBM_BASE,
205 if (wrmsr_safe(MSR_IA32_L3_CBM_BASE, max_cbm, 0)) in cache_alloc_hsw_probe()
208 rdmsr(MSR_IA32_L3_CBM_BASE, l, h); in cache_alloc_hsw_probe()
Dinternal.h12 #define MSR_IA32_L3_CBM_BASE 0xc90 macro