Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dpgtable.h32 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-2level.h196 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
H A Dpgtable-3level.h138 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable-32.h131 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
H A Dpgtable-64.h251 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dpgtable.h217 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dsun3_pgtable.h140 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
H A Dmotorola_pgtable.h144 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
H A Dmcf_pgtable.h197 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dpgtable.h236 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h142 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h204 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable.h98 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h147 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dpgtable.h267 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dpgtable.h255 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } in pmd_bad() function
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpgtable.h263 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpgtable.h224 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_32.h185 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dpgtable.h292 #define pmd_bad(pmd) pmd_none(pmd) macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable.h147 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dpgtable_32.h331 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h224 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgtable.h284 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dpgtable.h324 #define pmd_bad(x) (!(pmd_flag(x) & PxD_FLAG_VALID)) macro

12