Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c1080 c->x86_cache_mbm_width_offset = -1; in resctrl_cpu_detect()
1098 c->x86_cache_mbm_width_offset = eax & 0xff; in resctrl_cpu_detect()
1100 if (!c->x86_cache_mbm_width_offset) { in resctrl_cpu_detect()
1103 c->x86_cache_mbm_width_offset = MBM_CNTR_WIDTH_OFFSET_AMD; in resctrl_cpu_detect()
1106 c->x86_cache_mbm_width_offset = MBM_CNTR_WIDTH_OFFSET_HYGON; in resctrl_cpu_detect()
H A Dmonitor.c407 unsigned int mbm_offset = boot_cpu_data.x86_cache_mbm_width_offset; in rdt_get_l3_mon_config()
/linux/arch/x86/include/asm/
H A Dprocessor.h174 int x86_cache_mbm_width_offset; member