/linux-3.3/arch/m68k/include/asm/ |
D | pgtable_no.h | 19 #define pgd_none(pgd) (0) macro
|
D | sun3_pgtable.h | 149 static inline int pgd_none (pgd_t pgd) { return 0; } in pgd_none() function
|
D | motorola_pgtable.h | 150 #define pgd_none(pgd) (!pgd_val(pgd)) macro
|
D | mcf_pgtable.h | 201 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-3.3/arch/powerpc/include/asm/ |
D | pgtable-ppc64-4k.h | 55 #define pgd_none(pgd) (!pgd_val(pgd)) macro
|
/linux-3.3/include/asm-generic/ |
D | pgtable-nopud.h | 25 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-3.3/arch/h8300/include/asm/ |
D | pgtable.h | 12 #define pgd_none(pgd) (0) macro
|
/linux-3.3/arch/c6x/include/asm/ |
D | pgtable.h | 27 #define pgd_none(pgd) (0) macro
|
/linux-3.3/arch/arm/include/asm/ |
D | pgtable-nommu.h | 24 #define pgd_none(pgd) (0) macro
|
/linux-3.3/arch/m32r/include/asm/ |
D | pgtable-2level.h | 33 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-3.3/arch/blackfin/include/asm/ |
D | pgtable.h | 20 #define pgd_none(pgd) (0) macro
|
/linux-3.3/arch/x86/mm/ |
D | dump_pagetables.c | 296 #define pgd_none(a) pud_none(__pud(pgd_val(a))) macro
|
/linux-3.3/arch/microblaze/include/asm/ |
D | pgtable.h | 26 #define pgd_none(pgd) (0) macro 334 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-3.3/arch/parisc/include/asm/ |
D | pgtable.h | 303 #define pgd_none(x) (!pgd_val(x)) macro 321 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-3.3/arch/frv/include/asm/ |
D | pgtable.h | 47 #define pgd_none(pgd) (0) macro 198 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-3.3/arch/score/include/asm/ |
D | pgtable.h | 125 #define pgd_none(pgd) (0) macro
|
/linux-3.3/arch/s390/include/asm/ |
D | pgtable.h | 430 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function 446 static inline int pgd_none(pgd_t pgd) in pgd_none() function
|
/linux-3.3/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-3.3/arch/sparc/include/asm/ |
D | pgtable_32.h | 176 #define pgd_none(pgd) BTFIXUP_CALL(pgd_none)(pgd) macro
|
/linux-3.3/arch/ia64/include/asm/ |
D | pgtable.h | 289 #define pgd_none(pgd) (!pgd_val(pgd)) macro
|
/linux-3.3/arch/x86/include/asm/ |
D | pgtable.h | 566 static inline int pgd_none(pgd_t pgd) in pgd_none() function
|