Home
last modified time | relevance | path

Searched defs:PciIrqMsg (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.9/kernel/src/driver/pci/
Dpci_irq.rs76 pub struct PciIrqMsg { struct
77 pub irq_common_message: IrqCommonMsg,
78 pub irq_specific_message: IrqSpecificMsg,
/DragonOS-0.1.9/kernel/src/exception/
Dmsi.rs98 pci_msg: PciIrqMsg, in new()