Searched defs:vm_task_switch (Results 1 – 1 of 1) sorted by relevance
685 struct vm_task_switch { struct686 uint16_t tsssel; /* new TSS selector */687 int ext; /* task switch due to external event */688 uint32_t errcode;689 int errcode_valid; /* push 'errcode' on the new stack */690 enum task_switch_reason reason;691 struct vm_guest_paging paging;