Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h153 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h156 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/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/arm/include/asm/
H A Dpgtable-3level.h140 #define pmd_bad(pmd) (!(pmd_val(pmd) & PMD_TABLE_BIT)) macro
/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.h217 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux/arch/parisc/include/asm/
H A Dpgtable.h278 #define pmd_bad(x) (!(pmd_flag(x) & PxD_FLAG_VALID)) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h246 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h219 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h851 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/x86/include/asm/
H A Dpgtable.h1025 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/s390/include/asm/
H A Dpgtable.h757 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h788 #define pmd_bad(pmd) (!pmd_table(pmd)) macro