Home
last modified time | relevance | path

Searched defs:pmd_bad (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.1.9/arch/arm/include/asm/
Dpgtable-2level.h215 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
Dpgtable-3level.h138 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
/linux-6.1.9/arch/mips/include/asm/
Dpgtable-32.h129 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
Dpgtable-64.h245 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux-6.1.9/arch/nios2/include/asm/
Dpgtable.h196 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-6.1.9/arch/arc/include/asm/
Dpgtable-levels.h157 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/linux-6.1.9/arch/m68k/include/asm/
Dsun3_pgtable.h118 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
Dmotorola_pgtable.h117 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
Dmcf_pgtable.h140 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
/linux-6.1.9/arch/hexagon/include/asm/
Dpgtable.h206 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux-6.1.9/arch/csky/include/asm/
Dpgtable.h122 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-6.1.9/arch/powerpc/include/asm/nohash/32/
Dpgtable.h205 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux-6.1.9/arch/um/include/asm/
Dpgtable.h81 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
/linux-6.1.9/arch/powerpc/include/asm/nohash/64/
Dpgtable.h127 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
/linux-6.1.9/arch/xtensa/include/asm/
Dpgtable.h244 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-6.1.9/arch/openrisc/include/asm/
Dpgtable.h205 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
/linux-6.1.9/arch/microblaze/include/asm/
Dpgtable.h224 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
/linux-6.1.9/arch/alpha/include/asm/
Dpgtable.h236 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/
Dpgtable_32.h170 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux-6.1.9/arch/sh/include/asm/
Dpgtable_32.h331 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/
Dpgtable.h238 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux-6.1.9/arch/loongarch/include/asm/
Dpgtable.h203 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux-6.1.9/arch/parisc/include/asm/
Dpgtable.h310 #define pmd_bad(x) (!(pmd_flag(x) & PxD_FLAG_VALID)) macro
/linux-6.1.9/arch/ia64/include/asm/
Dpgtable.h248 #define pmd_bad(pmd) (!ia64_phys_addr_valid(pmd_val(pmd))) macro
/linux-6.1.9/arch/riscv/include/asm/
Dpgtable.h212 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function

12