Home
last modified time | relevance | path

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

/linux-6.6.21/arch/m68k/include/asm/
Dpgtable_no.h20 #define pgd_none(pgd) (0) macro
/linux-6.6.21/arch/arm/include/asm/
Dpgtable-nommu.h21 #define pgd_none(pgd) (0) macro
/linux-6.6.21/include/asm-generic/
Dpgtable-nop4d.h21 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
/linux-6.6.21/arch/riscv/include/asm/
Dpgtable-64.h355 static inline int pgd_none(pgd_t pgd) in pgd_none() function
/linux-6.6.21/arch/x86/include/asm/
Dpgtable.h1185 static inline int pgd_none(pgd_t pgd) in pgd_none() function
/linux-6.6.21/arch/s390/include/asm/
Dpgtable.h639 static inline int pgd_none(pgd_t pgd) in pgd_none() function