Lines Matching refs:pte_flags
216 flags = (pte_flags(gpte) & ~_PAGE_GLOBAL); in gpte_to_spte()
248 if (pte_flags(pte) & _PAGE_PRESENT) in release_pte()
256 if (pte_flags(gpte) & _PAGE_PSE) in gpte_in_iomem()
265 if ((pte_flags(gpte) & _PAGE_PSE) || in check_gpte()
466 if (!(pte_flags(gpte) & _PAGE_PRESENT)) in demand_page()
473 if ((errcode & 2) && !(pte_flags(gpte) & _PAGE_RW)) in demand_page()
477 if ((errcode & 4) && !(pte_flags(gpte) & _PAGE_USER)) in demand_page()
569 flags = pte_flags(*spte); in page_writable()
704 if (!(pte_flags(gpte) & _PAGE_PRESENT)) in __guest_pa()
810 if (i == 0 && !(pte_flags(*pte) & _PAGE_PRESENT)) { in allocate_switcher_mapping()
957 if ((pte_flags(gpte) & (_PAGE_DIRTY | _PAGE_ACCESSED)) in __guest_set_pte()
963 pte_flags(gpte) & _PAGE_DIRTY)); in __guest_set_pte()