Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dvmm.h289 struct vm_task_switch { struct
390 struct vm_task_switch task_switch;
/illumos-gate/usr/src/cmd/bhyve/
H A Dtask_switch.c266 read_tss_descriptor(struct vcpu *vcpu, struct vm_task_switch *ts, in read_tss_descriptor()
322 validate_seg_desc(struct vcpu *vcpu, struct vm_task_switch *ts, in validate_seg_desc()
448 tss32_save(struct vcpu *vcpu, struct vm_task_switch *task_switch, in tss32_save()
493 tss32_restore(struct vmctx *ctx, struct vcpu *vcpu, struct vm_task_switch *ts, in tss32_restore()
865 struct vm_task_switch *task_switch; in vmexit_task_switch()
/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvmx.c2195 struct vm_task_switch *ts; in vmx_exit_process()