Searched refs:pud_same (Results 1 – 7 of 7) sorted by relevance
798 #ifndef pud_same799 static inline int pud_same(pud_t pud_a, pud_t pud_b) in pud_same() function803 #define pud_same pud_same macro842 WARN_ON_ONCE(pud_present(*pudp) && !pud_same(*pudp, pud)); \
1285 #define pud_same pud_same macro1286 static inline int pud_same(pud_t pud_a, pud_t pud_b) in pud_same() function
167 | pud_same | Tests whether both PUD entries are the same |
76 changed = !pud_same(*(pudp), entry); in pudp_set_access_flags()
536 int changed = !pud_same(*pudp, entry); in pudp_set_access_flags()
320 WARN_ON(!pud_same(pud, pud)); in pud_basic_tests()
1266 if (unlikely(!pud_same(*vmf->pud, orig_pud))) in huge_pud_set_accessed()