Home
last modified time | relevance | path

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

/DragonOS/kernel/src/exception/
H A Dirqdata.rs439 pub fn is_level_high(&self) -> Option<bool> { in is_level_high() method
/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dioapic.rs535 let active_high = flow_type.is_level_high().unwrap_or(false); in irq_set_type()