Home
last modified time | relevance | path

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

/lk-master/kernel/include/kernel/
A Dvm.h258 void vmm_context_switch(vmm_aspace_t *oldspace, vmm_aspace_t *newaspace);
/lk-master/kernel/vm/
A Dvmm.c663 vmm_context_switch(aspace, NULL); in vmm_free_aspace()
676 void vmm_context_switch(vmm_aspace_t *oldspace, vmm_aspace_t *newaspace) { in vmm_context_switch() function
695 vmm_context_switch(old, t->aspace); in vmm_set_active_aspace()
/lk-master/kernel/
A Dthread.c588 vmm_context_switch(oldthread->aspace, newthread->aspace); in thread_resched()

Completed in 6 milliseconds