Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dspte.c473 !WARN_ON_ONCE(boot_cpu_data.x86_cache_bits >= in kvm_mmu_reset_all_pte_masks()
475 low_phys_bits = boot_cpu_data.x86_cache_bits in kvm_mmu_reset_all_pte_masks()
478 rsvd_bits(low_phys_bits, boot_cpu_data.x86_cache_bits - 1); in kvm_mmu_reset_all_pte_masks()
/openbmc/linux/arch/x86/include/asm/
H A Dprocessor.h147 u8 x86_cache_bits; member
190 return BIT_ULL(boot_cpu_data.x86_cache_bits - 1 - PAGE_SHIFT); in l1tf_pfn_limit()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c2406 if (c->x86_cache_bits < 44) in override_cache_bits()
2407 c->x86_cache_bits = 44; in override_cache_bits()
H A Dcommon.c1128 c->x86_cache_bits = c->x86_phys_bits; in get_cpu_address_sizes()