Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Dmmu.h14 #define PT_PRESENT_MASK (1ULL << 0) macro
78 return pte & PT_PRESENT_MASK; in is_present_gpte()
Dmmu.c135 #define PT64_PERM_MASK (PT_PRESENT_MASK | PT_WRITABLE_MASK | PT_USER_MASK \
258 return pte & PT_PRESENT_MASK && !is_mmio_spte(pte); in is_shadow_present_pte()
1023 BUG_ON(!(*spte & PT_PRESENT_MASK)); in kvm_mmu_rmap_write_protect()
1038 BUG_ON(!(*spte & PT_PRESENT_MASK)); in kvm_mmu_rmap_write_protect()
1069 BUG_ON(!(*spte & PT_PRESENT_MASK)); in kvm_unmap_rmapp()
1182 BUG_ON(!(_spte & PT_PRESENT_MASK)); in kvm_age_rmapp()
1210 BUG_ON(!(_spte & PT_PRESENT_MASK)); in kvm_test_age_rmapp()
1791 | PT_PRESENT_MASK | PT_ACCESSED_MASK in link_shadow_page()
2203 spte = PT_PRESENT_MASK; in set_spte()
2339 *sptep & PT_PRESENT_MASK ?"RW":"R", gfn, in mmu_set_spte()
[all …]