Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Ducontext.rs1731 let guard_size = Self::GUARD_PAGES_NUM * MMArch::PAGE_SIZE; in new() localVariable
1732 let actual_stack_bottom = stack_bottom - guard_size; in new()
1746 guard_size, in new()
1774 mapped_size: guard_size, in new()
1775 current_sp: actual_stack_bottom - guard_size, in new()