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

/linux-master/arch/x86/include/asm/
H A Dresctrl.h162 return boot_cpu_data.x86_cache_max_rmid + 1;
H A Dprocessor.h144 int x86_cache_max_rmid; /* max index */ member in struct:cpuinfo_x86
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dcore.c911 c->x86_cache_max_rmid = -1;
918 c->x86_cache_max_rmid = cpuid_ebx(0xf);
928 c->x86_cache_max_rmid = ecx;
H A Dmonitor.c109 * equal to (x86_cache_max_rmid + 1) / 8 - 1 and is from 0 up to 27.
1015 r->num_rmid = boot_cpu_data.x86_cache_max_rmid + 1;
1076 cf_index = (boot_cpu_data.x86_cache_max_rmid + 1) / 8 - 1;

Completed in 132 milliseconds