| /kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
| D | pgtable.h | 252 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro 254 # define pte_present(pte) \ macro
|
| /kernel/linux/linux-4.19/arch/mips/include/asm/ |
| D | pgtable.h | 142 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro 189 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
| /kernel/linux/linux-4.19/arch/powerpc/include/asm/nohash/ |
| D | pgtable.h | 42 static inline int pte_present(pte_t pte) in pte_present() function
|
| /kernel/linux/linux-4.19/arch/xtensa/include/asm/ |
| D | pgtable.h | 257 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro 259 # define pte_present(pte) \ macro
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | pgtable.h | 142 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro 189 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/ |
| D | pgtable.h | 73 static inline int pte_present(pte_t pte) in pte_present() function
|
| /kernel/linux/linux-5.10/arch/nios2/include/asm/ |
| D | pgtable.h | 128 static inline int pte_present(pte_t pte) \ in pte_present() function
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| D | sun3_pgtable.h | 122 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
|
| D | motorola_pgtable.h | 136 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
| D | mcf_pgtable.h | 180 static inline int pte_present(pte_t pte) in pte_present() function
|
| /kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
| D | pgtable.h | 259 static inline int pte_present(pte_t pte) in pte_present() function
|
| /kernel/linux/linux-5.10/arch/csky/include/asm/ |
| D | pgtable.h | 39 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
| /kernel/linux/linux-4.19/arch/nios2/include/asm/ |
| D | pgtable.h | 134 static inline int pte_present(pte_t pte) \ in pte_present() function
|
| /kernel/linux/linux-4.19/arch/unicore32/include/asm/ |
| D | pgtable.h | 178 #define pte_present(pte) (pte_val(pte) & PTE_PRESENT) macro
|
| /kernel/linux/linux-4.19/arch/sh/include/asm/ |
| D | pgtable_64.h | 229 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
| /kernel/linux/linux-4.19/arch/m68k/include/asm/ |
| D | sun3_pgtable.h | 124 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
|
| D | motorola_pgtable.h | 131 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
| D | mcf_pgtable.h | 180 static inline int pte_present(pte_t pte) in pte_present() function
|
| /kernel/linux/linux-5.10/arch/um/include/asm/ |
| D | pgtable.h | 116 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
| /kernel/linux/linux-5.10/arch/arc/include/asm/ |
| D | pgtable.h | 263 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
| /kernel/linux/linux-4.19/arch/hexagon/include/asm/ |
| D | pgtable.h | 302 static inline int pte_present(pte_t pte) in pte_present() function
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| D | pgtable.h | 192 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
|
| /kernel/linux/linux-4.19/arch/um/include/asm/ |
| D | pgtable.h | 115 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
| /kernel/linux/linux-4.19/arch/arc/include/asm/ |
| D | pgtable.h | 274 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| D | pgtable_32.h | 165 static inline int pte_present(pte_t pte) in pte_present() function
|