Home
last modified time | relevance | path

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

123

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

123