Home
last modified time | relevance | path

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

12

/linux/arch/m68k/mm/
A Dkmap.c93 if (pmd_bad(*pmd_dir)) { in __free_io_area()
386 if (pmd_bad(*pmd_dir)) { in kernel_set_cachemode()
/linux/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h155 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux/arch/arm/include/asm/
A Dpgtable-2level.h217 #define pmd_bad(pmd) pmd_leaf(pmd) macro
A Dpgtable-3level.h140 #define pmd_bad(pmd) (!(pmd_val(pmd) & PMD_TABLE_BIT)) macro
/linux/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h102 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
/linux/arch/arc/include/asm/
A Dpgtable-levels.h157 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/linux/arch/mips/include/asm/
A Dpgtable-32.h129 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
A Dpgtable-64.h245 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/m68k/include/asm/
A Dsun3_pgtable.h122 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
A Dmcf_pgtable.h142 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
A Dmotorola_pgtable.h121 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
/linux/arch/hexagon/include/asm/
A Dpgtable.h209 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/mm/
A Dpage_table_check.c272 if (!pmd_bad(pmd) && !pmd_leaf(pmd)) { in __page_table_check_pte_clear_range()
A Dpgtable-generic.c298 if (unlikely(pmd_bad(pmdval))) { in __pte_offset_map()
/linux/arch/arm/lib/
A Duaccess_with_memcpy.c73 if (unlikely(pmd_bad(*pmd))) in pin_page_for_write()
/linux/arch/nios2/include/asm/
A Dpgtable.h208 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/csky/include/asm/
A Dpgtable.h122 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/sh/mm/
A Dfault.c103 if (pmd_bad(*pmd)) { in show_pte()
/linux/arch/alpha/include/asm/
A Dpgtable.h239 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } in pmd_bad() function
/linux/arch/sparc/include/asm/
A Dpgtable_32.h168 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/um/include/asm/
A Dpgtable.h84 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
/linux/arch/xtensa/include/asm/
A Dpgtable.h248 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/microblaze/include/asm/
A Dpgtable.h227 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
/linux/arch/openrisc/include/asm/
A Dpgtable.h208 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
/linux/arch/sparc/mm/
A Dfault_64.c103 if (pmd_none(*pmdp) || unlikely(pmd_bad(*pmdp))) in get_user_insn()

Completed in 43 milliseconds

12