Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ zeroit
Function
zeroit
util/intelmetool/src/intelmetool.c:40–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
static void zeroit(uint8_t *phys, uint32_t size)
41
{
42
uint32_t i;
43
for (i = 0; i < size; i++) {
44
*((uint8_t *) (phys + i)) = 0x00;
45
}
46
}
47
48
static void dumpmemfile(uint8_t *phys, uint32_t size)
49
{
Callers
1
dump_me_memory
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected