Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/interrupt/
H A Dentry.rs121 trap_frame_size_on_stack = const TrapFrame::SIZE_ON_STACK, in _save_context()
211 trap_frame_size_on_stack = const TrapFrame::SIZE_ON_STACK, in ret_from_exception()
H A Dmod.rs115 pub const SIZE_ON_STACK: usize = align_up(Self::SIZE, STACK_ALIGN); constant