Searched refs:PT_PRESENT_MASK (Results 1 – 2 of 2) sorted by relevance
14 #define PT_PRESENT_MASK (1ULL << 0) macro98 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()1366 BUG_ON(!(*sptep & PT_PRESENT_MASK)); in kvm_zap_rmapp()2205 BUILD_BUG_ON(VMX_EPT_READABLE_MASK != PT_PRESENT_MASK || in link_shadow_page()2208 spte = __pa(sp->spt) | PT_PRESENT_MASK | PT_WRITABLE_MASK | in link_shadow_page()2498 spte = PT_PRESENT_MASK; in set_spte()2613 *sptep & PT_PRESENT_MASK ?"RW":"R", gfn, in mmu_set_spte()3119 vcpu->arch.mmu.pae_root[i] = root | PT_PRESENT_MASK; in mmu_alloc_direct_roots()3165 pm_mask = PT_PRESENT_MASK; in mmu_alloc_shadow_roots()