Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h543 static inline int pud_same(pud_t pud_a, pud_t pud_b) in pud_same() function
585 WARN_ON_ONCE(pud_present(*pudp) && !pud_same(*pudp, pud)); \
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Darch_pgtable_helpers.rst159 | pud_same | Tests whether both PUD entries are the same |
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dpgtable.c523 int changed = !pud_same(*pudp, entry); in pudp_set_access_flags()
/OK3568_Linux_fs/kernel/mm/
H A Ddebug_vm_pgtable.c314 WARN_ON(!pud_same(pud, pud)); in pud_basic_tests()
H A Dhuge_memory.c1235 if (unlikely(!pud_same(*vmf->pud, orig_pud))) in huge_pud_set_accessed()