Home
last modified time | relevance | path

Searched refs:X86MsiAddrLoNormal (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dmsi.rs46 Normal(X86MsiAddrLoNormal),
51 pub struct X86MsiAddrLoNormal { struct
/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dlapic_vector.rs17 msi::{X86MsiAddrHi, X86MsiAddrLoNormal, X86MsiDataNormal, X86_MSI_BASE_ADDRESS_LOW},
189 let mut address_lo = X86MsiAddrLoNormal::new() in irq_msi_compose_msg()