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

Function timer_interrupt_handler

src/interrupts.rs:110–117  ·  view source on GitHub ↗
(_stackframe: InterruptStackFrame)

Source from the content-addressed store, hash-verified

108
109
110extern "x86-interrupt" fn timer_interrupt_handler(_stackframe: InterruptStackFrame)
111{
112// print!(".");
113 unsafe
114 {
115 PICS.lock().notify_intrend(IntrIdx::Timer.asu8());
116 }
117}
118
119#[test_case]
120fn test_breakpnt_exc()

Callers

nothing calls this directly

Calls 3

lockMethod · 0.80
asu8Method · 0.80
notify_intrendMethod · 0.45

Tested by

no test coverage detected