MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dmar_get_ctx_for_devpath

Function dmar_get_ctx_for_devpath

freebsd/x86/iommu/intel_ctx.c:668–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666}
667
668struct dmar_ctx *
669dmar_get_ctx_for_devpath(struct dmar_unit *dmar, uint16_t rid,
670 int dev_domain, int dev_busno,
671 const void *dev_path, int dev_path_len,
672 bool id_mapped, bool rmrr_init)
673{
674
675 return (dmar_get_ctx_for_dev1(dmar, NULL, rid, dev_domain, dev_busno,
676 dev_path, dev_path_len, id_mapped, rmrr_init));
677}
678
679int
680dmar_move_ctx_to_domain(struct dmar_domain *domain, struct dmar_ctx *ctx)

Callers 1

dmar_inst_rmrr_iterFunction · 0.85

Calls 1

dmar_get_ctx_for_dev1Function · 0.85

Tested by

no test coverage detected