Lines Matching refs:pte_val
1085 if (access & ~pte_val(*ptep)) { in hash_page_mm()
1116 DBG_LOW(" i-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm()
1118 DBG_LOW(" i-pte: %016lx %016lx\n", pte_val(*ptep), in hash_page_mm()
1119 pte_val(*(ptep + PTRS_PER_PTE))); in hash_page_mm()
1124 if ((pte_val(*ptep) & _PAGE_4K_PFN) && psize == MMU_PAGE_64K) { in hash_page_mm()
1133 (pte_val(*ptep) & _PAGE_NO_CACHE)) { in hash_page_mm()
1175 psize, pte_val(*ptep)); in hash_page_mm()
1177 DBG_LOW(" o-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm()
1179 DBG_LOW(" o-pte: %016lx %016lx\n", pte_val(*ptep), in hash_page_mm()
1180 pte_val(*(ptep + PTRS_PER_PTE))); in hash_page_mm()
1259 if (pte_val(*ptep) & (_PAGE_4K_PFN | _PAGE_NO_CACHE)) in hash_preload()
1284 pte_val(*ptep)); in hash_preload()