Home
last modified time | relevance | path

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

/DragonOS/kernel/src/exception/
H A Dhandle.rs80 if desc_inner.actions().is_empty() || desc_inner.common_data().disabled() { in handle()
112 if desc_inner_guard.common_data().disabled() { in handle()
139 if !status.disabled() && status.masked() { in handle()
152 || desc_inner_guard.common_data().disabled() in handle()
314 if !desc_inner_guard.common_data().disabled() in cond_unmask_eoi_irq()
H A Dirqdata.rs266 pub fn disabled(&self) -> bool { in disabled() method
267 self.inner.lock_irqsave().state.disabled() in disabled()
539 pub fn disabled(&self) -> bool { in disabled() method
H A Dmanage.rs727 if !common_data.status().disabled() { in irq_enable()
947 if !desc_inner_guard.common_data().status().disabled() { in do_set_irq_trigger()
/DragonOS/kernel/crates/rbpf/
H A DCargo.toml28 # Default features (std) are disabled so that the dependencies don't pull in the
64 # Examples that depend on the standard library should be disabled when
H A DREADME.md564 use `rbpf` in `no_std` environments this feature needs to be disabled. To do
/DragonOS/kernel/src/driver/irqchip/
H A Driscv_sifive_plic.rs314 if core::intrinsics::unlikely(irq_data.common_data().disabled()) { in irq_eoi()
383 if !irq_data.common_data().disabled() { in irq_set_affinity()
/DragonOS/kernel/src/include/bindings/
H A Dlinux_bpf.rs1564 pub fn disabled(&self) -> __u64 { in disabled() method
1983 disabled: __u64, in new_bitfield_1()
2024 let disabled: u64 = unsafe { ::core::mem::transmute(disabled) }; localVariable
2025 disabled as u64