Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/
H A Dcore.c973 c->x86_cache_max_rmid = -1; in resctrl_cpu_detect()
980 c->x86_cache_max_rmid = cpuid_ebx(0xf); in resctrl_cpu_detect()
990 c->x86_cache_max_rmid = ecx; in resctrl_cpu_detect()
H A Dmonitor.c619 r->num_rmid = boot_cpu_data.x86_cache_max_rmid + 1; in rdt_get_mon_l3_config()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/
H A Dcore.c920 c->x86_cache_max_rmid = -1; in resctrl_cpu_detect()
927 c->x86_cache_max_rmid = cpuid_ebx(0xf); in resctrl_cpu_detect()
937 c->x86_cache_max_rmid = ecx; in resctrl_cpu_detect()
H A Dmonitor.c88 * equal to (x86_cache_max_rmid + 1) / 8 - 1 and is from 0 up to 27.
765 r->num_rmid = boot_cpu_data.x86_cache_max_rmid + 1; in rdt_get_mon_l3_config()
821 cf_index = (boot_cpu_data.x86_cache_max_rmid + 1) / 8 - 1; in intel_rdt_mbm_apply_quirk()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dprocessor.h117 int x86_cache_max_rmid; /* max index */ member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dprocessor.h119 int x86_cache_max_rmid; /* max index */ member

Completed in 8 milliseconds