Home
last modified time | relevance | path

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

/DragonOS/kernel/src/exception/
H A Dmsi.rs14 pub struct MsiMsg { struct
20 impl Debug for MsiMsg { argument
31 impl MsiMsg { impl
34 MsiMsg { in new()
43 MsiMsg { in new_lo_hi()
56 MsiMsg { in new_zeroed()
80 msg: MsiMsg,
105 msg: MsiMsg { in new()
118 pub fn set_msg(&self, msg: MsiMsg) { in set_msg() argument
122 pub fn msg(&self) -> MsiMsg { in msg() argument
H A Dirqchip.rs33 msi::MsiMsg,
175 fn irq_compose_msi_msg(&self, _irq_data: &Arc<IrqData>, _msg: &mut MsiMsg) {} in irq_compose_msi_msg() argument
178 fn irq_write_msi_msg(&self, _irq_data: &Arc<IrqData>, _msg: &MsiMsg) {} in irq_write_msi_msg() argument
/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dlapic_vector.rs26 msi::MsiMsg,
88 fn irq_compose_msi_msg(&self, irq: &Arc<IrqData>, msg: &mut MsiMsg) { in irq_compose_msi_msg() argument
183 pub(super) fn irq_msi_compose_msg(cfg: &HardwareIrqConfig, msg: &mut MsiMsg, dmar: bool) { in irq_msi_compose_msg() argument
184 *msg = MsiMsg::new_zeroed(); in irq_msi_compose_msg()