Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/nohash/32/
Dpte-8xx.h108 static inline bool pte_user(pte_t pte) in pte_user() function
113 #define pte_user pte_user macro
/Linux-v5.4/arch/powerpc/include/asm/nohash/
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-v5.4/arch/powerpc/include/asm/book3s/32/
Dpgtable.h21 static inline bool pte_user(pte_t pte) in pte_user() function
421 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/Linux-v5.4/arch/powerpc/mm/nohash/
Dfsl_booke.c133 if (pte_user(__pte(flags))) { in settlbcam()
/Linux-v5.4/arch/powerpc/mm/
Dpgtable.c47 if (pte_user(pte)) in pte_looks_normal()
/Linux-v5.4/arch/powerpc/perf/
Dcallchain.c137 if (!pte_present(pte) || !pte_user(pte)) in read_user_stack_slow()
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgtable.h581 static inline bool pte_user(pte_t pte) in pte_user() function
593 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/Linux-v5.4/arch/x86/kvm/
Dmmu.c4854 bool check_pkey, check_write, ff, uf, wf, pte_user; in update_pkru_bitmask() local
4862 pte_user = pfec & PFERR_RSVD_MASK; in update_pkru_bitmask()
4868 check_pkey = (!ff && pte_user); in update_pkru_bitmask()