| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | pgtable-3level.h | 43 #define pud_present(x) (pud_val(x)) macro
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | pgtable-64.h | 31 static inline int pud_present(pud_t pud) in pud_present() function
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | pgtable-nopmd.h | 32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
|
| /OK3568_Linux_fs/kernel/arch/um/include/asm/ |
| H A D | pgtable-3level.h | 58 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | pgtable-2level.h | 184 #define pud_present(pud) (1) macro
|
| H A D | pgtable-3level.h | 113 #define pud_present(pud) (pud_val(pud)) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | pgtable-64.h | 294 static inline int pud_present(pud_t pud) in pud_present() function
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | motorola_pgtable.h | 158 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 166 #define pud_present(pud) (pud_val(pud) != 0) macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | pgtable.h | 261 extern inline int pud_present(pud_t pud) { return pud_val(pud) & _PAGE_VALID; } in pud_present() function
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | pgtable_32.h | 215 static inline int pud_present(pud_t pud) in pud_present() function
|
| H A D | pgtable_64.h | 861 #define pud_present(pud) (pud_val(pud) != 0U) macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | pgtable.h | 340 #define pud_present(x) (pud_flag(x) & PxD_FLAG_PRESENT) macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | pgtable.h | 280 #define pud_present(pud) (pud_val(pud) != 0UL) macro
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | pgtable.h | 622 #define pud_present(pud) pte_present(pud_pte(pud)) macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 951 static inline int pud_present(pud_t pud) in pud_present() function
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | pgtable.h | 863 static inline int pud_present(pud_t pud) in pud_present() function
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | pgtable.h | 673 static inline int pud_present(pud_t pud) in pud_present() function
|