Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dipi.rs112 impl From<ArchIpiTarget> for x86::apic::DestinationShorthand { implementation
115 ArchIpiTarget::Specified(_) => x86::apic::DestinationShorthand::NoShorthand, in from()
116 ArchIpiTarget::Current => x86::apic::DestinationShorthand::Myself, in from()
117 ArchIpiTarget::All => x86::apic::DestinationShorthand::AllIncludingSelf, in from()
118 ArchIpiTarget::Other => x86::apic::DestinationShorthand::AllExcludingSelf, in from()
129 let shorthand: x86::apic::DestinationShorthand = target.into(); in send_ipi()
167 x86::apic::DestinationShorthand::AllExcludingSelf, in ipi_send_smp_init()
178 x86::apic::DestinationShorthand::AllExcludingSelf, in ipi_send_smp_init()
204 x86::apic::DestinationShorthand::NoShorthand, in ipi_send_smp_startup()
215 x86::apic::DestinationShorthand::NoShorthand, in ipi_send_smp_startup()