Searched refs:set_sp (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.8/kernel/src/process/ | ||
D | exec.rs | 277 ustack.set_sp(sp); in push_slice() |
/DragonOS-0.1.8/kernel/src/mm/ | ||
D | ucontext.rs | 1305 pub unsafe fn set_sp(&mut self, sp: VirtAddr) { in set_sp() method |