Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dspte.c463 u8 low_phys_bits; in kvm_mmu_reset_all_pte_masks() local
479 low_phys_bits = boot_cpu_data.x86_phys_bits; in kvm_mmu_reset_all_pte_masks()
483 low_phys_bits = boot_cpu_data.x86_cache_bits in kvm_mmu_reset_all_pte_masks()
486 rsvd_bits(low_phys_bits, boot_cpu_data.x86_cache_bits - 1); in kvm_mmu_reset_all_pte_masks()
490 GENMASK_ULL(low_phys_bits - 1, PAGE_SHIFT); in kvm_mmu_reset_all_pte_masks()