Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kernel/cpu/resctrl/
Dcore.c1065 c->x86_cache_mbm_width_offset = -1; in resctrl_cpu_detect()
1082 c->x86_cache_mbm_width_offset = eax & 0xff; in resctrl_cpu_detect()
1084 if (c->x86_vendor == X86_VENDOR_AMD && !c->x86_cache_mbm_width_offset) in resctrl_cpu_detect()
1085 c->x86_cache_mbm_width_offset = MBM_CNTR_WIDTH_OFFSET_AMD; in resctrl_cpu_detect()
Dmonitor.c1177 unsigned int mbm_offset = boot_cpu_data.x86_cache_mbm_width_offset; in rdt_get_mon_l3_config()
/linux-6.14.4/arch/x86/include/asm/
Dprocessor.h179 int x86_cache_mbm_width_offset; member