pub fn switch_context(from: &mut X86_64Context, to: &X86_64Context)Expand description
Switch context using the ThreadContext interface.
Called from crate::arch::context::switch_context().
pub fn switch_context(from: &mut X86_64Context, to: &X86_64Context)Switch context using the ThreadContext interface.
Called from crate::arch::context::switch_context().