Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Dpte-common.h179 #define pte_user(val) ((val & _PAGE_USER) == _PAGE_USER) macro
/linux-2.6.39/arch/tile/include/asm/
Dpgtable.h191 #define pte_user hv_pte_get_user macro
/linux-2.6.39/arch/mn10300/include/asm/
Dpgtable.h237 static inline int pte_user(pte_t pte) { return pte_val(pte) & __PAGE_PROT_USER; } in pte_user() function