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

/linux-4.1.27/arch/m68k/include/asm/
H A Dpgtable_no.h19 #define pgd_none(pgd) (0) macro
H A Dsun3_pgtable.h147 static inline int pgd_none (pgd_t pgd) { return 0; } pgd_bad() function
H A Dmcf_pgtable.h200 static inline int pgd_none(pgd_t pgd) { return 0; } pgd_bad() function
H A Dmotorola_pgtable.h149 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/linux-4.1.27/include/asm-generic/
H A Dpgtable-nopud.h25 static inline int pgd_none(pgd_t pgd) { return 0; } pgd_bad() function
/linux-4.1.27/arch/powerpc/include/asm/
H A Dpgtable-ppc64-4k.h55 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/linux-4.1.27/arch/blackfin/include/asm/
H A Dpgtable.h20 #define pgd_none(pgd) (0) macro
/linux-4.1.27/arch/c6x/include/asm/
H A Dpgtable.h27 #define pgd_none(pgd) (0) macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dpgtable-2level.h34 static inline int pgd_none(pgd_t pgd) { return 0; } pgd_bad() function
/linux-4.1.27/arch/x86/mm/
H A Ddump_pagetables.c344 #define pgd_none(a) pud_none(__pud(pgd_val(a))) macro
/linux-4.1.27/arch/arm/include/asm/
H A Dpgtable-nommu.h24 #define pgd_none(pgd) (0) macro
/linux-4.1.27/arch/score/include/asm/
H A Dpgtable.h113 #define pgd_none(pgd) (0) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Dpgtable_32.h186 static inline int pgd_none(pgd_t pgd) pgd_none() function
H A Dpgtable_64.h774 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/linux-4.1.27/arch/microblaze/include/asm/
H A Dpgtable.h23 #define pgd_none(pgd) (0) macro
321 static inline int pgd_none(pgd_t pgd) { return 0; } pgd_bad() function
/linux-4.1.27/arch/alpha/include/asm/
H A Dpgtable.h258 extern inline int pgd_none(pgd_t pgd) { return !pgd_val(pgd); } pgd_bad() function
/linux-4.1.27/arch/x86/include/asm/
H A Dpgtable.h632 static inline int pgd_none(pgd_t pgd) pgd_none() function
/linux-4.1.27/arch/parisc/include/asm/
H A Dpgtable.h324 #define pgd_none(x) (!pgd_val(x)) macro
342 static inline int pgd_none(pgd_t pgd) { return 0; } pgd_bad() function
/linux-4.1.27/arch/arm64/include/asm/
H A Dpgtable.h420 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/linux-4.1.27/arch/frv/include/asm/
H A Dpgtable.h47 #define pgd_none(pgd) (0) macro
196 static inline int pgd_none(pgd_t pgd) { return 0; } pgd_bad() function
/linux-4.1.27/arch/ia64/include/asm/
H A Dpgtable.h285 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/linux-4.1.27/arch/s390/include/asm/
H A Dpgtable.h428 static inline int pgd_none(pgd_t pgd) pgd_none() function

Completed in 473 milliseconds