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

/linux-master/arch/x86/kvm/mmu/
H A Dspte.c473 !WARN_ON_ONCE(boot_cpu_data.x86_cache_bits >=
475 low_phys_bits = boot_cpu_data.x86_cache_bits
478 rsvd_bits(low_phys_bits, boot_cpu_data.x86_cache_bits - 1);
/linux-master/arch/x86/include/asm/
H A Dprocessor.h160 u8 x86_cache_bits; member in struct:cpuinfo_x86
198 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.c1082 c->x86_cache_bits = c->x86_phys_bits;

Completed in 104 milliseconds