Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h155 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux/arch/arm/include/asm/
A Dpgtable-2level.h217 #define pmd_bad(pmd) pmd_leaf(pmd) macro
A Dpgtable-3level.h140 #define pmd_bad(pmd) (!(pmd_val(pmd) & PMD_TABLE_BIT)) macro
/linux/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h102 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
/linux/arch/mips/include/asm/
A Dpgtable-32.h129 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
A Dpgtable-64.h245 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/arc/include/asm/
A Dpgtable-levels.h157 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/linux/arch/m68k/include/asm/
A Dsun3_pgtable.h122 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
A Dmotorola_pgtable.h121 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
A Dmcf_pgtable.h142 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
/linux/arch/csky/include/asm/
A Dpgtable.h122 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/hexagon/include/asm/
A Dpgtable.h209 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/nios2/include/asm/
A Dpgtable.h208 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/um/include/asm/
A Dpgtable.h84 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
/linux/arch/microblaze/include/asm/
A Dpgtable.h227 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
/linux/arch/openrisc/include/asm/
A Dpgtable.h208 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
/linux/arch/sparc/include/asm/
A Dpgtable_32.h168 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
A Dpgtable_64.h808 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/xtensa/include/asm/
A Dpgtable.h248 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/alpha/include/asm/
A Dpgtable.h239 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/
A Dpgtable_32.h330 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h220 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux/arch/parisc/include/asm/
A Dpgtable.h289 #define pmd_bad(x) (!(pmd_flag(x) & PxD_FLAG_VALID)) macro
/linux/arch/loongarch/include/asm/
A Dpgtable.h227 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/riscv/include/asm/
A Dpgtable.h231 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function

Completed in 62 milliseconds

12