Home
last modified time | relevance | path

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

12

/arch/score/include/asm/
Dpgtable.h121 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
238 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/arch/powerpc/include/asm/
Dpgtable.h59 static inline int pte_present(pte_t pte) in pte_present() function
/arch/mips/include/asm/
Dpgtable.h136 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro
171 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/arch/xtensa/include/asm/
Dpgtable.h246 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro
248 # define pte_present(pte) \ macro
/arch/nios2/include/asm/
Dpgtable.h133 static inline int pte_present(pte_t pte) \ in pte_present() function
/arch/cris/include/asm/
Dpgtable.h96 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/arch/sh/include/asm/
Dpgtable_64.h229 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
Dpgtable_32.h323 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/arch/unicore32/include/asm/
Dpgtable.h177 #define pte_present(pte) (pte_val(pte) & PTE_PRESENT) macro
/arch/hexagon/include/asm/
Dpgtable.h303 static inline int pte_present(pte_t pte) in pte_present() function
/arch/m68k/include/asm/
Dsun3_pgtable.h123 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
Dmotorola_pgtable.h130 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
Dmcf_pgtable.h179 static inline int pte_present(pte_t pte) in pte_present() function
/arch/um/include/asm/
Dpgtable.h115 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/arch/arc/include/asm/
Dpgtable.h266 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/arch/m32r/include/asm/
Dpgtable.h177 #define pte_present(x) (pte_val(x) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/arch/metag/include/asm/
Dpgtable.h109 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/arch/avr32/include/asm/
Dpgtable.h181 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/arch/arm/include/asm/
Dpgtable.h221 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
/arch/sparc/include/asm/
Dpgtable_32.h144 static inline int pte_present(pte_t pte) in pte_present() function
/arch/openrisc/include/asm/
Dpgtable.h224 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/arch/alpha/include/asm/
Dpgtable.h247 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present() function
/arch/tile/include/asm/
Dpgtable.h193 #define pte_present hv_pte_get_present macro
/arch/microblaze/include/asm/
Dpgtable.h297 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/arch/mn10300/include/asm/
Dpgtable.h218 #define pte_present(x) (pte_val(x) & _PAGE_VALID) macro

12