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.c455 u8 low_phys_bits; in kvm_mmu_reset_all_pte_masks() local
471 low_phys_bits = boot_cpu_data.x86_phys_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()
482 GENMASK_ULL(low_phys_bits - 1, PAGE_SHIFT); in kvm_mmu_reset_all_pte_masks()