| /Linux-v6.1/arch/xtensa/include/asm/ |
| D | pgtable.h | 233 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro 235 # define pte_present(pte) \ macro
|
| /Linux-v6.1/arch/mips/include/asm/ |
| D | pgtable.h | 119 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro 166 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
| /Linux-v6.1/arch/powerpc/include/asm/nohash/ |
| D | pgtable.h | 53 static inline int pte_present(pte_t pte) in pte_present() function
|
| /Linux-v6.1/arch/nios2/include/asm/ |
| D | pgtable.h | 107 static inline int pte_present(pte_t pte) \ in pte_present() function
|
| /Linux-v6.1/arch/m68k/include/asm/ |
| D | sun3_pgtable.h | 99 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
|
| D | motorola_pgtable.h | 109 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
| D | mcf_pgtable.h | 123 static inline int pte_present(pte_t pte) in pte_present() function
|
| /Linux-v6.1/arch/arc/include/asm/ |
| D | pgtable-levels.h | 173 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
| /Linux-v6.1/arch/hexagon/include/asm/ |
| D | pgtable.h | 233 static inline int pte_present(pte_t pte) in pte_present() function
|
| /Linux-v6.1/arch/csky/include/asm/ |
| D | pgtable.h | 36 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
| /Linux-v6.1/arch/um/include/asm/ |
| D | pgtable.h | 100 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
| /Linux-v6.1/arch/arm/include/asm/ |
| D | pgtable.h | 179 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
|
| /Linux-v6.1/arch/sparc/include/asm/ |
| D | pgtable_32.h | 150 static inline int pte_present(pte_t pte) in pte_present() function
|
| D | pgtable_64.h | 636 static inline unsigned long pte_present(pte_t pte) in pte_present() function
|
| /Linux-v6.1/arch/openrisc/include/asm/ |
| D | pgtable.h | 201 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
| /Linux-v6.1/arch/alpha/include/asm/ |
| D | pgtable.h | 229 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present() function
|
| /Linux-v6.1/arch/microblaze/include/asm/ |
| D | pgtable.h | 219 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
| /Linux-v6.1/arch/sh/include/asm/ |
| D | pgtable_32.h | 324 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
| /Linux-v6.1/arch/powerpc/include/asm/book3s/32/ |
| D | pgtable.h | 386 static inline int pte_present(pte_t pte) in pte_present() function
|
| /Linux-v6.1/arch/loongarch/include/asm/ |
| D | pgtable.h | 264 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
| /Linux-v6.1/arch/parisc/include/asm/ |
| D | pgtable.h | 298 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
| /Linux-v6.1/arch/ia64/include/asm/ |
| D | pgtable.h | 242 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) macro
|
| /Linux-v6.1/arch/riscv/include/asm/ |
| D | pgtable.h | 287 static inline int pte_present(pte_t pte) in pte_present() function
|
| /Linux-v6.1/arch/arm64/include/asm/ |
| D | pgtable.h | 102 #define pte_present(pte) (!!(pte_val(pte) & (PTE_VALID | PTE_PROT_NONE))) macro
|
| /Linux-v6.1/arch/x86/include/asm/ |
| D | pgtable.h | 735 static inline int pte_present(pte_t a) in pte_present() function
|