Home
last modified time | relevance | path

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

/arch/m68k/include/asm/
Dpgtable_no.h20 #define pgd_none(pgd) (0) macro
Dsun3_pgtable.h148 static inline int pgd_none (pgd_t pgd) { return 0; } in pgd_none() function
Dmotorola_pgtable.h150 #define pgd_none(pgd) (!pgd_val(pgd)) macro
Dmcf_pgtable.h201 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
/arch/powerpc/include/asm/nohash/64/
Dpgtable-4k.h56 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/arch/c6x/include/asm/
Dpgtable.h24 #define pgd_none(pgd) (0) macro
/arch/arm/include/asm/
Dpgtable-nommu.h21 #define pgd_none(pgd) (0) macro
/arch/microblaze/include/asm/
Dpgtable.h23 #define pgd_none(pgd) (0) macro
321 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
/arch/parisc/include/asm/
Dpgtable.h351 #define pgd_none(x) (!pgd_val(x)) macro
369 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
/arch/mips/include/asm/
Dpgtable-64.h191 static inline int pgd_none(pgd_t pgd) in pgd_none() function
/arch/x86/mm/
Ddump_pagetables.c502 #define pgd_none(a) (pgtable_l5_enabled() ? pgd_none(a) : p4d_none(__p4d(pgd_val(a)))) macro
/arch/alpha/include/asm/
Dpgtable.h259 extern inline int pgd_none(pgd_t pgd) { return !pgd_val(pgd); } in pgd_none() function
/arch/sparc/include/asm/
Dpgtable_32.h187 static inline int pgd_none(pgd_t pgd) in pgd_none() function
Dpgtable_64.h813 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/arch/nds32/include/asm/
Dpgtable.h349 #define pgd_none(pgd) (0) macro
/arch/ia64/include/asm/
Dpgtable.h286 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/arch/arm64/include/asm/
Dpgtable.h605 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/arch/x86/include/asm/
Dpgtable.h987 static inline int pgd_none(pgd_t pgd) in pgd_none() function
/arch/powerpc/include/asm/book3s/64/
Dpgtable.h959 static inline int pgd_none(pgd_t pgd) in pgd_none() function
/arch/s390/include/asm/
Dpgtable.h610 static inline int pgd_none(pgd_t pgd) in pgd_none() function