Home
last modified time | relevance | path

Searched refs:handle_domain_irq (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/driver/irqchip/
H A Driscv_intc.rs219 GenericIrqHandler::handle_domain_irq( in riscv_intc_irq()
H A Driscv_sifive_plic.rs655 if let Err(e) = GenericIrqHandler::handle_domain_irq(domain.clone(), hwirq, trap_frame) { in do_plic_irq()
/DragonOS/kernel/src/exception/
H A Dirqdesc.rs1027 pub fn handle_domain_irq( in handle_domain_irq() method