Searched refs:ArchIpiTarget (Results 1 – 1 of 1) sorted by relevance
55 pub enum ArchIpiTarget { enum66 impl From<IpiTarget> for ArchIpiTarget { implementation69 IpiTarget::Current => ArchIpiTarget::Current, in from()70 IpiTarget::All => ArchIpiTarget::All, in from()71 IpiTarget::Other => ArchIpiTarget::Other, in from()73 ArchIpiTarget::Specified(Self::cpu_id_to_apic_id(cpu_id)) in from()79 impl Into<ApicId> for ArchIpiTarget { implementation81 if let ArchIpiTarget::Specified(id) = self { in into()93 impl ArchIpiTarget { impl97 ArchIpiTarget::Specified(_) => 0, in shorthand()[all …]