Home
last modified time | relevance | path

Searched refs:make_current (Results 1 – 7 of 7) 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/mm/
H A Dinit.rs153 mapper.make_current(); in riscv_mm_init()
/DragonOS/kernel/src/arch/riscv64/process/
H A Dmod.rs178 next_addr_space.read().user_mapper.utable.make_current(); in switch_process()
/DragonOS/kernel/src/arch/x86_64/process/
H A Dmod.rs387 next_addr_space.read().user_mapper.utable.make_current(); in switch_process()
/DragonOS/kernel/src/process/
H A Dsyscall.rs608 unsafe { new_vm.read().user_mapper.utable.make_current() }; in do_execve_switch_user_vm()
/DragonOS/kernel/src/arch/x86_64/mm/
H A Dmod.rs545 mapper.make_current(); in allocator_init()