Home
last modified time | relevance | path

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

/arch/x86/kvm/mmu/
Dspte.c323 u8 low_phys_bits; in kvm_mmu_reset_all_pte_masks() local
339 low_phys_bits = boot_cpu_data.x86_phys_bits; in kvm_mmu_reset_all_pte_masks()
343 low_phys_bits = boot_cpu_data.x86_cache_bits in kvm_mmu_reset_all_pte_masks()
346 rsvd_bits(low_phys_bits, boot_cpu_data.x86_cache_bits - 1); in kvm_mmu_reset_all_pte_masks()
350 GENMASK_ULL(low_phys_bits - 1, PAGE_SHIFT); in kvm_mmu_reset_all_pte_masks()