Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/
H A Dkprobe.rs35 pub s5: usize, field
72 s5: trap_frame.s5, in from()
/DragonOS/kernel/src/arch/riscv64/interrupt/
H A Dmod.rs91 pub s5: usize, field
144 s5: 0, in new()
H A Dentry.rs144 off_s5 = const offset_of!(TrapFrame, s5), in _save_context()
239 off_s5 = const offset_of!(TrapFrame, s5), in ret_from_exception()
/DragonOS/kernel/src/arch/riscv64/process/
H A Dmod.rs300 off_s5 = const(offset_of!(ArchPCBInfo, s5)), in switch_to_inner()
355 s5: usize, field
390 s5: 0, in new()
H A Dkthread.rs103 off_s5 = const offset_of!(TrapFrame, s5), in kernel_thread_bootstrap_stage1()