Searched refs:pte_same (Results 1 – 6 of 6) sorted by relevance
156 changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
166 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
343 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
19 | pte_same | Tests whether both PTE entries are the same |
463 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
218 if (pte_same(pte, entry)) in __ptep_set_access_flags_anysz()