Searched refs:pmd_bad (Results 1 - 25 of 46) sorted by relevance

12

/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h157 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable-2level.h217 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
H A Dpgtable-3level.h140 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
/linux-master/arch/m68k/mm/
H A Dkmap.c93 if (pmd_bad(*pmd_dir)) {
386 if (pmd_bad(*pmd_dir)) {
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h102 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-levels.h157 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/linux-master/arch/arm/lib/
H A Duaccess_with_memcpy.c73 if (unlikely(pmd_bad(*pmd)))
/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h245 static inline int pmd_bad(pmd_t pmd) function
H A Dpgtable-32.h129 static inline int pmd_bad(pmd_t pmd) function
/linux-master/mm/
H A Dpage_table_check.c233 if (!pmd_bad(pmd) && !pmd_leaf(pmd)) {
H A Dpgtable-generic.c296 if (unlikely(pmd_bad(pmdval))) {
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h121 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
H A Dmcf_pgtable.h142 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
H A Dsun3_pgtable.h120 //static inline int pmd_bad (pmd_t pmd) { return (pmd_val (pmd) & SUN3_PMD_MASK) != SUN3_PMD_MAGIC; }
122 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h205 * pmd_bad - check if a PMD entry is "bad". That might mean swapped out.
209 static inline int pmd_bad(pmd_t pmd) function
/linux-master/arch/csky/include/asm/
H A Dpgtable.h122 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h84 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h205 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-master/arch/sh/mm/
H A Dfault.c103 if (pmd_bad(*pmd)) {
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h208 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h168 static inline int pmd_bad(pmd_t pmd) function
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h248 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h239 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } function
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h227 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
/linux-master/arch/sparc/mm/
H A Dfault_64.c103 if (pmd_none(*pmdp) || unlikely(pmd_bad(*pmdp)))

Completed in 1424 milliseconds

12