Searched refs:ApicId (Results 1 – 1 of 1) sorted by relevance
71 impl Into<x86::apic::ApicId> for ArchIpiTarget {72 fn into(self) -> x86::apic::ApicId { in into() argument79 return x86::apic::ApicId::X2Apic(id as u32); in into()81 return x86::apic::ApicId::XApic(id as u8); in into()93 let destination: x86::apic::ApicId = target.into(); in send_ipi()