Searched refs:x86_cache_bits (Results 1 - 4 of 4) sorted by path

/linux-master/arch/x86/include/asm/
H A Dprocessor.h174 u8 x86_cache_bits; member in struct:cpuinfo_x86
212 return BIT_ULL(boot_cpu_data.x86_cache_bits - 1 - PAGE_SHIFT);
/linux-master/arch/x86/kernel/cpu/
H A Dbugs.c2408 if (c->x86_cache_bits < 44)
2409 c->x86_cache_bits = 44;
H A Dcommon.c1080 c->x86_cache_bits = c->x86_phys_bits;
/linux-master/arch/x86/kvm/mmu/
H A Dspte.c459 !WARN_ON_ONCE(boot_cpu_data.x86_cache_bits >=
461 low_phys_bits = boot_cpu_data.x86_cache_bits
464 rsvd_bits(low_phys_bits, boot_cpu_data.x86_cache_bits - 1);

Completed in 231 milliseconds