Searched refs:pud_same (Results 1 – 8 of 8) sorted by relevance
1123 #ifndef pud_same1124 static inline int pud_same(pud_t pud_a, pud_t pud_b) in pud_same() function1128 #define pud_same pud_same macro
1215 #define pud_same pud_same macro1216 static inline int pud_same(pud_t pud_a, pud_t pud_b) in pud_same() function
156 | pud_same | Tests whether both PUD entries are the same |
87 changed = !pud_same(*(pudp), entry); in pudp_set_access_flags()
428 int changed = !pud_same(*pudp, entry); in pudp_set_access_flags()
1728 WARN_ON_ONCE(pud_present(*pudp) && !pud_same(*pudp, pud)); \
321 WARN_ON(!pud_same(pud, pud)); in pud_basic_tests()
2006 if (unlikely(!pud_same(*vmf->pud, orig_pud))) in huge_pud_set_accessed()