Home
last modified time | relevance | path

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

/arch/m68k/include/asm/
A Dpgtable_no.h20 #define pgd_none(pgd) (0) macro
/arch/arm/include/asm/
A Dpgtable-nommu.h21 #define pgd_none(pgd) (0) macro
/arch/riscv/include/asm/
A Dpgtable-64.h349 static inline int pgd_none(pgd_t pgd) in pgd_none() function
/arch/x86/include/asm/
A Dpgtable.h1155 static inline int pgd_none(pgd_t pgd) in pgd_none() function
/arch/s390/include/asm/
A Dpgtable.h730 static inline int pgd_none(pgd_t pgd) in pgd_none() function
/arch/arm64/include/asm/
A Dpgtable.h1117 #define pgd_none(pgd) (pgtable_l5_enabled() && !pgd_val(pgd)) macro

Completed in 22 milliseconds