Home
last modified time | relevance | path

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

12

/linux-6.1.9/arch/arm/include/asm/
Dpgtable-2level.h216 #define pmd_present(pmd) (pmd_val(pmd)) macro
Dpgtable-3level.h178 #define pmd_present(pmd) (pmd_isset((pmd), L_PMD_SECT_VALID)) macro
/linux-6.1.9/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.1.9/arch/nios2/include/asm/
Dpgtable.h158 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-6.1.9/arch/arc/include/asm/
Dpgtable-levels.h158 #define pmd_present(x) (pmd_val(x)) macro
/linux-6.1.9/arch/m68k/include/asm/
Dsun3_pgtable.h121 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
Dmotorola_pgtable.h118 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
Dmcf_pgtable.h141 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
/linux-6.1.9/arch/hexagon/include/asm/
Dpgtable.h196 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-6.1.9/arch/csky/include/asm/
Dpgtable.h124 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-6.1.9/arch/powerpc/include/asm/nohash/32/
Dpgtable.h206 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
/linux-6.1.9/arch/um/include/asm/
Dpgtable.h83 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-6.1.9/arch/riscv/include/asm/
Dpgtable.h190 static inline int pmd_present(pmd_t pmd) in pmd_present() function
201 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-6.1.9/arch/powerpc/include/asm/nohash/64/
Dpgtable.h129 #define pmd_present(pmd) (!pmd_none(pmd)) macro
/linux-6.1.9/arch/xtensa/include/asm/
Dpgtable.h243 #define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK) macro
/linux-6.1.9/arch/openrisc/include/asm/
Dpgtable.h206 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-6.1.9/arch/microblaze/include/asm/
Dpgtable.h225 #define pmd_present(pmd) ((pmd_val(pmd) & _PMD_PRESENT) != 0) macro
/linux-6.1.9/arch/alpha/include/asm/
Dpgtable.h237 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } in pmd_present() function
/linux-6.1.9/arch/sparc/include/asm/
Dpgtable_32.h175 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-6.1.9/arch/sh/include/asm/
Dpgtable_32.h329 #define pmd_present(x) (pmd_val(x)) macro
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/
Dpgtable.h239 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
/linux-6.1.9/arch/loongarch/include/asm/
Dpgtable.h208 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-6.1.9/arch/parisc/include/asm/
Dpgtable.h311 #define pmd_present(x) (pmd_flag(x) & PxD_FLAG_PRESENT) macro
/linux-6.1.9/arch/ia64/include/asm/
Dpgtable.h249 #define pmd_present(pmd) (pmd_val(pmd) != 0UL) macro

12