Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h46 return pte_present(pte) && !pte_user(pte); in pte_protnone()
70 #ifndef pte_user
71 static inline bool pte_user(pte_t pte) in pte_user() function
88 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h118 static inline bool pte_user(pte_t pte) in pte_user() function
123 #define pte_user pte_user macro
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h370 static inline int pte_user(pte_t pte) in pte_user() function
677 return pte_user(pmd_pte(pmd)); in pmd_user()
727 return pte_present(pte) && pte_user(pte); in pte_user_accessible_page()
/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h59 static inline bool pte_user(pte_t pte) in pte_user() function
444 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h107 #define pte_user(pte) (!!(pte_val(pte) & PTE_USER)) macro
485 #define pmd_user(pmd) pte_user(pmd_pte(pmd))
686 #define pud_user(pud) pte_user(pud_pte(pud))
871 return pte_present(pte) && (pte_user(pte) || pte_user_exec(pte)); in pte_user_accessible_page()
/openbmc/linux/arch/parisc/include/asm/
H A Dpgtable.h278 #define pte_user(x) (pte_val(x) & _PAGE_USER) macro
388 if (pte_present(pte) && pte_user(pte)) in set_ptes()
/openbmc/linux/arch/powerpc/mm/nohash/
H A De500.c125 if (pte_user(__pte(flags))) { in settlbcam()
/openbmc/linux/arch/powerpc/mm/
H A Dpgtable.c55 if (pte_user(pte)) in pte_looks_normal()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h511 static inline bool pte_user(pte_t pte) in pte_user() function
523 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c5061 bool check_pkey, check_write, ff, uf, wf, pte_user; in update_pkru_bitmask() local
5069 pte_user = pfec & PFERR_RSVD_MASK; in update_pkru_bitmask()
5075 check_pkey = (!ff && pte_user); in update_pkru_bitmask()