Lines Matching refs:context_entry
234 struct context_entry { struct
239 static inline void context_clear_pasid_enable(struct context_entry *context) in context_clear_pasid_enable() argument
244 static inline bool context_pasid_enabled(struct context_entry *context) in context_pasid_enabled()
249 static inline void context_set_copied(struct context_entry *context) in context_set_copied()
254 static inline bool context_copied(struct context_entry *context) in context_copied()
259 static inline bool __context_present(struct context_entry *context) in __context_present()
264 static inline bool context_present(struct context_entry *context) in context_present()
271 static inline void context_set_present(struct context_entry *context) in context_set_present()
276 static inline void context_set_fault_enable(struct context_entry *context) in context_set_fault_enable()
281 static inline void context_set_translation_type(struct context_entry *context, in context_set_translation_type()
288 static inline void context_set_address_root(struct context_entry *context, in context_set_address_root()
295 static inline void context_set_address_width(struct context_entry *context, in context_set_address_width()
301 static inline void context_set_domain_id(struct context_entry *context, in context_set_domain_id()
307 static inline int context_domain_id(struct context_entry *c) in context_domain_id()
312 static inline void context_clear_entry(struct context_entry *context) in context_clear_entry()
791 static inline struct context_entry *iommu_context_addr(struct intel_iommu *iommu, in iommu_context_addr()
795 struct context_entry *context; in iommu_context_addr()
914 struct context_entry *context; in device_context_mapped()
930 struct context_entry *context; in free_context_table()
2013 struct context_entry *context; in domain_context_mapping_one()
2383 struct context_entry *context; in domain_context_clear_one()
3077 struct context_entry **tbl, in copy_context_table()
3081 struct context_entry *new_ce = NULL, ce; in copy_context_table()
3082 struct context_entry *old_ce = NULL; in copy_context_table()
3179 struct context_entry **ctxt_tbls; in copy_translation_tables()
5255 struct context_entry *context; in intel_iommu_enable_pasid()