Searched defs:pud_present (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/sh/include/asm/
H A Dpgtable-3level.h49 #define pud_present(x) (pud_val(x)) macro
/linux-master/include/asm-generic/
H A Dpgtable-nopmd.h32 static inline int pud_present(pud_t pud) { return 1; } function
/linux-master/arch/um/include/asm/
H A Dpgtable-3level.h57 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-levels.h131 #define pud_present(x) (pud_val(x)) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable-2level.h195 static inline int pud_present(pud_t pud) function
H A Dpgtable-3level.h116 #define pud_present(pud) (pud_val(pud)) macro
/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h288 static inline int pud_present(pud_t pud) function
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h136 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h122 #define pud_present(pud) (pud_val(pud) != 0) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h198 static inline int pud_present(pud_t pud) function
H A Dpgtable_64.h860 #define pud_present(pud) (pud_val(pud) != 0U) macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h245 extern inline int pud_present(pud_t pud) { return pud_val(pud) & _PAGE_VALID; } function
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h177 static inline int pud_present(pud_t pud) function
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h191 static inline int pud_present(pud_t pud) function
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h305 #define pud_present(x) (pud_flag(x) & PxD_FLAG_PRESENT) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h711 #define pud_present(pud) pte_present(pud_pte(pud)) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1072 static inline int pud_present(pud_t pud) function
/linux-master/arch/s390/include/asm/
H A Dpgtable.h694 static inline int pud_present(pud_t pud) function
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h877 static inline int pud_present(pud_t pud) function

Completed in 207 milliseconds