Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dpgtable.h680 static inline int pud_same(pud_t pud_a, pud_t pud_b) in pud_same() function
722 WARN_ON_ONCE(pud_present(*pudp) && !pud_same(*pudp, pud)); \
/Linux-v6.1/Documentation/mm/
Darch_pgtable_helpers.rst161 | pud_same | Tests whether both PUD entries are the same |
/Linux-v6.1/arch/x86/mm/
Dpgtable.c523 int changed = !pud_same(*pudp, entry); in pudp_set_access_flags()
/Linux-v6.1/mm/
Ddebug_vm_pgtable.c347 WARN_ON(!pud_same(pud, pud)); in pud_basic_tests()
Dhuge_memory.c1281 if (unlikely(!pud_same(*vmf->pud, orig_pud))) in huge_pud_set_accessed()