Home
last modified time | relevance | path

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

12

/arch/c6x/include/asm/
Dpgtable.h36 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/arch/ia64/xen/
Dxencomm.c74 if (pmd_none(*pmd) || pmd_bad(*pmd)) in xencomm_vtop()
/arch/unicore32/mm/
Dpgd.c90 if (pmd_bad(*pmd)) { in free_pgd_slow()
/arch/arm/include/asm/
Dpgtable-2level.h161 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
Dpgtable-3level.h137 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
/arch/blackfin/include/asm/
Dpgtable.h29 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/arch/m68k/mm/
Dkmap.c276 if (pmd_bad(*pmd_dir)) { in __iounmap()
353 if (pmd_bad(*pmd_dir)) { in kernel_set_cachemode()
/arch/mips/sgi-ip27/
DTODO15 does not agree with pgd_bad/pmd_bad.
/arch/sparc/include/asm/
Dpgtable_32.h158 BTFIXUPDEF_CALL_CONST(int, pmd_bad, pmd_t) in BTFIXUPDEF_CALL_CONST() argument
167 #define pmd_bad(pmd) BTFIXUP_CALL(pmd_bad)(pmd) macro
/arch/ia64/mm/
Dfault.c64 if (pmd_none(*pmd) || pmd_bad(*pmd)) in mapped_kernel_page_is_present()
/arch/mips/include/asm/
Dpgtable-32.h82 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
Dpgtable-64.h176 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/arch/arm/lib/
Duaccess_with_memcpy.c43 if (unlikely(pmd_none(*pmd) || pmd_bad(*pmd))) in pin_page_for_write()
/arch/powerpc/include/asm/
Dpgtable-ppc32.h133 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
Dpgtable-ppc64.h162 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
/arch/arm/mm/
Dmmu.c568 if (pmd_none(*pmd) || pmd_bad(*pmd)) in early_pte_alloc()
576 BUG_ON(pmd_bad(*pmd)); in early_pte_install()
586 BUG_ON(pmd_bad(*pmd)); in early_pte_alloc_and_install()
598 BUG_ON(pmd_bad(*pmd) && ((addr | end) & ~PMD_MASK)); in alloc_init_pte()
/arch/m68k/include/asm/
Dsun3_pgtable.h143 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
/arch/cris/include/asm/
Dpgtable.h103 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_KERNEL)) != _PAGE_TABLE) macro
/arch/m32r/mm/
Dmmu.S157 bnez r2, 3f ; pmd_bad(*pmd) ?
272 bne r1, r4, 3f ; pmd_bad(*pmd) ?
/arch/unicore32/include/asm/
Dpgtable.h208 #define pmd_bad(pmd) (((pmd_val(pmd) & \ macro
/arch/m32r/include/asm/
Dpgtable.h186 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK) != _KERNPG_TABLE) macro
/arch/hexagon/include/asm/
Dpgtable.h287 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/arch/avr32/include/asm/
Dpgtable.h265 #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/sh/include/asm/
Dpgtable_64.h69 #define pmd_bad(pmd_entry) ((pmd_val(pmd_entry) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro

12