Lines Matching refs:pte_raw
404 if ((pte_raw(*ptep) & cpu_to_be64(_PAGE_ACCESSED | H_PAGE_HASHPTE)) == 0) in __ptep_test_and_clear_young()
420 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_WRITE)); in __pte_write()
434 return !(pte_raw(pte) & cpu_to_be64(_PAGE_RWX | _PAGE_PRIVILEGED)); in pte_savedwrite()
451 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_READ)); in pte_read()
509 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_DIRTY)); in pte_dirty()
514 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_ACCESSED)); in pte_young()
519 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_SPECIAL)); in pte_special()
527 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_SOFT_DIRTY)); in pte_soft_dirty()
544 return (pte_raw(pte) & cpu_to_be64(_PAGE_PRESENT | _PAGE_PTE | _PAGE_RWX)) == in pte_protnone()
556 VM_BUG_ON((pte_raw(pte) & cpu_to_be64(_PAGE_PRESENT | _PAGE_RWX | _PAGE_PRIVILEGED)) != in pte_mk_savedwrite()
587 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_PRESENT | _PAGE_INVALID)); in pte_present()
702 return (pte_raw(pte) & mask) == mask; in pte_devmap()
713 return !(pte_raw(pte) & cpu_to_be64(_PAGE_PRIVILEGED)); in pte_user()
759 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_SWP_SOFT_DIRTY)); in pte_swp_soft_dirty()
918 return __pud_raw(pte_raw(pte)); in pte_pud()
963 return __pgd_raw(pte_raw(pte)); in pte_pgd()
1062 return __pmd_raw(pte_raw(pte)); in pte_pmd()