Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dioapic.rs120 for i in 0..res_mut.supported_interrupts() { in new()
138 for i in 0..self.supported_interrupts() { in disable_all()
268 pub fn supported_interrupts(&mut self) -> u8 { in supported_interrupts() method