Searched defs:stack (Results 1 – 5 of 5) sorted by relevance
100 let stack = StackFrame::new(); in execute_program() localVariable666 let mut stack = StackFrame::new(); in execute_program() localVariable692 let stack = stacks.last().unwrap(); in execute_program() localVariable
50 mod stack; module
104 pub stack: usize, field
1400 stack: Option<AlignedBox<[u8; KernelStack::SIZE], { KernelStack::ALIGN }>>, field
217 let stack = self.user_stack.as_mut().unwrap(); in extend_stack() localVariable725 let stack = UserStack::new(self, None, size)?; in new_user_stack() localVariable