Home
last modified time | relevance | path

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

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