Home
last modified time | relevance | path

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

12

/linux/arch/xtensa/include/asm/
A Dpgtable.h251 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro
253 # define pte_present(pte) \ macro
/linux/arch/mips/include/asm/
A Dpgtable.h136 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro
183 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/linux/arch/powerpc/include/asm/nohash/
A Dpgtable.h73 static inline int pte_present(pte_t pte) in pte_present() function
/linux/arch/arc/include/asm/
A Dpgtable-levels.h175 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/linux/arch/m68k/include/asm/
A Dsun3_pgtable.h122 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
A Dmotorola_pgtable.h138 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
A Dmcf_pgtable.h182 static inline int pte_present(pte_t pte) in pte_present() function
/linux/arch/nios2/include/asm/
A Dpgtable.h126 static inline int pte_present(pte_t pte) \ in pte_present() function
/linux/arch/csky/include/asm/
A Dpgtable.h37 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/linux/arch/hexagon/include/asm/
A Dpgtable.h255 static inline int pte_present(pte_t pte) in pte_present() function
/linux/arch/um/include/asm/
A Dpgtable.h116 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/linux/arch/arm/include/asm/
A Dpgtable.h194 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
/linux/arch/sparc/include/asm/
A Dpgtable_32.h164 static inline int pte_present(pte_t pte) in pte_present() function
A Dpgtable_64.h655 static inline unsigned long pte_present(pte_t pte) in pte_present() function
/linux/arch/microblaze/include/asm/
A Dpgtable.h236 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/linux/arch/openrisc/include/asm/
A Dpgtable.h219 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/linux/arch/alpha/include/asm/
A Dpgtable.h245 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present() function
/linux/arch/sh/include/asm/
A Dpgtable_32.h324 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/linux/arch/nds32/include/asm/
A Dpgtable.h238 #define pte_present(pte) (pte_val(pte) & _PAGE_V) macro
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h398 static inline int pte_present(pte_t pte) in pte_present() function
/linux/arch/parisc/include/asm/
A Dpgtable.h310 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/linux/arch/ia64/include/asm/
A Dpgtable.h260 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) macro
/linux/arch/riscv/include/asm/
A Dpgtable.h269 static inline int pte_present(pte_t pte) in pte_present() function
/linux/arch/x86/include/asm/
A Dpgtable.h736 static inline int pte_present(pte_t a) in pte_present() function
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h591 static inline int pte_present(pte_t pte) in pte_present() function

Completed in 49 milliseconds

12