Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
251
void pcr_cleanup(void)
252
{
253
if (sbbar)
254
unmap_physical((void *)sbbar, SBBAR_SIZE);
255
}
Callers
1
inteltool.c
File · 0.85
Calls
1
unmap_physical
Function · 0.70
Tested by
no test coverage detected