Searched refs:context_entry (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/iommu/intel/ |
| H A D | iommu.h | 571 struct context_entry { struct 870 static inline bool context_present(struct context_entry *context) in context_present() 901 static inline void context_set_present(struct context_entry *context) in context_set_present() 906 static inline void context_set_fault_enable(struct context_entry *context) in context_set_fault_enable() 911 static inline void context_set_translation_type(struct context_entry *context, in context_set_translation_type() 918 static inline void context_set_address_root(struct context_entry *context, in context_set_address_root() 925 static inline void context_set_address_width(struct context_entry *context, in context_set_address_width() 931 static inline void context_set_domain_id(struct context_entry *context, in context_set_domain_id() 937 static inline void context_set_pasid(struct context_entry *context) in context_set_pasid() 942 static inline int context_domain_id(struct context_entry *c) in context_domain_id() [all …]
|
| H A D | pasid.c | 919 struct context_entry *context; in device_pasid_table_teardown() 975 static int context_entry_set_pasid_table(struct context_entry *context, in context_entry_set_pasid_table() 1007 struct context_entry *context; in device_pasid_table_setup() 1126 struct context_entry *context, u16 did) in intel_context_flush_no_pasid()
|
| H A D | iommu.c | 341 struct context_entry *iommu_context_addr(struct intel_iommu *iommu, u8 bus, in iommu_context_addr() 345 struct context_entry *context; in iommu_context_addr() 529 struct context_entry *context; in free_context_table() 583 struct context_entry *ctx_entry; in dmar_fault_dump_ptes() 1097 struct context_entry *context, in copied_context_tear_down() 1151 struct context_entry *context; in domain_context_mapping_one() 1232 struct context_entry *context; in domain_context_clear_one() 1446 struct context_entry **tbl, in copy_context_table() 1450 struct context_entry *new_ce = NULL, ce; in copy_context_table() 1451 struct context_entry *old_ce = NULL; in copy_context_table() [all …]
|