Lines Matching refs:pte_val
1082 if (access & ~pte_val(*ptep)) { in hash_page_mm()
1113 DBG_LOW(" i-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm()
1115 DBG_LOW(" i-pte: %016lx %016lx\n", pte_val(*ptep), in hash_page_mm()
1116 pte_val(*(ptep + PTRS_PER_PTE))); in hash_page_mm()
1121 if ((pte_val(*ptep) & _PAGE_4K_PFN) && psize == MMU_PAGE_64K) { in hash_page_mm()
1130 (pte_val(*ptep) & _PAGE_NO_CACHE)) { in hash_page_mm()
1172 psize, pte_val(*ptep)); in hash_page_mm()
1174 DBG_LOW(" o-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm()
1176 DBG_LOW(" o-pte: %016lx %016lx\n", pte_val(*ptep), in hash_page_mm()
1177 pte_val(*(ptep + PTRS_PER_PTE))); in hash_page_mm()
1256 if (pte_val(*ptep) & (_PAGE_4K_PFN | _PAGE_NO_CACHE)) in hash_preload()
1281 pte_val(*ptep)); in hash_preload()