Home
last modified time | relevance | path

Searched refs:gp (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/arch/riscv64/interrupt/
H A Dmod.rs71 pub gp: usize, field
124 gp: 0, in new()
H A Dentry.rs127 off_gp = const offset_of!(TrapFrame, gp), in _save_context()
222 off_gp = const offset_of!(TrapFrame, gp), in ret_from_exception()
/DragonOS/kernel/src/arch/riscv64/process/
H A Dkthread.rs86 off_gp = const offset_of!(TrapFrame, gp), in kernel_thread_bootstrap_stage1()