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

Function pcr_cleanup

util/inteltool/pcr.c:251–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void pcr_cleanup(void)
252{
253 if (sbbar)
254 unmap_physical((void *)sbbar, SBBAR_SIZE);
255}

Callers 1

inteltool.cFile · 0.85

Calls 1

unmap_physicalFunction · 0.70

Tested by

no test coverage detected