Searched defs:trap_frame (Results 1 – 2 of 2) sorted by relevance
83 let mut trap_frame = TrapFrame::new(); in switch_to_user() localVariable
70 let trap_frame = trap_frame.as_any().downcast_ref::<TrapFrame>().unwrap(); in call() localVariable