Lines Matching refs:context_entry

171 static inline void context_set_present(struct context_entry *context)  in context_set_present()
176 static inline void context_set_fault_enable(struct context_entry *context) in context_set_fault_enable()
181 static inline void context_set_translation_type(struct context_entry *context, in context_set_translation_type()
188 static inline void context_set_address_root(struct context_entry *context, in context_set_address_root()
195 static inline void context_set_address_width(struct context_entry *context, in context_set_address_width()
201 static inline void context_set_domain_id(struct context_entry *context, in context_set_domain_id()
207 static inline void context_set_pasid(struct context_entry *context) in context_set_pasid()
212 static inline int context_domain_id(struct context_entry *c) in context_domain_id()
217 static inline void context_clear_entry(struct context_entry *context) in context_clear_entry()
591 struct context_entry *iommu_context_addr(struct intel_iommu *iommu, u8 bus, in iommu_context_addr()
595 struct context_entry *context; in iommu_context_addr()
785 struct context_entry *context; in free_context_table()
838 struct context_entry *ctx_entry; in dmar_fault_dump_ptes()
1900 context_set_sm_rid2pasid(struct context_entry *context, unsigned long pasid) in context_set_sm_rid2pasid()
1909 static inline void context_set_sm_dte(struct context_entry *context) in context_set_sm_dte()
1918 static inline void context_set_sm_pre(struct context_entry *context) in context_set_sm_pre()
1935 struct context_entry *context; in domain_context_mapping_one()
2286 struct context_entry *context; in domain_context_clear_one()
2587 struct context_entry **tbl, in copy_context_table()
2591 struct context_entry *new_ce = NULL, ce; in copy_context_table()
2592 struct context_entry *old_ce = NULL; in copy_context_table()
2671 struct context_entry **ctxt_tbls; in copy_translation_tables()