Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/cpu/resctrl/
Dcore.c921 c->x86_cache_max_rmid = -1; in resctrl_cpu_detect()
928 c->x86_cache_max_rmid = cpuid_ebx(0xf); in resctrl_cpu_detect()
938 c->x86_cache_max_rmid = ecx; in resctrl_cpu_detect()
Dmonitor.c693 r->num_rmid = boot_cpu_data.x86_cache_max_rmid + 1; in rdt_get_mon_l3_config()
729 cf_index = (boot_cpu_data.x86_cache_max_rmid + 1) / 8 - 1; in intel_rdt_mbm_apply_quirk()
/linux-5.19.10/arch/x86/include/asm/
Dprocessor.h117 int x86_cache_max_rmid; /* max index */ member