Home
last modified time | relevance | path

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

/DragonOS/kernel/src/exception/
H A Dirqdata.rs93 pub fn is_level_type(&self) -> bool { in is_level_type() method
100 .is_level_type() in is_level_type()
428 pub fn is_level_type(&self) -> bool { in is_level_type() method
440 if !self.is_level_type() { in is_level_high()
566 pub const fn is_level_type(&self) -> bool { in is_level_type() method
H A Dresend.rs28 .is_level_type() in irq_check_and_resend()
H A Dsysfs.rs213 let irq_type = if irq_desc.irq_data().is_level_type() { in show()
H A Dirqdesc.rs336 if desc_guard.line_status.is_level_type() { in modify_status()
/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dioapic.rs422 let level = irq_data.is_level_type(); in ioapic_init()
534 let level_triggered = flow_type.is_level_type(); in irq_set_type()
591 if irq.is_level_type() { in irq_eoi()