Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/
H A Dkprobe.rs41 pub s11: usize, field
78 s11: trap_frame.s11, in from()
/DragonOS/kernel/src/arch/riscv64/interrupt/
H A Dmod.rs97 pub s11: usize, field
150 s11: 0, in new()
H A Dentry.rs150 off_s11 = const offset_of!(TrapFrame, s11), in _save_context()
245 off_s11 = const offset_of!(TrapFrame, s11), in ret_from_exception()
/DragonOS/kernel/src/arch/riscv64/process/
H A Dmod.rs306 off_s11 = const(offset_of!(ArchPCBInfo, s11)), in switch_to_inner()
361 s11: usize, field
396 s11: 0, in new()
H A Dkthread.rs109 off_s11 = const offset_of!(TrapFrame, s11), in kernel_thread_bootstrap_stage1()