Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpgtable.h1067 #ifndef pud_same
1068 static inline int pud_same(pud_t pud_a, pud_t pud_b) in pud_same() function
1072 #define pud_same pud_same macro
/linux-6.15/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1235 #define pud_same pud_same macro
1236 static inline int pud_same(pud_t pud_a, pud_t pud_b) in pud_same() function
/linux-6.15/Documentation/mm/
H A Darch_pgtable_helpers.rst164 | pud_same | Tests whether both PUD entries are the same |
/linux-6.15/arch/powerpc/mm/book3s64/
H A Dpgtable.c88 changed = !pud_same(*(pudp), entry); in pudp_set_access_flags()
/linux-6.15/arch/x86/mm/
H A Dpgtable.c498 int changed = !pud_same(*pudp, entry); in pudp_set_access_flags()
/linux-6.15/arch/x86/include/asm/
H A Dpgtable.h1800 WARN_ON_ONCE(pud_present(*pudp) && !pud_same(*pudp, pud)); \
/linux-6.15/mm/
H A Ddebug_vm_pgtable.c306 WARN_ON(!pud_same(pud, pud)); in pud_basic_tests()
H A Dhuge_memory.c1866 if (unlikely(!pud_same(*vmf->pud, orig_pud))) in huge_pud_set_accessed()