Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dioapic.rs273 let rte_index = Self::vector_rte_index(irq); in pending()
278 fn vector_rte_index(irq_num: u8) -> u8 { in vector_rte_index() method
418 chip_data.inner().rte_index = IoApic::vector_rte_index(i as u8); in ioapic_init()
465 let rte_index = IoApic::vector_rte_index(vector); in ioapic_install()
577 .enable(IoApic::vector_rte_index(irq.irq().data() as u8)); in irq_unmask()