Searched refs:context_entry (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/iommu/intel/ |
D | iommu.h | 574 struct context_entry { struct 882 static inline bool context_present(struct context_entry *context) in context_present() 956 static inline void context_set_present(struct context_entry *context) in context_set_present() 961 static inline void context_set_fault_enable(struct context_entry *context) in context_set_fault_enable() 966 static inline void context_set_translation_type(struct context_entry *context, in context_set_translation_type() 973 static inline void context_set_address_root(struct context_entry *context, in context_set_address_root() 980 static inline void context_set_address_width(struct context_entry *context, in context_set_address_width() 986 static inline void context_set_domain_id(struct context_entry *context, in context_set_domain_id() 992 static inline void context_set_pasid(struct context_entry *context) in context_set_pasid() 997 static inline int context_domain_id(struct context_entry *c) in context_domain_id() [all …]
|
D | pasid.c | 679 struct context_entry *context; in device_pasid_table_teardown() 735 static int context_entry_set_pasid_table(struct context_entry *context, in context_entry_set_pasid_table() 765 struct context_entry *context; in device_pasid_table_setup() 883 struct context_entry *context, in intel_context_flush_present()
|
D | debugfs.c | 26 struct context_entry *ctx_entry; 219 struct context_entry *context; in ctx_tbl_walk() 362 struct context_entry *context; in domain_translation_struct_show()
|
D | iommu.c | 483 struct context_entry *iommu_context_addr(struct intel_iommu *iommu, u8 bus, in iommu_context_addr() 487 struct context_entry *context; in iommu_context_addr() 677 struct context_entry *context; in free_context_table() 730 struct context_entry *ctx_entry; in dmar_fault_dump_ptes() 1589 struct context_entry *context, in copied_context_tear_down() 1643 struct context_entry *context; in domain_context_mapping_one() 1891 struct context_entry *context; in domain_context_clear_one() 2079 struct context_entry **tbl, in copy_context_table() 2083 struct context_entry *new_ce = NULL, ce; in copy_context_table() 2084 struct context_entry *old_ce = NULL; in copy_context_table() [all …]
|