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

Function dmar_unmap_pgtbl

freebsd/x86/iommu/intel_utils.c:354–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354void
355dmar_unmap_pgtbl(struct sf_buf *sf)
356{
357
358 sf_buf_free(sf);
359 sched_unpin();
360}
361
362static void
363dmar_flush_transl_to_ram(struct dmar_unit *unit, void *dst, size_t sz)

Callers 9

domain_idmap_nextlvlFunction · 0.85
domain_pgtbl_map_pteFunction · 0.85
domain_map_buf_lockedFunction · 0.85
domain_unmap_clear_pteFunction · 0.85
domain_unmap_buf_lockedFunction · 0.85
dmar_ensure_ctx_pageFunction · 0.85
dmar_get_ctx_for_dev1Function · 0.85
dmar_move_ctx_to_domainFunction · 0.85
dmar_free_ctx_lockedFunction · 0.85

Calls 2

sched_unpinFunction · 0.85
sf_buf_freeFunction · 0.50

Tested by

no test coverage detected