Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1242 #define pud_same pud_same macro
1243 static inline int pud_same(pud_t pud_a, pud_t pud_b) in pud_same() function
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst156 | pud_same | Tests whether both PUD entries are the same |
/linux/arch/x86/include/asm/
H A Dpgtable.h1721 WARN_ON_ONCE(pud_present(*pudp) && !pud_same(*pudp, pud)); \
/linux/mm/
H A Dhuge_memory.c2086 if (unlikely(!pud_same(*vmf->pud, orig_pud))) in huge_pud_set_accessed()