Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/process/
H A Dmod.rs178 let next_addr_space = next.basic().user_vm().as_ref().unwrap().clone(); in switch_process() localVariable
181 next_addr_space.read().user_mapper.utable.make_current(); in switch_process()
182 drop(next_addr_space); in switch_process()
/DragonOS/kernel/src/arch/x86_64/process/
H A Dmod.rs384 let next_addr_space = next.basic().user_vm().as_ref().unwrap().clone(); in switch_process() localVariable
387 next_addr_space.read().user_mapper.utable.make_current(); in switch_process()
388 drop(next_addr_space); in switch_process()