pub fn handle_interrupt()Expand description
Handle VirtIO block device interrupt
Called from the IDT IRQ handler when the VirtIO device signals completion. Acknowledges the interrupt and processes completed requests.
pub fn handle_interrupt()Handle VirtIO block device interrupt
Called from the IDT IRQ handler when the VirtIO device signals completion. Acknowledges the interrupt and processes completed requests.