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

/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dcore.c913 c->x86_cache_mbm_width_offset = -1;
930 c->x86_cache_mbm_width_offset = eax & 0xff;
932 if (c->x86_vendor == X86_VENDOR_AMD && !c->x86_cache_mbm_width_offset)
933 c->x86_cache_mbm_width_offset = MBM_CNTR_WIDTH_OFFSET_AMD;
H A Dmonitor.c1008 unsigned int mbm_offset = boot_cpu_data.x86_cache_mbm_width_offset;
/linux-master/arch/x86/include/asm/
H A Dprocessor.h146 int x86_cache_mbm_width_offset; member in struct:cpuinfo_x86

Completed in 136 milliseconds