/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 236 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro 238 # define pte_present(pte) \ macro
|
/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 116 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro 163 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/linux/arch/arc/include/asm/ |
H A D | pgtable-levels.h | 173 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 236 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 37 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 96 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
|
H A D | motorola_pgtable.h | 106 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
H A D | mcf_pgtable.h | 120 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 110 static inline int pte_present(pte_t pte) \ in pte_present() function
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 199 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux/arch/um/include/asm/ |
H A D | pgtable.h | 103 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 179 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 148 static inline int pte_present(pte_t pte) in pte_present() function
|
H A D | pgtable_64.h | 654 static inline unsigned long pte_present(pte_t pte) in pte_present() function
|
/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 202 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present() function
|
/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 221 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 187 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux/arch/sh/include/asm/ |
H A D | pgtable_32.h | 323 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 400 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 324 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/linux/arch/parisc/include/asm/ |
H A D | pgtable.h | 277 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 355 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 497 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 966 static inline int pte_present(pte_t a) in pte_present() function
|
/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 875 static inline int pte_present(pte_t pte) in pte_present() function
|