Searched refs:context_entry (Results 1 – 4 of 4) 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() 916 static inline void context_clear_present(struct context_entry *context) in context_clear_present() 925 static inline void context_set_fault_enable(struct context_entry *context) in context_set_fault_enable() 930 static inline void context_set_translation_type(struct context_entry *context, in context_set_translation_type() 937 static inline void context_set_address_root(struct context_entry *context, in context_set_address_root() 944 static inline void context_set_address_width(struct context_entry *context, in context_set_address_width() 950 static inline void context_set_domain_id(struct context_entry *context, in context_set_domain_id() 956 static inline void context_set_pasid(struct context_entry *context) in context_set_pasid() [all …]
|
| H A D | pasid.c | 740 struct context_entry *context; in device_pasid_table_teardown() 796 static int context_entry_set_pasid_table(struct context_entry *context, in context_entry_set_pasid_table() 828 struct context_entry *context; in device_pasid_table_setup() 958 struct context_entry *context, u16 did) in intel_context_flush_no_pasid()
|
| H A D | debugfs.c | 26 struct context_entry *ctx_entry; 217 struct context_entry *context; in ctx_tbl_walk() 360 struct context_entry *context; in domain_translation_struct_show()
|
| 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() 1443 struct context_entry **tbl, in copy_context_table() 1447 struct context_entry *new_ce = NULL, ce; in copy_context_table() 1448 struct context_entry *old_ce = NULL; in copy_context_table() [all …]
|