Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpgtable.h252 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro
254 # define pte_present(pte) \ macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h142 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro
189 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpgtable.h73 static inline int pte_present(pte_t pte) in pte_present() function
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dpgtable.h128 static inline int pte_present(pte_t pte) \ in pte_present() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dsun3_pgtable.h122 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
H A Dmotorola_pgtable.h136 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
H A Dmcf_pgtable.h180 static inline int pte_present(pte_t pte) in pte_present() function
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dpgtable.h259 static inline int pte_present(pte_t pte) in pte_present() function
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h39 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable.h193 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable.h116 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dpgtable.h263 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dpgtable.h248 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present() function
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpgtable.h220 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_32.h165 static inline int pte_present(pte_t pte) in pte_present() function
H A Dpgtable_64.h659 static inline unsigned long pte_present(pte_t pte) in pte_present() function
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dpgtable.h238 #define pte_present(pte) (pte_val(pte) & _PAGE_V) macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable.h205 static inline int pte_present(pte_t pte) in pte_present() function
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dpgtable_32.h324 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h360 static inline int pte_present(pte_t pte) in pte_present() function
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgtable.h279 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dpgtable.h312 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpgtable.h266 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h97 #define pte_present(pte) (!!(pte_val(pte) & (PTE_VALID | PTE_PROT_NONE))) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h570 static inline int pte_present(pte_t pte) in pte_present() function

12