Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpgtable.h819 #ifndef pud_same
820 static inline int pud_same(pud_t pud_a, pud_t pud_b) in pud_same() function
824 #define pud_same pud_same macro
863 WARN_ON_ONCE(pud_present(*pudp) && !pud_same(*pudp, pud)); \
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1259 #define pud_same pud_same macro
1260 static inline int pud_same(pud_t pud_a, pud_t pud_b) in pud_same() function
/openbmc/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst168 | pud_same | Tests whether both PUD entries are the same |
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c76 changed = !pud_same(*(pudp), entry); in pudp_set_access_flags()
/openbmc/linux/arch/x86/mm/
H A Dpgtable.c536 int changed = !pud_same(*pudp, entry); in pudp_set_access_flags()
/openbmc/linux/mm/
H A Ddebug_vm_pgtable.c305 WARN_ON(!pud_same(pud, pud)); in pud_basic_tests()
H A Dhuge_memory.c1259 if (unlikely(!pud_same(*vmf->pud, orig_pud))) in huge_pud_set_accessed()