Searched refs:pgd_leaf (Results 1 - 9 of 9) sorted by relevance

/linux-master/mm/
H A Dptdump.c44 if (pgd_leaf(val)) {
H A Dvmalloc.c749 if (WARN_ON_ONCE(pgd_leaf(*pgd)))
H A Dmemory.c2887 if (WARN_ON_ONCE(pgd_leaf(*pgd)))
/linux-master/arch/riscv/kernel/
H A Dhibernate.c327 if (pgd_leaf(pgd)) {
/linux-master/arch/x86/mm/
H A Dpti.c188 BUILD_BUG_ON(pgd_leaf(*pgd) != 0);
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1415 #define pgd_leaf pgd_leaf macro
1416 static inline bool pgd_leaf(pgd_t pgd) { return false; } function
/linux-master/arch/riscv/mm/
H A Dpageattr.c416 if (pgd_leaf(pgdp_get(pgd)))
/linux-master/include/linux/
H A Dpgtable.h1779 #ifndef pgd_leaf
1780 #define pgd_leaf(x) false macro
/linux-master/kernel/events/
H A Dcore.c7554 if (pgd_leaf(pgd))

Completed in 266 milliseconds