Home
last modified time | relevance | path

Searched refs:pte_user (Results 1 – 8 of 8) sorted by relevance

/linux/arch/powerpc/include/asm/nohash/
A Dpgtable.h64 return pte_present(pte) && !pte_user(pte); in pte_protnone()
88 #ifndef pte_user
89 static inline bool pte_user(pte_t pte) in pte_user() function
106 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/linux/arch/powerpc/include/asm/nohash/32/
A Dpte-8xx.h111 static inline bool pte_user(pte_t pte) in pte_user() function
116 #define pte_user pte_user macro
/linux/arch/parisc/include/asm/
A Dpgtable.h94 pte_user(pteval)) \
311 #define pte_user(x) (pte_val(x) & _PAGE_USER) macro
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h56 static inline bool pte_user(pte_t pte) in pte_user() function
429 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/linux/arch/powerpc/mm/nohash/
A Dfsl_book3e.c131 if (pte_user(__pte(flags))) { in settlbcam()
/linux/arch/powerpc/mm/
A Dpgtable.c55 if (pte_user(pte)) in pte_looks_normal()
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h615 static inline bool pte_user(pte_t pte) in pte_user() function
627 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/linux/arch/x86/kvm/mmu/
A Dmmu.c4644 bool check_pkey, check_write, ff, uf, wf, pte_user; in update_pkru_bitmask() local
4652 pte_user = pfec & PFERR_RSVD_MASK; in update_pkru_bitmask()
4658 check_pkey = (!ff && pte_user); in update_pkru_bitmask()

Completed in 27 milliseconds