Home
last modified time | relevance | path

Searched defs:destination (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dipi.rs130 let destination: x86::apic::ApicId = target.into(); in send_ipi() localVariable
/DragonOS/kernel/src/ipc/
H A Dsyscall.rs326 let destination = VirtPageFrame::new(region.start()); in shmat() localVariable