Searched refs:VECTOR_BASE (Results 1 – 2 of 2) sorted by relevance
58 pub const VECTOR_BASE: u8 = 32; constant279 assert!(irq_num >= Self::VECTOR_BASE); in vector_rte_index()280 irq_num - Self::VECTOR_BASE in vector_rte_index()406 for i in IoApic::VECTOR_BASE as u32..256 { in ioapic_init()
46 const SERIAL_8250_PIO_IRQ: IrqNumber = IrqNumber::new(IoApic::VECTOR_BASE as u32 + 4);