#[repr(C, packed(1))]pub struct Context64 {
pub rbx: u64,
pub r12: u64,
pub r13: u64,
pub r14: u64,
pub r15: u64,
pub rbp: u64,
pub rsp: u64,
pub fpu: [u8; 108],
}Expand description
the Context64 is part of the task struct; it’s saved and restored explicitly on context swap.
Fields§
§rbx: u64§r12: u64§r13: u64§r14: u64§r15: u64§rbp: u64§rsp: u64§fpu: [u8; 108]