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

/linux-master/arch/m68k/include/asm/
H A Dpgtable_no.h20 #define pgd_none(pgd) (0) macro
/linux-master/include/asm-generic/
H A Dpgtable-nop4d.h21 static inline int pgd_none(pgd_t pgd) { return 0; } function
/linux-master/arch/arm/include/asm/
H A Dpgtable-nommu.h21 #define pgd_none(pgd) (0) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h353 static inline int pgd_none(pgd_t pgd) function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h919 #define pgd_none(pgd) (pgtable_l5_enabled() && !pgd_val(pgd)) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1179 static inline int pgd_none(pgd_t pgd) function
/linux-master/arch/s390/include/asm/
H A Dpgtable.h640 static inline int pgd_none(pgd_t pgd) function

Completed in 133 milliseconds