Home
last modified time | relevance | path

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

/linux-4.4.14/arch/c6x/include/asm/
Dpgtable.h36 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/linux-4.4.14/arch/m68k/mm/
Dkmap.c276 if (pmd_bad(*pmd_dir)) { in __iounmap()
353 if (pmd_bad(*pmd_dir)) { in kernel_set_cachemode()
/linux-4.4.14/arch/unicore32/mm/
Dpgd.c91 if (pmd_bad(*pmd)) { in free_pgd_slow()
Dfault.c71 if (pmd_bad(*pmd)) { in show_pte()
Dmmu.c159 BUG_ON(pmd_bad(*pmd)); in early_pte_alloc()
/linux-4.4.14/arch/blackfin/include/asm/
Dpgtable.h29 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/linux-4.4.14/arch/arm/include/asm/
Dpgtable-2level.h195 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
Dpgtable-3level.h175 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
/linux-4.4.14/arch/mips/sgi-ip27/
DTODO15 does not agree with pgd_bad/pmd_bad.
/linux-4.4.14/include/asm-generic/
Dpgtable.h386 if (unlikely(pmd_bad(*pmd))) { in pmd_none_or_clear_bad()
702 if (unlikely(pmd_bad(pmdval))) { in pmd_none_or_trans_huge_or_clear_bad()
/linux-4.4.14/arch/mips/include/asm/
Dpgtable-32.h94 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
Dpgtable-64.h176 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux-4.4.14/arch/ia64/mm/
Dfault.c64 if (pmd_none(*pmd) || pmd_bad(*pmd)) in mapped_kernel_page_is_present()
/linux-4.4.14/arch/m32r/mm/
Dmmu.S157 bnez r2, 3f ; pmd_bad(*pmd) ?
272 bne r1, r4, 3f ; pmd_bad(*pmd) ?
/linux-4.4.14/arch/powerpc/include/asm/
Dpgtable-ppc32.h131 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
Dpgtable-ppc64.h153 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
/linux-4.4.14/arch/arm/lib/
Duaccess_with_memcpy.c72 if (unlikely(pmd_bad(*pmd))) in pin_page_for_write()
/linux-4.4.14/arch/arm64/mm/
Dmmu.c109 BUG_ON(pmd_bad(*pmd)); in alloc_init_pte()
585 BUG_ON(pmd_none(*pmd) || pmd_bad(*pmd)); in fixmap_pte()
Ddump.c272 BUG_ON(pmd_bad(*pmd)); in walk_pmd()
Dfault.c73 if (pmd_none(*pmd) || pmd_bad(*pmd)) in show_pte()
/linux-4.4.14/arch/m68k/include/asm/
Dsun3_pgtable.h141 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
Dmcf_pgtable.h196 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
Dmotorola_pgtable.h138 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
/linux-4.4.14/arch/nios2/include/asm/
Dpgtable.h224 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-4.4.14/arch/cris/include/asm/
Dpgtable.h103 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_KERNEL)) != _PAGE_TABLE) macro
/linux-4.4.14/arch/metag/include/asm/
Dpgtable.h113 #define pmd_bad(x) ((pmd_val(x) & ~(PAGE_MASK | _PAGE_SZ_MASK)) \ macro
/linux-4.4.14/arch/m32r/include/asm/
Dpgtable.h183 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK) != _KERNPG_TABLE) macro
/linux-4.4.14/arch/arc/include/asm/
Dpgtable.h270 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/linux-4.4.14/arch/unicore32/include/asm/
Dpgtable.h208 #define pmd_bad(pmd) (((pmd_val(pmd) & \ macro
/linux-4.4.14/arch/score/include/asm/
Dpgtable.h53 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-4.4.14/arch/hexagon/include/asm/
Dpgtable.h280 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux-4.4.14/arch/avr32/include/asm/
Dpgtable.h253 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/linux-4.4.14/arch/sh/include/asm/
Dpgtable_64.h69 #define pmd_bad(pmd_entry) ((pmd_val(pmd_entry) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
Dpgtable_32.h330 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/linux-4.4.14/arch/um/include/asm/
Dpgtable.h100 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
/linux-4.4.14/arch/sh/mm/
Dcache-sh5.c405 if (pmd_none(*pmd) || pmd_bad(*pmd)) in sh64_dcache_purge_user_pages()
Dfault.c110 if (pmd_bad(*pmd)) { in show_pte()
/linux-4.4.14/arch/sparc/include/asm/
Dpgtable_32.h164 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
Dpgtable_64.h784 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-4.4.14/arch/alpha/include/asm/
Dpgtable.h254 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } in pmd_bad() function
/linux-4.4.14/arch/openrisc/include/asm/
Dpgtable.h228 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
/linux-4.4.14/arch/xtensa/include/asm/
Dpgtable.h257 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-4.4.14/arch/tile/include/asm/
Dpgtable.h380 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux-4.4.14/arch/sparc/mm/
Dfault_64.c111 if (pmd_none(*pmdp) || unlikely(pmd_bad(*pmdp))) in get_user_insn()
/linux-4.4.14/arch/microblaze/include/asm/
Dpgtable.h302 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
/linux-4.4.14/arch/mn10300/include/asm/
Dpgtable.h227 #define pmd_bad(x) 0 macro
/linux-4.4.14/arch/arm/mm/
Dfault.c103 if (pmd_bad(*pmd)) { in show_pte()
Dmmu.c733 BUG_ON(pmd_bad(*pmd)); in early_pte_alloc()
/linux-4.4.14/arch/frv/include/asm/
Dpgtable.h359 #define pmd_bad(x) (pmd_val(x) & xAMPRx_SS) macro
/linux-4.4.14/arch/parisc/kernel/
Dpci-dma.c163 if (pmd_bad(*pmd)) { in unmap_uncached_pte()
/linux-4.4.14/arch/ia64/include/asm/
Dpgtable.h271 #define pmd_bad(pmd) (!ia64_phys_addr_valid(pmd_val(pmd))) macro
/linux-4.4.14/arch/parisc/include/asm/
Dpgtable.h308 #define pmd_bad(x) (!(pmd_flag(x) & PxD_FLAG_VALID)) macro
/linux-4.4.14/arch/x86/include/asm/
Dpgtable.h570 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux-4.4.14/arch/arm64/include/asm/
Dpgtable.h399 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
/linux-4.4.14/mm/
Dgup.c70 if (unlikely(pmd_bad(*pmd))) in follow_page_pte()
Dmemory.c3583 if (pmd_none(*pmd) || unlikely(pmd_bad(*pmd))) in __follow_pte()
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h519 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux-4.4.14/arch/frv/kernel/
Dgdb-stub.c458 if (pmd_bad(*pmd) || !pmd_present(*pmd)) in gdbstub_virt_to_pte()