Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds