Searched refs:PT_PRESENT_MASK (Results 1 – 2 of 2) sorted by relevance
14 #define PT_PRESENT_MASK (1ULL << 0) macro94 return pte & PT_PRESENT_MASK; in is_present_gpte()
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()[all …]