Home
last modified time | relevance | path

Searched defs:pte_present (Results 1 – 14 of 14) sorted by relevance

/linux/arch/arc/include/asm/
H A Dpgtable-levels.h173 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h96 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
H A Dmotorola_pgtable.h106 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
H A Dmcf_pgtable.h120 static inline int pte_present(pte_t pte) in pte_present() function
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h205 static inline int pte_present(pte_t pte) in pte_present() function
/linux/arch/sh/include/asm/
H A Dpgtable_32.h323 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h401 static inline int pte_present(pte_t pte) in pte_present() function
/linux/arch/parisc/include/asm/
H A Dpgtable.h266 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h361 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h337 static inline int pte_present(pte_t pte) in pte_present() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h507 static inline int pte_present(pte_t pte) in pte_present() function
/linux/arch/x86/include/asm/
H A Dpgtable.h959 static inline int pte_present(pte_t a) in pte_present() function
/linux/arch/s390/include/asm/
H A Dpgtable.h815 static inline int pte_present(pte_t pte) in pte_present() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h146 #define pte_present(pte) (pte_valid(pte) || pte_present_invalid(pte)) macro