MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / test_double_fault_handler

Function test_double_fault_handler

tests/stackoverflow.rs:31–36  ·  view source on GitHub ↗
(_stackframe: InterruptStackFrame, _errcode: u64)

Source from the content-addressed store, hash-verified

29}
30
31extern "x86-interrupt" fn test_double_fault_handler(_stackframe: InterruptStackFrame, _errcode: u64) -> !
32{
33 serprintln!("[SUCCESS]");
34 exitqemu(QEMUExitCode::Success);
35 loop {}
36}
37
38#[no_mangle]
39pub extern "C" fn _start() -> !

Callers

nothing calls this directly

Calls 1

exitqemuFunction · 0.85

Tested by

no test coverage detected