Home
last modified time | relevance | path

Searched defs:pte_user (Results 1 – 4 of 4) sorted by relevance

/linux/arch/parisc/include/asm/
H A Dpgtable.h278 #define pte_user(x) (pte_val(x) & _PAGE_USER) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h388 static inline int pte_user(pte_t pte) in pte_user() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h521 static inline bool pte_user(pte_t pte) in pte_user() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h190 #define pte_user(pte) (!!(pte_val(pte) & PTE_USER)) macro