Home
last modified time | relevance | path

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

/DragonOS/kernel/src/exception/
H A Dirqdata.rs509 const IRQD_AFFINITY_ON_ACTIVATE = 1 << 29; constant
665 self.insert(Self::IRQD_AFFINITY_ON_ACTIVATE); in set_affinity_on_activate()
669 self.contains(Self::IRQD_AFFINITY_ON_ACTIVATE) in is_affinity_on_activate()