Searched defs:vm_task_switch (Results 1 – 1 of 1) sorted by relevance
664 struct vm_task_switch { struct665 uint16_t tsssel; /* new TSS selector */666 int ext; /* task switch due to external event */667 uint32_t errcode;668 int errcode_valid; /* push 'errcode' on the new stack */669 enum task_switch_reason reason;670 struct vm_guest_paging paging;