Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h155 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux/arch/arm/include/asm/
H A Dpgtable-2level.h217 #define pmd_bad(pmd) pmd_leaf(pmd) macro
H A Dpgtable-3level.h140 #define pmd_bad(pmd) (!(pmd_val(pmd) & PMD_TABLE_BIT)) macro
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h156 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/linux/arch/mips/include/asm/
H A Dpgtable-32.h129 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
H A Dpgtable-64.h245 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h116 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
H A Dmotorola_pgtable.h115 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
H A Dmcf_pgtable.h136 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
/linux/arch/csky/include/asm/
H A Dpgtable.h122 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/hexagon/include/asm/
H A Dpgtable.h209 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/nios2/include/asm/
H A Dpgtable.h208 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h227 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
/linux/arch/xtensa/include/asm/
H A Dpgtable.h248 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h168 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
H A Dpgtable_64.h806 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h232 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } in pmd_bad() function
/linux/arch/sh/include/asm/
H A Dpgtable_32.h330 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h220 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h227 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h236 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h836 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/x86/include/asm/
H A Dpgtable.h1032 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function