Home
last modified time | relevance | path

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

/linux/arch/parisc/include/asm/
H A Dpgtable.h267 #define pte_user(x) (pte_val(x) & _PAGE_USER) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h531 static inline bool pte_user(pte_t pte) in pte_user() function