Home
last modified time | relevance | path

Searched defs:pgd_none (Results 1 – 6 of 6) sorted by relevance

/linux/arch/m68k/include/asm/
A Dpgtable_no.h20 #define pgd_none(pgd) (0) macro
/linux/arch/arm/include/asm/
A Dpgtable-nommu.h21 #define pgd_none(pgd) (0) macro
/linux/include/asm-generic/
A Dpgtable-nop4d.h21 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
/linux/arch/nds32/include/asm/
A Dpgtable.h329 #define pgd_none(pgd) (0) macro
/linux/arch/x86/include/asm/
A Dpgtable.h947 static inline int pgd_none(pgd_t pgd) in pgd_none() function
/linux/arch/s390/include/asm/
A Dpgtable.h613 static inline int pgd_none(pgd_t pgd) in pgd_none() function

Completed in 14 milliseconds