Home
last modified time | relevance | path

Searched defs:pud_present (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dpgtable-3level.h43 #define pud_present(x) (pud_val(x)) macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable-64.h31 static inline int pud_present(pud_t pud) in pud_present() function
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgtable-nopmd.h32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable-3level.h58 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-2level.h184 #define pud_present(pud) (1) macro
H A Dpgtable-3level.h113 #define pud_present(pud) (pud_val(pud)) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable-64.h294 static inline int pud_present(pud_t pud) in pud_present() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dmotorola_pgtable.h158 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h166 #define pud_present(pud) (pud_val(pud) != 0) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dpgtable.h261 extern inline int pud_present(pud_t pud) { return pud_val(pud) & _PAGE_VALID; } in pud_present() function
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_32.h215 static inline int pud_present(pud_t pud) in pud_present() function
H A Dpgtable_64.h861 #define pud_present(pud) (pud_val(pud) != 0U) macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dpgtable.h340 #define pud_present(x) (pud_flag(x) & PxD_FLAG_PRESENT) macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpgtable.h280 #define pud_present(pud) (pud_val(pud) != 0UL) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h622 #define pud_present(pud) pte_present(pud_pte(pud)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h951 static inline int pud_present(pud_t pud) in pud_present() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h863 static inline int pud_present(pud_t pud) in pud_present() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h673 static inline int pud_present(pud_t pud) in pud_present() function