Home
last modified time | relevance | path

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

/linux-6.12.1/arch/m68k/include/asm/
Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/linux-6.12.1/arch/arm/include/asm/
Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/linux-6.12.1/include/asm-generic/
Dpgtable-nop4d.h23 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux-6.12.1/arch/riscv/include/asm/
Dpgtable-64.h359 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/linux-6.12.1/arch/x86/include/asm/
Dpgtable.h1183 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/linux-6.12.1/arch/s390/include/asm/
Dpgtable.h684 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/linux-6.12.1/arch/arm64/include/asm/
Dpgtable.h1025 #define pgd_present(pgd) (!pgd_none(pgd)) macro