Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/arch/riscv64/process/
H A Dmod.rs219 let mut sp = task.kernel_stack().stack_max_address().data(); in task_trapframe() localVariable
320 let mut sp: usize; in arch_current_pcb() localVariable
/DragonOS/kernel/src/arch/riscv64/interrupt/
H A Dmod.rs70 pub sp: usize, field
/DragonOS/kernel/src/process/
H A Dexec.rs271 let mut sp = ustack.sp(); in push_slice() localVariable
/DragonOS/kernel/src/arch/x86_64/ipc/
H A Dsignal.rs402 pub sp: *mut c_void, field
/DragonOS/kernel/src/mm/
H A Ducontext.rs1841 pub fn sp(&self) -> VirtAddr { in sp() method