Home
last modified time | relevance | path

Searched refs:SIZE_ON_STACK (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.9/kernel/src/arch/riscv64/interrupt/
Dentry.rs197 trap_frame_size_on_stack = const TrapFrame::SIZE_ON_STACK, in _save_context()
287 trap_frame_size_on_stack = const TrapFrame::SIZE_ON_STACK, in ret_from_exception()
Dmod.rs109 pub const SIZE_ON_STACK: usize = align_up(Self::SIZE, STACK_ALIGN); constant