Home
last modified time | relevance | path

Searched defs:pud_user (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/asm-generic/
H A Dpgtable-nopmd.h33 static inline int pud_user(pud_t pud) { return 0; } in pud_user() function
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable-64.h194 static inline int pud_user(pud_t pud) in pud_user() function
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h686 #define pud_user(pud) pte_user(pud_pte(pud)) macro