MCPcopy Create free account
hub / github.com/Ruddle/Fomos / invalid_tss_handler

Function invalid_tss_handler

bootloader/kernel/src/interrupts.rs:195–198  ·  view source on GitHub ↗
(stack_frame: InterruptStackFrame, error_code: u64)

Source from the content-addressed store, hash-verified

193 panic!("");
194}
195extern "x86-interrupt" fn invalid_tss_handler(stack_frame: InterruptStackFrame, error_code: u64) {
196 log::error!("EXCEPTION: invalid_tss {}\n{:#?}", error_code, stack_frame);
197 panic!("");
198}
199extern "x86-interrupt" fn segment_not_present_handler(
200 stack_frame: InterruptStackFrame,
201 error_code: u64,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected