Searched defs:vm_task_switch (Results 1 – 1 of 1) sorted by relevance
569 struct vm_task_switch { struct570 uint16_t tsssel; /* new TSS selector */571 int ext; /* task switch due to external event */572 uint32_t errcode;573 int errcode_valid; /* push 'errcode' on the new stack */574 enum task_switch_reason reason;575 struct vm_guest_paging paging;