Home
last modified time | relevance | path

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

12

/linux-6.6.21/arch/arm/include/asm/
Dpgtable-2level.h219 #define pmd_present(pmd) (pmd_val(pmd)) macro
Dpgtable-3level.h181 #define pmd_present(pmd) (pmd_isset((pmd), L_PMD_SECT_VALID)) macro
/linux-6.6.21/arch/arc/include/asm/
Dpgtable-levels.h158 #define pmd_present(x) (pmd_val(x)) macro
/linux-6.6.21/arch/mips/include/asm/
Dpgtable-32.h143 static inline int pmd_present(pmd_t pmd) in pmd_present() function
Dpgtable-64.h259 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-6.6.21/arch/m68k/include/asm/
Dsun3_pgtable.h125 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
Dmotorola_pgtable.h122 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
Dmcf_pgtable.h143 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
/linux-6.6.21/arch/nios2/include/asm/
Dpgtable.h158 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-6.6.21/arch/csky/include/asm/
Dpgtable.h124 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-6.6.21/arch/hexagon/include/asm/
Dpgtable.h199 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-6.6.21/arch/powerpc/include/asm/nohash/32/
Dpgtable.h206 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
/linux-6.6.21/arch/um/include/asm/
Dpgtable.h86 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-6.6.21/arch/powerpc/include/asm/nohash/64/
Dpgtable.h129 #define pmd_present(pmd) (!pmd_none(pmd)) macro
/linux-6.6.21/arch/riscv/include/asm/
Dpgtable.h216 static inline int pmd_present(pmd_t pmd) in pmd_present() function
227 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-6.6.21/arch/xtensa/include/asm/
Dpgtable.h247 #define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK) macro
/linux-6.6.21/arch/microblaze/include/asm/
Dpgtable.h228 #define pmd_present(pmd) ((pmd_val(pmd) & _PMD_PRESENT) != 0) macro
/linux-6.6.21/arch/openrisc/include/asm/
Dpgtable.h209 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-6.6.21/arch/alpha/include/asm/
Dpgtable.h240 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } in pmd_present() function
/linux-6.6.21/arch/sparc/include/asm/
Dpgtable_32.h173 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-6.6.21/arch/sh/include/asm/
Dpgtable_32.h328 #define pmd_present(x) (pmd_val(x)) macro
/linux-6.6.21/arch/powerpc/include/asm/book3s/32/
Dpgtable.h242 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
/linux-6.6.21/arch/ia64/include/asm/
Dpgtable.h237 #define pmd_present(pmd) (pmd_val(pmd) != 0UL) macro
/linux-6.6.21/arch/parisc/include/asm/
Dpgtable.h290 #define pmd_present(x) (pmd_flag(x) & PxD_FLAG_PRESENT) macro
/linux-6.6.21/arch/loongarch/include/asm/
Dpgtable.h226 static inline int pmd_present(pmd_t pmd) in pmd_present() function

12