Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dno_init.rs184 mapper.make_current(); in pseudo_map_phys_with_flags()
211 mapper.make_current(); in pseudo_unmap_phys()
H A Dpage.rs1151 pub unsafe fn make_current(&self) { in make_current() method
/DragonOS/kernel/src/arch/riscv64/process/
H A Dsyscall.rs58 unsafe { address_space.read().user_mapper.utable.make_current() }; in do_execve()
H A Dmod.rs181 next_addr_space.read().user_mapper.utable.make_current(); in switch_process()
/DragonOS/kernel/src/arch/x86_64/process/
H A Dsyscall.rs61 unsafe { address_space.read().user_mapper.utable.make_current() }; in do_execve()
H A Dmod.rs387 next_addr_space.read().user_mapper.utable.make_current(); in switch_process()
/DragonOS/kernel/src/arch/riscv64/mm/
H A Dinit.rs153 mapper.make_current(); in riscv_mm_init()
/DragonOS/kernel/src/arch/x86_64/mm/
H A Dmod.rs545 mapper.make_current(); in allocator_init()