Home
last modified time | relevance | path

Searched refs:pud_same (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/include/linux/
Dpgtable.h798 #ifndef pud_same
799 static inline int pud_same(pud_t pud_a, pud_t pud_b) in pud_same() function
803 #define pud_same pud_same macro
842 WARN_ON_ONCE(pud_present(*pudp) && !pud_same(*pudp, pud)); \
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1285 #define pud_same pud_same macro
1286 static inline int pud_same(pud_t pud_a, pud_t pud_b) in pud_same() function
/linux-6.6.21/Documentation/mm/
Darch_pgtable_helpers.rst167 | pud_same | Tests whether both PUD entries are the same |
/linux-6.6.21/arch/powerpc/mm/book3s64/
Dpgtable.c76 changed = !pud_same(*(pudp), entry); in pudp_set_access_flags()
/linux-6.6.21/arch/x86/mm/
Dpgtable.c536 int changed = !pud_same(*pudp, entry); in pudp_set_access_flags()
/linux-6.6.21/mm/
Ddebug_vm_pgtable.c320 WARN_ON(!pud_same(pud, pud)); in pud_basic_tests()
Dhuge_memory.c1266 if (unlikely(!pud_same(*vmf->pud, orig_pud))) in huge_pud_set_accessed()