/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-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-5.10/arch/arc/include/asm/ |
D | pgtable.h | 263 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/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/arm/include/asm/ |
D | pgtable.h | 192 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
D | pgtable.h | 248 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present() function
|
/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
|
D | pgtable_64.h | 659 static inline unsigned long pte_present(pte_t pte) in pte_present() function
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
D | pgtable.h | 220 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | pgtable_32.h | 324 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | pgtable.h | 205 static inline int pte_present(pte_t pte) in pte_present() function
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
D | pgtable.h | 238 #define pte_present(pte) (pte_val(pte) & _PAGE_V) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 359 static inline int pte_present(pte_t pte) in pte_present() function
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
D | pgtable.h | 279 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | pgtable.h | 319 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | pgtable.h | 266 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | pgtable.h | 97 #define pte_present(pte) (!!(pte_val(pte) & (PTE_VALID | PTE_PROT_NONE))) macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | pgtable.h | 765 static inline int pte_present(pte_t a) in pte_present() function
|