Home
last modified time | relevance | path

Searched refs:pmd_bad (Results 1 – 25 of 57) sorted by relevance

123

/arch/c6x/include/asm/
Dpgtable.h36 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/arch/unicore32/mm/
Dpgd.c91 if (pmd_bad(*pmd)) { in free_pgd_slow()
/arch/powerpc/include/asm/nohash/32/
Dpgtable.h129 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
313 (pmd_bad(*(dir)) ? NULL : (pte_t *)pmd_page_vaddr(*(dir)) + \
/arch/m68k/mm/
Dkmap.c276 if (pmd_bad(*pmd_dir)) { in __iounmap()
353 if (pmd_bad(*pmd_dir)) { in kernel_set_cachemode()
/arch/blackfin/include/asm/
Dpgtable.h29 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/arch/arm/include/asm/
Dpgtable-2level.h195 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
Dpgtable-3level.h174 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
/arch/mips/sgi-ip27/
DTODO15 does not agree with pgd_bad/pmd_bad.
/arch/mips/include/asm/
Dpgtable-32.h99 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
Dpgtable-64.h180 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/arch/ia64/mm/
Dfault.c64 if (pmd_none(*pmd) || pmd_bad(*pmd)) in mapped_kernel_page_is_present()
/arch/arm/lib/
Duaccess_with_memcpy.c71 if (unlikely(pmd_bad(*pmd))) in pin_page_for_write()
/arch/m32r/mm/
Dmmu.S157 bnez r2, 3f ; pmd_bad(*pmd) ?
272 bne r1, r4, 3f ; pmd_bad(*pmd) ?
/arch/cris/include/asm/
Dpgtable.h103 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_KERNEL)) != _PAGE_TABLE) macro
/arch/nios2/include/asm/
Dpgtable.h224 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/arch/m68k/include/asm/
Dsun3_pgtable.h141 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
/arch/unicore32/include/asm/
Dpgtable.h208 #define pmd_bad(pmd) (((pmd_val(pmd) & \ macro
/arch/metag/include/asm/
Dpgtable.h113 #define pmd_bad(x) ((pmd_val(x) & ~(PAGE_MASK | _PAGE_SZ_MASK)) \ macro
/arch/m32r/include/asm/
Dpgtable.h183 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK) != _KERNPG_TABLE) macro
/arch/arc/include/asm/
Dpgtable.h277 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/arch/score/include/asm/
Dpgtable.h53 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/arch/avr32/include/asm/
Dpgtable.h253 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/arch/sh/include/asm/
Dpgtable_64.h69 #define pmd_bad(pmd_entry) ((pmd_val(pmd_entry) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
/arch/hexagon/include/asm/
Dpgtable.h280 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/arch/powerpc/include/asm/nohash/64/
Dpgtable.h130 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro

123