Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/interrupt/
H A Dmod.rs84 pub a6: usize, field
137 a6: 0, in new()
H A Dentry.rs139 off_a6 = const offset_of!(TrapFrame, a6), in _save_context()
234 off_a6 = const offset_of!(TrapFrame, a6), in ret_from_exception()
/DragonOS/kernel/src/arch/riscv64/process/
H A Dkthread.rs98 off_a6 = const offset_of!(TrapFrame, a6), in kernel_thread_bootstrap_stage1()