Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/
H A Dkprobe.rs39 pub s9: usize, field
76 s9: trap_frame.s9, in from()
/DragonOS/kernel/src/arch/riscv64/interrupt/
H A Dmod.rs95 pub s9: usize, field
148 s9: 0, in new()
H A Dentry.rs148 off_s9 = const offset_of!(TrapFrame, s9), in _save_context()
243 off_s9 = const offset_of!(TrapFrame, s9), in ret_from_exception()
/DragonOS/kernel/src/arch/riscv64/process/
H A Dmod.rs304 off_s9 = const(offset_of!(ArchPCBInfo, s9)), in switch_to_inner()
359 s9: usize, field
394 s9: 0, in new()
H A Dkthread.rs107 off_s9 = const offset_of!(TrapFrame, s9), in kernel_thread_bootstrap_stage1()