/Linux-v5.4/arch/m68k/include/asm/ |
D | pgtable_no.h | 20 #define pgd_none(pgd) (0) macro
|
D | sun3_pgtable.h | 148 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-v5.4/arch/powerpc/include/asm/nohash/64/ |
D | pgtable-4k.h | 56 #define pgd_none(pgd) (!pgd_val(pgd)) macro
|
/Linux-v5.4/include/asm-generic/ |
D | pgtable-nop4d-hack.h | 27 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
D | pgtable-nop4d.h | 22 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/Linux-v5.4/arch/c6x/include/asm/ |
D | pgtable.h | 24 #define pgd_none(pgd) (0) macro
|
/Linux-v5.4/arch/arm/include/asm/ |
D | pgtable-nommu.h | 21 #define pgd_none(pgd) (0) macro
|
/Linux-v5.4/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-v5.4/arch/parisc/include/asm/ |
D | pgtable.h | 351 #define pgd_none(x) (!pgd_val(x)) macro 369 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/Linux-v5.4/arch/mips/include/asm/ |
D | pgtable-64.h | 189 static inline int pgd_none(pgd_t pgd) in pgd_none() function
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | pgtable_32.h | 187 static inline int pgd_none(pgd_t pgd) in pgd_none() function
|
D | pgtable_64.h | 813 #define pgd_none(pgd) (!pgd_val(pgd)) macro
|
/Linux-v5.4/arch/x86/mm/ |
D | dump_pagetables.c | 502 #define pgd_none(a) (pgtable_l5_enabled() ? pgd_none(a) : p4d_none(__p4d(pgd_val(a)))) macro
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | pgtable.h | 259 extern inline int pgd_none(pgd_t pgd) { return !pgd_val(pgd); } in pgd_none() function
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | pgtable.h | 349 #define pgd_none(pgd) (0) macro
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | pgtable.h | 286 #define pgd_none(pgd) (!pgd_val(pgd)) macro
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | pgtable.h | 593 #define pgd_none(pgd) (!pgd_val(pgd)) macro
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 959 static inline int pgd_none(pgd_t pgd) in pgd_none() function
|
/Linux-v5.4/arch/x86/include/asm/ |
D | pgtable.h | 983 static inline int pgd_none(pgd_t pgd) in pgd_none() function
|
/Linux-v5.4/arch/s390/include/asm/ |
D | pgtable.h | 610 static inline int pgd_none(pgd_t pgd) in pgd_none() function
|