Lines Matching refs:context_entry
232 struct context_entry { struct
237 static inline void context_clear_pasid_enable(struct context_entry *context) in context_clear_pasid_enable() argument
242 static inline bool context_pasid_enabled(struct context_entry *context) in context_pasid_enabled()
247 static inline void context_set_copied(struct context_entry *context) in context_set_copied()
252 static inline bool context_copied(struct context_entry *context) in context_copied()
257 static inline bool __context_present(struct context_entry *context) in __context_present()
262 static inline bool context_present(struct context_entry *context) in context_present()
269 static inline void context_set_present(struct context_entry *context) in context_set_present()
274 static inline void context_set_fault_enable(struct context_entry *context) in context_set_fault_enable()
279 static inline void context_set_translation_type(struct context_entry *context, in context_set_translation_type()
286 static inline void context_set_address_root(struct context_entry *context, in context_set_address_root()
293 static inline void context_set_address_width(struct context_entry *context, in context_set_address_width()
299 static inline void context_set_domain_id(struct context_entry *context, in context_set_domain_id()
305 static inline int context_domain_id(struct context_entry *c) in context_domain_id()
310 static inline void context_clear_entry(struct context_entry *context) in context_clear_entry()
836 static inline struct context_entry *iommu_context_addr(struct intel_iommu *iommu, in iommu_context_addr()
840 struct context_entry *context; in iommu_context_addr()
939 struct context_entry *context; in device_context_mapped()
953 struct context_entry *context; in clear_context_table()
969 struct context_entry *context; in free_context_table()
1946 struct context_entry *context; in domain_context_mapping_one()
2891 struct context_entry **tbl, in copy_context_table()
2895 struct context_entry *new_ce = NULL, ce; in copy_context_table()
2896 struct context_entry *old_ce = NULL; in copy_context_table()
2993 struct context_entry **ctxt_tbls; in copy_translation_tables()
4995 struct context_entry *context; in intel_iommu_enable_pasid()