Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dhw_irq.rs6 pub(super) struct HardwareIrqConfig { struct
7 pub apic_id: ApicId,
8 pub vector: HardwareIrqNumber,
H A Dlapic_vector.rs132 hw_irq_cfg: HardwareIrqConfig, in new()
183 pub(super) fn irq_msi_compose_msg(cfg: &HardwareIrqConfig, msg: &mut MsiMsg, dmar: bool) { in irq_msi_compose_msg()