Home
last modified time | relevance | path

Searched refs:x86_cache_mbm_width_offset (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/
H A Dcore.c975 c->x86_cache_mbm_width_offset = -1; in resctrl_cpu_detect()
992 c->x86_cache_mbm_width_offset = eax & 0xff; in resctrl_cpu_detect()
994 if (c->x86_vendor == X86_VENDOR_AMD && !c->x86_cache_mbm_width_offset) in resctrl_cpu_detect()
995 c->x86_cache_mbm_width_offset = MBM_CNTR_WIDTH_OFFSET_AMD; in resctrl_cpu_detect()
H A Dmonitor.c614 unsigned int mbm_offset = boot_cpu_data.x86_cache_mbm_width_offset; in rdt_get_mon_l3_config()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/
H A Dcore.c922 c->x86_cache_mbm_width_offset = -1; in resctrl_cpu_detect()
939 c->x86_cache_mbm_width_offset = eax & 0xff; in resctrl_cpu_detect()
941 if (c->x86_vendor == X86_VENDOR_AMD && !c->x86_cache_mbm_width_offset) in resctrl_cpu_detect()
942 c->x86_cache_mbm_width_offset = MBM_CNTR_WIDTH_OFFSET_AMD; in resctrl_cpu_detect()
H A Dmonitor.c758 unsigned int mbm_offset = boot_cpu_data.x86_cache_mbm_width_offset; in rdt_get_mon_l3_config()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dprocessor.h119 int x86_cache_mbm_width_offset; member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dprocessor.h121 int x86_cache_mbm_width_offset; member

Completed in 8 milliseconds