Searched defs:pgd_none (Results 1 - 21 of 21) sorted by relevance

/arch/m68k/include/asm/
H A Dpgtable_no.h19 #define pgd_none(pgd) (0) macro
H A Dsun3_pgtable.h149 static inline int pgd_none (pgd_t pgd) { return 0; } function
H A Dmcf_pgtable.h201 static inline int pgd_none(pgd_t pgd) { return 0; } function
H A Dmotorola_pgtable.h150 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/arch/blackfin/include/asm/
H A Dpgtable.h20 #define pgd_none(pgd) (0) macro
/arch/c6x/include/asm/
H A Dpgtable.h27 #define pgd_none(pgd) (0) macro
/arch/m32r/include/asm/
H A Dpgtable-2level.h33 static inline int pgd_none(pgd_t pgd) { return 0; } function
/arch/powerpc/include/asm/
H A Dpgtable-ppc64-4k.h55 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/arch/arm/include/asm/
H A Dpgtable-nommu.h24 #define pgd_none(pgd) (0) macro
/arch/x86/mm/
H A Ddump_pagetables.c343 #define pgd_none(a) pud_none(__pud(pgd_val(a))) macro
363 if (!pgd_none(*start)) {
/arch/score/include/asm/
H A Dpgtable.h122 #define pgd_none(pgd) (0) macro
/arch/alpha/include/asm/
H A Dpgtable.h259 extern inline int pgd_none(pgd_t pgd) { return !pgd_val(pgd); } function
/arch/microblaze/include/asm/
H A Dpgtable.h23 #define pgd_none(pgd) (0) macro
324 static inline int pgd_none(pgd_t pgd) { return 0; } function
/arch/sparc/include/asm/
H A Dpgtable_32.h185 static inline int pgd_none(pgd_t pgd) function
H A Dpgtable_64.h781 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/arch/arm64/include/asm/
H A Dpgtable.h416 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/arch/frv/include/asm/
H A Dpgtable.h47 #define pgd_none(pgd) (0) macro
198 static inline int pgd_none(pgd_t pgd) { return 0; } function
/arch/ia64/include/asm/
H A Dpgtable.h288 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/arch/parisc/include/asm/
H A Dpgtable.h316 #define pgd_none(x) (!pgd_val(x)) macro
334 static inline int pgd_none(pgd_t pgd) { return 0; } function
/arch/x86/include/asm/
H A Dpgtable.h647 static inline int pgd_none(pgd_t pgd) function
/arch/s390/include/asm/
H A Dpgtable.h497 static inline int pgd_none(pgd_t pgd) { return 0; } function
514 static inline int pgd_none(pgd_t pgd) function

Completed in 805 milliseconds