Searched refs:vmm_context_switch (Results 1 – 3 of 3) sorted by relevance
258 void vmm_context_switch(vmm_aspace_t *oldspace, vmm_aspace_t *newaspace);
663 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() function695 vmm_context_switch(old, t->aspace); in vmm_set_active_aspace()
588 vmm_context_switch(oldthread->aspace, newthread->aspace); in thread_resched()
Completed in 6 milliseconds