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

Function exception_software_interrupt

src/arch/arm/armv7/exception.c:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void exception_software_interrupt(uint32_t *regs)
63{
64 printk(BIOS_ERR, "exception _software_interrupt\n");
65 print_regs(regs);
66 dump_stack(regs[13], 512);
67 die("exception");
68}
69
70void exception_prefetch_abort(uint32_t *regs)
71{

Callers

nothing calls this directly

Calls 4

print_regsFunction · 0.70
dump_stackFunction · 0.70
printkFunction · 0.50
dieFunction · 0.50

Tested by

no test coverage detected