MCPcopy Create free account
hub / github.com/Andy-Python-Programmer/aero / eoi

Method eoi

src/aero_kernel/src/arch/x86_64/apic.rs:182–186  ·  view source on GitHub ↗

Writes to the EOI register to signal the end of an interrupt. This makes the local APIC to delete the interrupt from its ISR queue and send a message on the bus indicating that the interrupt handling has been completed. ## Panics If the APIC type is set to [`ApicType::None`].

(&mut self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

scheduler_irq_handlerFunction · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected