Searched refs:pmd_flags (Results 1 – 2 of 2) sorted by relevance
122 BUG_ON(!(pmd_flags(*pmd) & _PAGE_PRESENT)); in spte_addr()157 BUG_ON(!(pmd_flags(gpmd) & _PAGE_PRESENT)); in gpte_addr()276 if ((pmd_flags(gpmd) & ~_PAGE_TABLE) || in check_gpmd()294 int pgd_flags, int pmd_flags) in find_spte() argument336 if (!(pmd_flags(*spmd) & _PAGE_PRESENT)) { in find_spte()359 set_pmd(spmd, __pmd(__pa(ptepage) | pmd_flags)); in find_spte()415 if (!(pmd_flags(gpmd) & _PAGE_PRESENT)) in demand_page()475 spte = find_spte(cpu, vaddr, true, pgd_flags(gpgd), pmd_flags(gpmd)); in demand_page()565 if (pmd_flags(*spmd) & _PAGE_PRESENT) { in release_pmd()672 if (!(pmd_flags(gpmd) & _PAGE_PRESENT)) in guest_pa()[all …]
155 #define pmd_flags(x) (pmd_val(x) & ~PAGE_MASK) macro