Lines Matching refs:PT_PRESENT_MASK
122 #define PT64_PERM_MASK (PT_PRESENT_MASK | PT_WRITABLE_MASK | shadow_user_mask \
306 return pte & PT_PRESENT_MASK && !is_mmio_spte(pte); in is_shadow_present_pte()
1186 BUG_ON(!(*sptep & PT_PRESENT_MASK)); in __rmap_write_protect()
1213 BUG_ON(!(*sptep & PT_PRESENT_MASK)); in __rmap_clear_dirty()
1240 BUG_ON(!(*sptep & PT_PRESENT_MASK)); in __rmap_set_dirty()
1349 BUG_ON(!(*sptep & PT_PRESENT_MASK)); in kvm_unmap_rmapp()
2134 BUILD_BUG_ON(VMX_EPT_READABLE_MASK != PT_PRESENT_MASK || in link_shadow_page()
2137 spte = __pa(sp->spt) | PT_PRESENT_MASK | PT_WRITABLE_MASK | in link_shadow_page()
2524 spte = PT_PRESENT_MASK; in set_spte()
2639 *sptep & PT_PRESENT_MASK ?"RW":"R", gfn, in mmu_set_spte()
3145 vcpu->arch.mmu.pae_root[i] = root | PT_PRESENT_MASK; in mmu_alloc_direct_roots()
3191 pm_mask = PT_PRESENT_MASK; in mmu_alloc_shadow_roots()
4441 BUG_ON(!(*sptep & PT_PRESENT_MASK)); in kvm_mmu_zap_collapsible_spte()