mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
panicing and return a status so that we can decide whether to drop into DDB or panic. If the status from isa_nmi is true, panic the kernel based on machdep.panic_on_nmi, otherwise if DDB is enabled, drop to DDB based on machdep.ddb_on_nmi. Reviewed by: peter, phk |
||
|---|---|---|
| .. | ||
| atpic_vector.S | ||
| clock.c | ||
| icu.h | ||
| icu_ipl.S | ||
| icu_ipl.s | ||
| icu_vector.S | ||
| icu_vector.s | ||
| intr_machdep.c | ||
| intr_machdep.h | ||
| isa.c | ||
| isa.h | ||
| isa_dma.c | ||
| isa_dma.h | ||
| nmi.c | ||
| npx.c | ||
| timerreg.h | ||
| vector.S | ||
| vector.s | ||