Searched refs:intel_pxp_is_active (Results 1 – 5 of 5) sorted by relevance
20 bool intel_pxp_is_active(const struct intel_pxp *pxp);51 static inline bool intel_pxp_is_active(const struct intel_pxp *pxp) in intel_pxp_is_active() function
25 drm_printf(&p, "active: %s\n", yesno(intel_pxp_is_active(pxp))); in pxp_info_show()43 if (!intel_pxp_is_active(pxp)) in pxp_terminate_set()
47 bool intel_pxp_is_active(const struct intel_pxp *pxp) in intel_pxp_is_active() function226 if (!intel_pxp_is_active(pxp)) in intel_pxp_key_check()
88 GEM_WARN_ON(intel_pxp_is_active(pxp)); in intel_pxp_irq_disable()
271 if (!intel_pxp_is_active(&i915->gt.pxp)) in proto_context_set_protected()
Completed in 9 milliseconds