Home
last modified time | relevance | path

Searched refs:pgd_same (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dpgtable.h557 static inline int pgd_same(pgd_t pgd_a, pgd_t pgd_b) in pgd_same() function
597 WARN_ON_ONCE(pgd_present(*pgdp) && !pgd_same(*pgdp, pgd)); \
/kernel/linux/linux-5.10/mm/
Ddebug_vm_pgtable.c478 WARN_ON(!pgd_same(pgd, pgd)); in pgd_basic_tests()