Home
last modified time | relevance | path

Searched refs:sc_stack (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.8/kernel/src/ipc/
Dsignal.rs628 (*frame).context.sc_stack.fpstate = *fp_state; in setup_frame()
756 *(current_pcb().fp_state as usize as *mut FpState) = (*context).sc_stack.fpstate; in restore_sigcontext()
Dsignal_types.rs650 pub sc_stack: signal_stack, // 信号处理程序备用栈信息 field