Lines Matching refs:context_entry
194 static inline void context_clear_pasid_enable(struct context_entry *context) in context_clear_pasid_enable()
199 static inline bool context_pasid_enabled(struct context_entry *context) in context_pasid_enabled()
204 static inline void context_set_copied(struct context_entry *context) in context_set_copied()
209 static inline bool context_copied(struct context_entry *context) in context_copied()
214 static inline bool __context_present(struct context_entry *context) in __context_present()
219 bool context_present(struct context_entry *context) in context_present()
226 static inline void context_set_present(struct context_entry *context) in context_set_present()
231 static inline void context_set_fault_enable(struct context_entry *context) in context_set_fault_enable()
236 static inline void context_set_translation_type(struct context_entry *context, in context_set_translation_type()
243 static inline void context_set_address_root(struct context_entry *context, in context_set_address_root()
250 static inline void context_set_address_width(struct context_entry *context, in context_set_address_width()
256 static inline void context_set_domain_id(struct context_entry *context, in context_set_domain_id()
262 static inline int context_domain_id(struct context_entry *c) in context_domain_id()
267 static inline void context_clear_entry(struct context_entry *context) in context_clear_entry()
762 struct context_entry *iommu_context_addr(struct intel_iommu *iommu, u8 bus, in iommu_context_addr()
766 struct context_entry *context; in iommu_context_addr()
954 struct context_entry *context; in device_context_mapped()
970 struct context_entry *context; in free_context_table()
2008 context_set_sm_rid2pasid(struct context_entry *context, unsigned long pasid) in context_set_sm_rid2pasid()
2017 static inline void context_set_sm_dte(struct context_entry *context) in context_set_sm_dte()
2026 static inline void context_set_sm_pre(struct context_entry *context) in context_set_sm_pre()
2042 struct context_entry *context; in domain_context_mapping_one()
2420 struct context_entry *context; in domain_context_clear_one()
2922 struct context_entry **tbl, in copy_context_table()
2926 struct context_entry *new_ce = NULL, ce; in copy_context_table()
2927 struct context_entry *old_ce = NULL; in copy_context_table()
3024 struct context_entry **ctxt_tbls; in copy_translation_tables()
5252 struct context_entry *context; in intel_iommu_enable_pasid()