Searched refs:x86_cache_max_rmid (Results 1 – 3 of 3) sorted by relevance
878 c->x86_cache_max_rmid = -1; in init_cqm()884 c->x86_cache_max_rmid = cpuid_ebx(0xf); in init_cqm()894 c->x86_cache_max_rmid = ecx; in init_cqm()1397 boot_cpu_data.x86_cache_max_rmid = in x86_init_cache_qos()1398 min(boot_cpu_data.x86_cache_max_rmid, in x86_init_cache_qos()1399 c->x86_cache_max_rmid); in x86_init_cache_qos()
621 r->num_rmid = boot_cpu_data.x86_cache_max_rmid + 1; in rdt_get_mon_l3_config()
103 int x86_cache_max_rmid; /* max index */ member