Searched defs:pgd_bad (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/m68k/include/asm/
H A Dpgtable_no.h21 #define pgd_bad(pgd) (0) macro
/linux-master/include/asm-generic/
H A Dpgtable-nop4d.h22 static inline int pgd_bad(pgd_t pgd) { return 0; } function
/linux-master/arch/arm/include/asm/
H A Dpgtable-nommu.h22 #define pgd_bad(pgd) (0) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h369 static inline int pgd_bad(pgd_t pgd) function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h920 #define pgd_bad(pgd) (pgtable_l5_enabled() && !(pgd_val(pgd) & 2)) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1166 static inline int pgd_bad(pgd_t pgd) function
/linux-master/arch/s390/include/asm/
H A Dpgtable.h647 static inline int pgd_bad(pgd_t pgd) function

Completed in 116 milliseconds