#[unsafe(no_mangle)]pub unsafe extern "C" fn load_context(context: *const X86_64Context)Expand description
Load context for first time (no previous context to save)
§Safety
This function manipulates CPU state directly and must be called with interrupts disabled.