x86_cache_occ_scale  104 arch/x86/include/asm/processor.h 	int			x86_cache_occ_scale;	/* scale to bytes */
x86_cache_occ_scale  879 arch/x86/kernel/cpu/common.c 		c->x86_cache_occ_scale = -1;
x86_cache_occ_scale  895 arch/x86/kernel/cpu/common.c 		c->x86_cache_occ_scale = ebx;
x86_cache_occ_scale  620 arch/x86/kernel/cpu/resctrl/monitor.c 	r->mon_scale = boot_cpu_data.x86_cache_occ_scale;