Searched defs:pte_present (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/arch/arc/include/asm/
H A Dpgtable-levels.h174 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h112 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
H A Dsun3_pgtable.h102 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } function
H A Dmcf_pgtable.h126 static inline int pte_present(pte_t pte) function
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h236 static inline int pte_present(pte_t pte) function
/linux-master/arch/csky/include/asm/
H A Dpgtable.h37 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h169 static inline int pte_present(pte_t pte) function
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h107 static inline int pte_present(pte_t pte) \ function
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h148 static inline int pte_present(pte_t pte) function
H A Dpgtable_64.h656 static inline unsigned long pte_present(pte_t pte) function
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h323 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h103 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/linux-master/arch/mips/include/asm/
H A Dpgtable.h116 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro
163 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable.h181 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h204 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h237 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro
239 # define pte_present(pte) \ macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h232 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } function
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h399 static inline int pte_present(pte_t pte) function
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h222 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h312 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h277 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h345 static inline int pte_present(pte_t pte) function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h108 #define pte_present(pte) (!!(pte_val(pte) & (PTE_VALID | PTE_PROT_NONE))) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable.h966 static inline int pte_present(pte_t a) function
/linux-master/arch/s390/include/asm/
H A Dpgtable.h785 static inline int pte_present(pte_t pte) function
[all...]

Completed in 422 milliseconds

12