Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ die
Function
die
src/console/die.c:18–28 ·
view source on GitHub ↗
Report a fatal error */
Source
from the content-addressed store, hash-verified
16
17
/* Report a fatal error */
18
void __noreturn die(const char *fmt, ...)
19
{
20
va_list args;
21
22
va_start(args, fmt);
23
vprintk(BIOS_EMERG, fmt, args);
24
va_end(args);
25
26
die_notify();
27
halt();
28
}
Callers
15
raise
Function · 0.50
chipidea_hw_init
Function · 0.50
run_bl31
Function · 0.50
decompress_kernel_header
Function · 0.50
print_exception_and_die
Function · 0.50
setup_new_table
Function · 0.50
exception_undefined_instruction
Function · 0.50
exception_software_interrupt
Function · 0.50
exception_prefetch_abort
Function · 0.50
exception_data_abort
Function · 0.50
exception_not_used
Function · 0.50
exception_irq
Function · 0.50
Calls
3
vprintk
Function · 0.70
die_notify
Function · 0.70
halt
Function · 0.50
Tested by
5
ram_check
Function · 0.40
quick_ram_check_or_die
Function · 0.40
setup_io_test
Function · 0.40
mapitin
Function · 0.40
main
Function · 0.40