Home
last modified time | relevance | path

Searched defs:pmd_present (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dpgtable.h30 #define pmd_present(x) (pmd_val(x)) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-2level.h197 #define pmd_present(pmd) (pmd_val(pmd)) macro
H A Dpgtable-3level.h178 #define pmd_present(pmd) (pmd_isset((pmd), L_PMD_SECT_VALID)) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable-32.h145 static inline int pmd_present(pmd_t pmd) in pmd_present() function
H A Dpgtable-64.h265 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dpgtable.h179 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dsun3_pgtable.h143 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
H A Dmotorola_pgtable.h145 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
H A Dmcf_pgtable.h198 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dpgtable.h226 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h144 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h205 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable.h100 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h149 #define pmd_present(pmd) (!pmd_none(pmd)) macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dpgtable.h268 #define pmd_present(x) (pmd_val(x)) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dpgtable.h256 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } in pmd_present() function
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpgtable.h262 #define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK) macro
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpgtable.h225 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_32.h190 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dpgtable.h291 #define pmd_present(pmd) (!pmd_none(pmd)) macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable.h137 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dpgtable_32.h329 #define pmd_present(x) (pmd_val(x)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h225 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgtable.h285 #define pmd_present(pmd) ((pmd_val(pmd) & _PMD_PRESENT) != 0) macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dpgtable.h325 #define pmd_present(x) (pmd_flag(x) & PxD_FLAG_PRESENT) macro

12