MCPcopy Create free account
hub / github.com/coreboot/coreboot / unmap_physical

Function unmap_physical

util/intelmetool/src/mmap.c:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void unmap_physical(void *virt_addr, size_t len)
47{
48 munmap(virt_addr, len);
49}
50#endif

Callers 1

dump_me_memoryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected