Home
last modified time | relevance | path

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

12

/linux/arch/arm/include/asm/
A Dpgtable-2level.h213 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
A Dpgtable-3level.h138 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
/linux/arch/mips/include/asm/
A Dpgtable-32.h130 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
A Dpgtable-64.h250 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/arc/include/asm/
A Dpgtable-levels.h160 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/linux/arch/m68k/include/asm/
A Dsun3_pgtable.h140 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
A Dmcf_pgtable.h199 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
A Dmotorola_pgtable.h146 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
/linux/arch/nios2/include/asm/
A Dpgtable.h215 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/csky/include/asm/
A Dpgtable.h141 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/hexagon/include/asm/
A Dpgtable.h233 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h204 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux/arch/um/include/asm/
A Dpgtable.h98 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
/linux/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h140 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
/linux/arch/sparc/include/asm/
A Dpgtable_32.h184 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/microblaze/include/asm/
A Dpgtable.h241 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
/linux/arch/openrisc/include/asm/
A Dpgtable.h223 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
/linux/arch/alpha/include/asm/
A Dpgtable.h252 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } in pmd_bad() function
/linux/arch/xtensa/include/asm/
A Dpgtable.h262 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/sh/include/asm/
A Dpgtable_32.h331 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/linux/arch/nds32/include/asm/
A Dpgtable.h292 #define pmd_bad(pmd) pmd_none(pmd) macro
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h257 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux/arch/parisc/include/asm/
A Dpgtable.h322 #define pmd_bad(x) (!(pmd_flag(x) & PxD_FLAG_VALID)) macro
/linux/arch/ia64/include/asm/
A Dpgtable.h266 #define pmd_bad(pmd) (!ia64_phys_addr_valid(pmd_val(pmd))) macro
/linux/arch/riscv/include/asm/
A Dpgtable.h202 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function

Completed in 39 milliseconds

12