Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dpgtable.h807 static inline int p4d_same(p4d_t p4d_a, p4d_t p4d_b) in p4d_same() function
848 WARN_ON_ONCE(p4d_present(*p4dp) && !p4d_same(*p4dp, p4d)); \
/linux-6.6.21/mm/
Ddebug_vm_pgtable.c492 WARN_ON(!p4d_same(p4d, p4d)); in p4d_basic_tests()