Home
last modified time | relevance | path

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

/linux/arch/sh/include/asm/
H A Dpgtable-3level.h49 #define pud_present(x) (pud_val(x)) macro
/linux/include/asm-generic/
H A Dpgtable-nopmd.h32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
/linux/arch/um/include/asm/
H A Dpgtable-4level.h60 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h131 #define pud_present(x) (pud_val(x)) macro
/linux/arch/arm/include/asm/
H A Dpgtable-3level.h116 #define pud_present(pud) (pud_val(pud)) macro
/linux/arch/m68k/include/asm/
H A Dmotorola_pgtable.h130 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h177 static inline int pud_present(pud_t pud) in pud_present() function
/linux/arch/parisc/include/asm/
H A Dpgtable.h294 #define pud_present(x) (pud_flag(x) & PxD_FLAG_PRESENT) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h875 static inline int pud_present(pud_t pud) in pud_present() function