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

Function dmar_flush_ctx_to_ram

freebsd/x86/iommu/intel_utils.c:382–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382void
383dmar_flush_ctx_to_ram(struct dmar_unit *unit, dmar_ctx_entry_t *dst)
384{
385
386 dmar_flush_transl_to_ram(unit, dst, sizeof(*dst));
387}
388
389void
390dmar_flush_root_to_ram(struct dmar_unit *unit, dmar_root_entry_t *dst)

Callers 2

ctx_id_entry_initFunction · 0.85
dmar_free_ctx_lockedFunction · 0.85

Calls 1

dmar_flush_transl_to_ramFunction · 0.85

Tested by

no test coverage detected