Lines Matching refs:context_entry
211 static inline void context_clear_pasid_enable(struct context_entry *context) in context_clear_pasid_enable()
216 static inline bool context_pasid_enabled(struct context_entry *context) in context_pasid_enabled()
221 static inline void context_set_copied(struct context_entry *context) in context_set_copied()
226 static inline bool context_copied(struct context_entry *context) in context_copied()
231 static inline bool __context_present(struct context_entry *context) in __context_present()
236 bool context_present(struct context_entry *context) in context_present()
243 static inline void context_set_present(struct context_entry *context) in context_set_present()
248 static inline void context_set_fault_enable(struct context_entry *context) in context_set_fault_enable()
253 static inline void context_set_translation_type(struct context_entry *context, in context_set_translation_type()
260 static inline void context_set_address_root(struct context_entry *context, in context_set_address_root()
267 static inline void context_set_address_width(struct context_entry *context, in context_set_address_width()
273 static inline void context_set_domain_id(struct context_entry *context, in context_set_domain_id()
279 static inline int context_domain_id(struct context_entry *c) in context_domain_id()
284 static inline void context_clear_entry(struct context_entry *context) in context_clear_entry()
696 struct context_entry *iommu_context_addr(struct intel_iommu *iommu, u8 bus, in iommu_context_addr()
700 struct context_entry *context; in iommu_context_addr()
840 struct context_entry *context; in device_context_mapped()
856 struct context_entry *context; in free_context_table()
1946 context_set_sm_rid2pasid(struct context_entry *context, unsigned long pasid) in context_set_sm_rid2pasid()
1956 static inline void context_set_sm_dte(struct context_entry *context) in context_set_sm_dte()
1965 static inline void context_set_sm_pre(struct context_entry *context) in context_set_sm_pre()
1981 struct context_entry *context; in domain_context_mapping_one()
2375 struct context_entry *context; in domain_context_clear_one()
3003 struct context_entry **tbl, in copy_context_table()
3007 struct context_entry *new_ce = NULL, ce; in copy_context_table()
3008 struct context_entry *old_ce = NULL; in copy_context_table()
3105 struct context_entry **ctxt_tbls; in copy_translation_tables()
5736 struct context_entry *context; in intel_iommu_enable_pasid()