Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iommu/intel/
Diommu.c166 static inline void context_set_present(struct context_entry *context) in context_set_present()
171 static inline void context_set_fault_enable(struct context_entry *context) in context_set_fault_enable()
176 static inline void context_set_translation_type(struct context_entry *context, in context_set_translation_type()
183 static inline void context_set_address_root(struct context_entry *context, in context_set_address_root()
190 static inline void context_set_address_width(struct context_entry *context, in context_set_address_width()
196 static inline void context_set_domain_id(struct context_entry *context, in context_set_domain_id()
202 static inline void context_set_pasid(struct context_entry *context) in context_set_pasid()
207 static inline int context_domain_id(struct context_entry *c) in context_domain_id()
212 static inline void context_clear_entry(struct context_entry *context) in context_clear_entry()
590 struct context_entry *iommu_context_addr(struct intel_iommu *iommu, u8 bus, in iommu_context_addr()
[all …]
Diommu.h515 struct context_entry { struct
707 static inline bool context_present(struct context_entry *context) in context_present()
796 struct context_entry *iommu_context_addr(struct intel_iommu *iommu, u8 bus,
Ddebugfs.c26 struct context_entry *ctx_entry;
220 struct context_entry *context; in ctx_tbl_walk()