Symbol: pte_present
arch/alpha/include/asm/pgtable.h
206
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
179
#define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT))
arch/arm64/include/asm/pgtable.h
152
#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
236
static inline int pte_present(pte_t pte)
arch/loongarch/include/asm/pgtable.h
357
#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
221
#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
110
static inline int pte_present(pte_t pte) \
arch/openrisc/include/asm/pgtable.h
187
#define pte_present(x) (pte_val(x) & _PAGE_PRESENT)
arch/parisc/include/asm/pgtable.h
277
#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
148
static inline int pte_present(pte_t pte)
arch/sparc/include/asm/pgtable_64.h
654
static inline unsigned long pte_present(pte_t pte)
arch/um/include/asm/pgtable.h
105
#define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE))
arch/x86/include/asm/pgtable.h
967
static inline int pte_present(pte_t a)
arch/xtensa/include/asm/pgtable.h
236
# define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID)
arch/xtensa/include/asm/pgtable.h
238
# define pte_present(pte) \