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

Function post_log_clear

src/include/post.h:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21static inline void post_log_clear(void)
22{
23 if (CONFIG(CMOS_POST))
24 cmos_post_extra(0);
25}
26
27#endif

Callers 7

cpu_initializeFunction · 0.85
dev_initialize_chipsFunction · 0.85
read_resourcesFunction · 0.85
assign_resourcesFunction · 0.85
enable_resourcesFunction · 0.85
dev_enumerateFunction · 0.85
dev_initializeFunction · 0.85

Calls 1

cmos_post_extraFunction · 0.85

Tested by

no test coverage detected