MCPcopy 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

59static uint8_t elog_mirror_buf[ELOG_SIZE];
60
61static inline struct region_device *mirror_dev_get(void)
62{
63 return &elog_state.mirror_dev;
64}
65
66static size_t elog_events_start(void)
67{

Callers 13

elog_get_event_bufferFunction · 0.85
elog_put_event_bufferFunction · 0.85
elog_debug_dump_bufferFunction · 0.85
elog_is_buffer_clearFunction · 0.85
elog_is_header_validFunction · 0.85
elog_is_event_validFunction · 0.85
elog_nv_writeFunction · 0.85
elog_scan_flashFunction · 0.85
elog_do_shrinkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected