Searched refs:pmd_bad (Results 1 - 25 of 49) sorted by relevance

12

/arch/c6x/include/asm/
H A Dpgtable.h36 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/arch/ia64/xen/
H A Dxencomm.c74 if (pmd_none(*pmd) || pmd_bad(*pmd))
/arch/arm/include/asm/
H A Dpgtable-2level.h161 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
H A Dpgtable-3level.h137 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
/arch/unicore32/mm/
H A Dpgd.c90 if (pmd_bad(*pmd)) {
/arch/blackfin/include/asm/
H A Dpgtable.h29 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/arch/m68k/mm/
H A Dkmap.c276 if (pmd_bad(*pmd_dir)) {
353 if (pmd_bad(*pmd_dir)) {
/arch/sparc/include/asm/
H A Dpgtable_32.h158 BTFIXUPDEF_CALL_CONST(int, pmd_bad, pmd_t)
167 #define pmd_bad(pmd) BTFIXUP_CALL(pmd_bad)(pmd) macro
/arch/arm/lib/
H A Duaccess_with_memcpy.c43 if (unlikely(pmd_none(*pmd) || pmd_bad(*pmd)))
/arch/arm/mm/
H A Dmmu.c568 if (pmd_none(*pmd) || pmd_bad(*pmd))
576 BUG_ON(pmd_bad(*pmd));
586 BUG_ON(pmd_bad(*pmd));
598 BUG_ON(pmd_bad(*pmd) && ((addr | end) & ~PMD_MASK));
/arch/cris/include/asm/
H A Dpgtable.h100 /* by removing the _PAGE_KERNEL bit from the comparison, the same pmd_bad
103 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_KERNEL)) != _PAGE_TABLE) macro
/arch/ia64/mm/
H A Dfault.c64 if (pmd_none(*pmd) || pmd_bad(*pmd))
/arch/m68k/include/asm/
H A Dsun3_pgtable.h141 //static inline int pmd_bad (pmd_t pmd) { return (pmd_val (pmd) & SUN3_PMD_MASK) != SUN3_PMD_MAGIC; }
143 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
H A Dmcf_pgtable.h197 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
H A Dmotorola_pgtable.h139 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
/arch/mips/include/asm/
H A Dpgtable-32.h82 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
H A Dpgtable-64.h176 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h133 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/arch/unicore32/include/asm/
H A Dpgtable.h208 #define pmd_bad(pmd) (((pmd_val(pmd) & \ macro
/arch/m32r/mm/
H A Dmmu.S157 bnez r2, 3f ; pmd_bad(*pmd) ?
272 bne r1, r4, 3f ; pmd_bad(*pmd) ?
/arch/alpha/include/asm/
H A Dpgtable.h255 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } function
/arch/avr32/include/asm/
H A Dpgtable.h265 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/arch/hexagon/include/asm/
H A Dpgtable.h283 * pmd_bad - check if a PMD entry is "bad". That might mean swapped out.
287 static inline int pmd_bad(pmd_t pmd) function
/arch/m32r/include/asm/
H A Dpgtable.h186 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK) != _KERNPG_TABLE) macro
/arch/openrisc/include/asm/
H A Dpgtable.h229 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro

Completed in 7278 milliseconds

12