Home
last modified time | relevance | path

Searched refs:dmar_ctx (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/x86/iommu/
H A Dintel_dmar.h71 LIST_HEAD(, dmar_ctx) contexts; /* (u) */
76 struct dmar_ctx { struct
79 LIST_ENTRY(dmar_ctx) link; /* (u) Member in the domain list */ argument
103 __containerof((ctx), struct dmar_ctx, context) argument
271 struct dmar_ctx *dmar_get_ctx_for_dev(struct dmar_unit *dmar, device_t dev,
273 struct dmar_ctx *dmar_get_ctx_for_devpath(struct dmar_unit *dmar, uint16_t rid,
276 int dmar_move_ctx_to_domain(struct dmar_domain *domain, struct dmar_ctx *ctx);
277 void dmar_free_ctx_locked(struct dmar_unit *dmar, struct dmar_ctx *ctx);
278 void dmar_free_ctx(struct dmar_ctx *ctx);
279 struct dmar_ctx *dmar_find_ctx_locked(struct dmar_unit *dmar, uint16_t rid);
H A Dintel_ctx.c440 static struct dmar_ctx *
443 struct dmar_ctx *ctx; in dmar_ctx_alloc()
518 static struct dmar_ctx *
524 struct dmar_ctx *ctx, *ctx1; in dmar_get_ctx_for_dev1()
654 struct dmar_ctx *
668 struct dmar_ctx *
832 struct dmar_ctx *
836 struct dmar_ctx *ctx; in dmar_find_ctx_locked()
945 struct dmar_ctx *ret; in iommu_get_ctx()
958 struct dmar_ctx *ctx; in iommu_free_ctx_locked()
[all …]
H A Dintel_fault.c194 struct dmar_ctx *ctx; in dmar_fault_task()
H A Dintel_drv.c1115 dmar_print_ctx(struct dmar_ctx *ctx) in dmar_print_ctx()
1131 struct dmar_ctx *ctx; in dmar_print_domain()
1168 struct dmar_ctx *ctx; in DB_FUNC()