Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/include/asm/
H A Dpgtable.h1046 WARN_ON_ONCE(pgd_present(*pgdp) && !pgd_same(*pgdp, pgd)); \
/linux-6.15/include/linux/
H A Dpgtable.h1083 static inline int pgd_same(pgd_t pgd_a, pgd_t pgd_b) in pgd_same() function
/linux-6.15/arch/x86/include/asm/
H A Dpgtable.h1812 WARN_ON_ONCE(pgd_present(*pgdp) && !pgd_same(*pgdp, pgd)); \
/linux-6.15/mm/
H A Ddebug_vm_pgtable.c487 WARN_ON(!pgd_same(pgd, pgd)); in pgd_basic_tests()