Home
last modified time | relevance | path

Searched refs: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
H A Dlapic_vector.rs33 use super::{hw_irq::HardwareIrqConfig, CurrentApic, LocalAPIC};
132 hw_irq_cfg: HardwareIrqConfig, in new() argument
158 hw_irq_cfg: HardwareIrqConfig,
183 pub(super) fn irq_msi_compose_msg(cfg: &HardwareIrqConfig, msg: &mut MsiMsg, dmar: bool) { in irq_msi_compose_msg() argument