Symbol: pte_present
arch/alpha/include/asm/pgtable.h
200
extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; }
arch/arc/include/asm/pgtable-levels.h
173
#define pte_present(x) (pte_val(x) & _PAGE_PRESENT)
arch/arm/include/asm/pgtable.h
170
#define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT))
arch/arm64/include/asm/pgtable.h
146
#define pte_present(pte) (pte_valid(pte) || pte_present_invalid(pte))
arch/csky/include/asm/pgtable.h
37
#define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT)
arch/hexagon/include/asm/pgtable.h
233
static inline int pte_present(pte_t pte)
arch/loongarch/include/asm/pgtable.h
349
#define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))
arch/m68k/include/asm/mcf_pgtable.h
120
static inline int pte_present(pte_t pte)
arch/m68k/include/asm/motorola_pgtable.h
106
#define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))
arch/m68k/include/asm/sun3_pgtable.h
96
static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; }
arch/microblaze/include/asm/pgtable.h
211
#define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT)
arch/mips/include/asm/pgtable.h
116
#define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT)
arch/mips/include/asm/pgtable.h
163
#define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT)
arch/nios2/include/asm/pgtable.h
103
static inline int pte_present(pte_t pte) \
arch/openrisc/include/asm/pgtable.h
183
#define pte_present(x) (pte_val(x) & _PAGE_PRESENT)
arch/parisc/include/asm/pgtable.h
266
#define pte_present(x) (pte_val(x) & _PAGE_PRESENT)
arch/powerpc/include/asm/book3s/32/pgtable.h
401
static inline int pte_present(pte_t pte)
arch/powerpc/include/asm/book3s/64/pgtable.h
507
static inline int pte_present(pte_t pte)
arch/powerpc/include/asm/nohash/pgtable.h
205
static inline int pte_present(pte_t pte)
arch/riscv/include/asm/pgtable.h
352
static inline int pte_present(pte_t pte)
arch/s390/include/asm/pgtable.h
813
static inline int pte_present(pte_t pte)
arch/sh/include/asm/pgtable_32.h
323
#define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
arch/sparc/include/asm/pgtable_32.h
140
static inline int pte_present(pte_t pte)
arch/sparc/include/asm/pgtable_64.h
651
static inline unsigned long pte_present(pte_t pte)
arch/um/include/asm/pgtable.h
96
#define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE))
arch/x86/include/asm/pgtable.h
959
static inline int pte_present(pte_t a)
arch/xtensa/include/asm/pgtable.h
232
# define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID)
arch/xtensa/include/asm/pgtable.h
234
# define pte_present(pte) \