Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dprocessor.h117 int x86_cache_max_rmid; /* max index */ member