Searched refs:stack_bottom (Results 1 – 1 of 1) sorted by relevance
1166 stack_bottom: VirtAddr, field1184 stack_bottom: Option<VirtAddr>, in new()1187 let stack_bottom = stack_bottom.unwrap_or(Self::DEFAULT_USER_STACK_BOTTOM); in new() localVariable1188 assert!(stack_bottom.check_aligned(MMArch::PAGE_SIZE)); in new()1192 let actual_stack_bottom = stack_bottom - guard_size; in new()1230 stack_bottom: actual_stack_bottom, in new()1254 self.stack_bottom - self.mapped_size, in initial_extend()1288 self.stack_bottom - self.mapped_size, in extend()1312 stack_bottom: self.stack_bottom, in clone_info_only()