/Linux-v4.19/arch/m68k/include/asm/ |
D | pgtable_no.h | 19 #define pgd_present(pgd) (1) macro
|
D | sun3_pgtable.h | 150 static inline int pgd_present (pgd_t pgd) { return 1; } in pgd_present() function
|
D | motorola_pgtable.h | 152 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_TABLE) macro
|
D | mcf_pgtable.h | 203 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | pgtable-4k.h | 58 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
|
/Linux-v4.19/include/asm-generic/ |
D | pgtable-nop4d-hack.h | 29 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
D | pgtable-nop4d.h | 24 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | pgtable.h | 26 #define pgd_present(pgd) (1) macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable-nommu.h | 23 #define pgd_present(pgd) (1) macro
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | pgtable.h | 22 #define pgd_present(pgd) (1) /* pages are always present on non MMU */ macro 325 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | pgtable.h | 332 #define pgd_present(x) (pgd_flag(x) & PxD_FLAG_PRESENT) macro 350 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable-64.h | 202 static inline int pgd_present(pgd_t pgd) in pgd_present() function
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | pgtable.h | 261 extern inline int pgd_present(pgd_t pgd) { return pgd_val(pgd) & _PAGE_VALID; } in pgd_present() function
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgtable_32.h | 197 static inline int pgd_present(pgd_t pgd) in pgd_present() function
|
D | pgtable_64.h | 894 #define pgd_present(pgd) (pgd_val(pgd) != 0U) macro
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | pgtable.h | 351 #define pgd_present(pgd) (1) macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgtable.h | 288 #define pgd_present(pgd) (pgd_val(pgd) != 0UL) macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | pgtable.h | 531 #define pgd_present(pgd) (pgd_val(pgd)) macro
|
/Linux-v4.19/arch/x86/include/asm/ |
D | pgtable.h | 928 static inline int pgd_present(pgd_t pgd) in pgd_present() function
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 951 static inline int pgd_present(pgd_t pgd) in pgd_present() function
|
/Linux-v4.19/arch/s390/include/asm/ |
D | pgtable.h | 575 static inline int pgd_present(pgd_t pgd) in pgd_present() function
|