context_switch_trampoline

Function context_switch_trampoline 

Source
unsafe extern "C" fn context_switch_trampoline(
    _current_sp: *mut usize,
    _next_sp: usize,
)
Expand description

The context-switch magic.