Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dipi.rs59 All, enumerator
70 IpiTarget::All => ArchIpiTarget::All, in from()
97 ArchIpiTarget::All => 2, in shorthand()
117 ArchIpiTarget::All => x86::apic::DestinationShorthand::AllIncludingSelf, in from()
/DragonOS/kernel/src/arch/riscv64/interrupt/
H A Dipi.rs22 IpiTarget::All => HartMask::from_mask_base(usize::MAX, 0), in into()
/DragonOS/kernel/src/exception/
H A Dipi.rs36 All, enumerator