Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
354
void
355
dmar_unmap_pgtbl(struct sf_buf *sf)
356
{
357
358
sf_buf_free(sf);
359
sched_unpin();
360
}
361
362
static void
363
dmar_flush_transl_to_ram(struct dmar_unit *unit, void *dst, size_t sz)
Callers
9
domain_idmap_nextlvl
Function · 0.85
domain_pgtbl_map_pte
Function · 0.85
domain_map_buf_locked
Function · 0.85
domain_unmap_clear_pte
Function · 0.85
domain_unmap_buf_locked
Function · 0.85
dmar_ensure_ctx_page
Function · 0.85
dmar_get_ctx_for_dev1
Function · 0.85
dmar_move_ctx_to_domain
Function · 0.85
dmar_free_ctx_locked
Function · 0.85
Calls
2
sched_unpin
Function · 0.85
sf_buf_free
Function · 0.50
Tested by
no test coverage detected