Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/exception/
Dirqdata.rs79 pub fn is_level_type(&self) -> bool { in is_level_type() method
86 .is_level_type() in is_level_type()
401 pub fn is_level_type(&self) -> bool { in is_level_type() method
412 if !self.is_level_type() { in is_level_high()
536 pub const fn is_level_type(&self) -> bool { in is_level_type() method
Dresend.rs28 .is_level_type() in irq_check_and_resend()
Dsysfs.rs212 let irq_type = if irq_desc.irq_data().is_level_type() { in show()
Dirqdesc.rs325 if desc_guard.line_status.is_level_type() { in modify_status()
/DragonOS-0.1.9/kernel/src/arch/x86_64/driver/apic/
Dioapic.rs420 let level = irq_data.is_level_type(); in ioapic_init()
533 let level_triggered = flow_type.is_level_type(); in irq_set_type()
590 if irq.is_level_type() { in irq_eoi()