Searched defs:pmd_bad (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/arch/mips/include/asm/
H A Dpgtable-32.h129 static inline int pmd_bad(pmd_t pmd) function
H A Dpgtable-64.h245 static inline int pmd_bad(pmd_t pmd) function
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h157 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-levels.h157 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable-2level.h217 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
H A Dpgtable-3level.h140 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h121 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
H A Dsun3_pgtable.h122 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
H A Dmcf_pgtable.h142 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h209 static inline int pmd_bad(pmd_t pmd) function
/linux-master/arch/csky/include/asm/
H A Dpgtable.h122 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h102 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h205 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h168 static inline int pmd_bad(pmd_t pmd) function
H A Dpgtable_64.h807 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h330 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h84 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h208 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h248 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h239 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } function
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h219 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h227 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h221 static inline int pmd_bad(pmd_t pmd) function
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h289 #define pmd_bad(x) (!(pmd_flag(x) & PxD_FLAG_VALID)) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h232 static inline int pmd_bad(pmd_t pmd) function

Completed in 371 milliseconds

12