Home
last modified time | relevance | path

Searched defs:SigFrame (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/ipc/
H A Dsignal.rs320 pub struct SigFrame { struct
323 pub ret_code_ptr: *mut core::ffi::c_void,
324 pub handler: *mut c_void,
325 pub info: SigInfo,
326 pub context: SigContext,
682 fn get_stack(frame: &TrapFrame, size: usize) -> *mut SigFrame { in get_stack()