Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h111 static inline bool pte_user(pte_t pte) in pte_user() function
116 #define pte_user pte_user macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h111 static inline bool pte_user(pte_t pte) in pte_user() function
116 #define pte_user pte_user macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h111 static inline bool pte_user(pte_t pte) in pte_user() function
116 #define pte_user pte_user macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/include/asm/nohash/
H 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/include/asm/nohash/
H 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()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/include/asm/nohash/
H 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h20 static inline bool pte_user(pte_t pte) in pte_user() function
393 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h20 static inline bool pte_user(pte_t pte) in pte_user() function
393 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h20 static inline bool pte_user(pte_t pte) in pte_user() function
393 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/mm/nohash/
H A Dfsl_booke.c131 if (pte_user(__pte(flags))) { in settlbcam()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/mm/nohash/
H A Dfsl_booke.c131 if (pte_user(__pte(flags))) { in settlbcam()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/mm/nohash/
H A Dfsl_booke.c131 if (pte_user(__pte(flags))) { in settlbcam()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/mm/
H A Dpgtable.c47 if (pte_user(pte)) in pte_looks_normal()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/mm/
H A Dpgtable.c47 if (pte_user(pte)) in pte_looks_normal()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/mm/
H A Dpgtable.c47 if (pte_user(pte)) in pte_looks_normal()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h612 static inline bool pte_user(pte_t pte) in pte_user() function
624 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h612 static inline bool pte_user(pte_t pte) in pte_user() function
624 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h612 static inline bool pte_user(pte_t pte) in pte_user() function
624 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kvm/mmu/
H A Dmmu.c4375 bool check_pkey, check_write, ff, uf, wf, pte_user; in update_pkru_bitmask() local
4383 pte_user = pfec & PFERR_RSVD_MASK; in update_pkru_bitmask()
4389 check_pkey = (!ff && pte_user); in update_pkru_bitmask()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kvm/mmu/
H A Dmmu.c4375 bool check_pkey, check_write, ff, uf, wf, pte_user; in update_pkru_bitmask() local
4383 pte_user = pfec & PFERR_RSVD_MASK; in update_pkru_bitmask()
4389 check_pkey = (!ff && pte_user); in update_pkru_bitmask()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kvm/mmu/
H A Dmmu.c4375 bool check_pkey, check_write, ff, uf, wf, pte_user; in update_pkru_bitmask() local
4383 pte_user = pfec & PFERR_RSVD_MASK; in update_pkru_bitmask()
4389 check_pkey = (!ff && pte_user); in update_pkru_bitmask()