Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/openbmc/linux/include/asm-generic/
H A Dpgtable-nop4d.h23 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable-64.h363 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h1146 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h632 static inline int pgd_present(pgd_t pgd) in pgd_present() function