Home
last modified time | relevance | path

Searched defs:STACK_ALIGN (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/arch/riscv64/
H A Dcpu.rs11 pub(super) const STACK_ALIGN: usize = 16; constant
/DragonOS/kernel/src/arch/x86_64/ipc/
H A Dsignal.rs25 pub const STACK_ALIGN: u64 = 16; constant