/linux-6.1.9/arch/arm/include/asm/ |
D | pgtable-2level.h | 215 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
|
D | pgtable-3level.h | 138 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
|
/linux-6.1.9/arch/mips/include/asm/ |
D | pgtable-32.h | 129 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
D | pgtable-64.h | 245 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/linux-6.1.9/arch/nios2/include/asm/ |
D | pgtable.h | 196 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/linux-6.1.9/arch/arc/include/asm/ |
D | pgtable-levels.h | 157 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
|
/linux-6.1.9/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 118 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
|
D | motorola_pgtable.h | 117 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
|
D | mcf_pgtable.h | 140 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
|
/linux-6.1.9/arch/hexagon/include/asm/ |
D | pgtable.h | 206 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/linux-6.1.9/arch/csky/include/asm/ |
D | pgtable.h | 122 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/linux-6.1.9/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 205 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
|
/linux-6.1.9/arch/um/include/asm/ |
D | pgtable.h | 81 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
|
/linux-6.1.9/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 127 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
|
/linux-6.1.9/arch/xtensa/include/asm/ |
D | pgtable.h | 244 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/linux-6.1.9/arch/openrisc/include/asm/ |
D | pgtable.h | 205 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
|
/linux-6.1.9/arch/microblaze/include/asm/ |
D | pgtable.h | 224 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | pgtable.h | 236 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } in pmd_bad() function
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | pgtable_32.h | 170 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/linux-6.1.9/arch/sh/include/asm/ |
D | pgtable_32.h | 331 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 238 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | pgtable.h | 203 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | pgtable.h | 310 #define pmd_bad(x) (!(pmd_flag(x) & PxD_FLAG_VALID)) macro
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | pgtable.h | 248 #define pmd_bad(pmd) (!ia64_phys_addr_valid(pmd_val(pmd))) macro
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | pgtable.h | 212 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|