Home
last modified time | relevance | path

Searched defs:vm_task_switch (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/amd64/include/
H A Dvmm.h687 struct vm_task_switch { struct
688 uint16_t tsssel; /* new TSS selector */
689 int ext; /* task switch due to external event */
690 uint32_t errcode;
691 int errcode_valid; /* push 'errcode' on the new stack */
692 enum task_switch_reason reason;
693 struct vm_guest_paging paging;