Home
last modified time | relevance | path

Searched refs:context_entry (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/iommu/intel/
H A Diommu.c171 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()
[all …]
H A Diommu.h569 struct context_entry { struct
803 static inline bool context_present(struct context_entry *context) in context_present()
894 struct context_entry *iommu_context_addr(struct intel_iommu *iommu, u8 bus,
H A Ddebugfs.c26 struct context_entry *ctx_entry;
220 struct context_entry *context; in ctx_tbl_walk()
/openbmc/qemu/include/hw/i386/
H A Dintel_iommu.h84 struct VTDContextEntry context_entry; member
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c1933 trace_vtd_iotlb_cc_hit(bus_num, devfn, cc_entry->context_entry.hi, in vtd_do_iommu_translate()
1934 cc_entry->context_entry.lo, in vtd_do_iommu_translate()
1936 ce = cc_entry->context_entry; in vtd_do_iommu_translate()
1963 cc_entry->context_entry = ce; in vtd_do_iommu_translate()