Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ mirror_dev_get
Function
mirror_dev_get
src/drivers/elog/elog.c:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
static uint8_t elog_mirror_buf[ELOG_SIZE];
60
61
static inline struct region_device *mirror_dev_get(void)
62
{
63
return &elog_state.mirror_dev;
64
}
65
66
static size_t elog_events_start(void)
67
{
Callers
13
elog_get_event_buffer
Function · 0.85
elog_put_event_buffer
Function · 0.85
elog_debug_dump_buffer
Function · 0.85
elog_is_buffer_clear
Function · 0.85
elog_is_header_valid
Function · 0.85
elog_is_event_valid
Function · 0.85
elog_nv_write
Function · 0.85
elog_update_event_buffer_state
Function · 0.85
elog_scan_flash
Function · 0.85
elog_write_header_in_mirror
Function · 0.85
elog_move_events_to_front
Function · 0.85
elog_do_shrink
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected