Home
last modified time | relevance | path

Searched refs:s4 (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/arch/riscv64/
H A Dkprobe.rs34 pub s4: usize, field
71 s4: trap_frame.s4, in from()
/DragonOS/kernel/src/arch/riscv64/interrupt/
H A Dmod.rs90 pub s4: usize, field
143 s4: 0, in new()
H A Dentry.rs143 off_s4 = const offset_of!(TrapFrame, s4), in _save_context()
238 off_s4 = const offset_of!(TrapFrame, s4), in ret_from_exception()
/DragonOS/kernel/src/arch/riscv64/process/
H A Dmod.rs299 off_s4 = const(offset_of!(ArchPCBInfo, s4)), in switch_to_inner()
354 s4: usize, field
389 s4: 0, in new()
H A Dkthread.rs102 off_s4 = const offset_of!(TrapFrame, s4), in kernel_thread_bootstrap_stage1()