/linux-4.4.14/arch/m68k/include/asm/ |
D | pgtable_no.h | 19 #define pgd_none(pgd) (0) macro
|
D | sun3_pgtable.h | 147 static inline int pgd_none (pgd_t pgd) { return 0; } in pgd_none() function
|
D | motorola_pgtable.h | 149 #define pgd_none(pgd) (!pgd_val(pgd)) macro
|
D | mcf_pgtable.h | 200 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable-ppc64-4k.h | 55 #define pgd_none(pgd) (!pgd_val(pgd)) macro
|
/linux-4.4.14/include/asm-generic/ |
D | pgtable-nopud.h | 25 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | pgtable.h | 27 #define pgd_none(pgd) (0) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable-nommu.h | 24 #define pgd_none(pgd) (0) macro
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable-2level.h | 34 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | pgtable.h | 20 #define pgd_none(pgd) (0) macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 23 #define pgd_none(pgd) (0) macro 321 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-4.4.14/arch/x86/mm/ |
D | dump_pagetables.c | 358 #define pgd_none(a) pud_none(__pud(pgd_val(a))) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 47 #define pgd_none(pgd) (0) macro 196 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 329 #define pgd_none(x) (!pgd_val(x)) macro 347 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgtable.h | 113 #define pgd_none(pgd) (0) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_32.h | 186 static inline int pgd_none(pgd_t pgd) in pgd_none() function
|
D | pgtable_64.h | 790 #define pgd_none(pgd) (!pgd_val(pgd)) macro
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | pgtable.h | 258 extern inline int pgd_none(pgd_t pgd) { return !pgd_val(pgd); } in pgd_none() function
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 285 #define pgd_none(pgd) (!pgd_val(pgd)) macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 482 #define pgd_none(pgd) (!pgd_val(pgd)) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable.h | 659 static inline int pgd_none(pgd_t pgd) in pgd_none() function
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 440 static inline int pgd_none(pgd_t pgd) in pgd_none() function
|