Searched refs:SIZE_ON_STACK (Results 1 – 2 of 2) sorted by relevance
121 trap_frame_size_on_stack = const TrapFrame::SIZE_ON_STACK, in _save_context()211 trap_frame_size_on_stack = const TrapFrame::SIZE_ON_STACK, in ret_from_exception()
115 pub const SIZE_ON_STACK: usize = align_up(Self::SIZE, STACK_ALIGN); constant