Home
last modified time | relevance | path

Searched refs:tsssel (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/amd64/vmm/intel/
HDvmcs.c332 int error, codesel, datasel, tsssel; in vmcs_init() local
338 tsssel = vmm_get_host_tsssel(); in vmcs_init()
398 if ((error = vmwrite(VMCS_HOST_TR_SELECTOR, tsssel)) != 0) in vmcs_init()
HDvmx.c2151 ts->tsssel = qual & 0xffff; in vmx_exit_process()
2188 "%s errcode 0x%016lx", ts->reason, ts->tsssel, in vmx_exit_process()
/trueos/sys/amd64/include/
HDvmm.h526 uint16_t tsssel; /* new TSS selector */ member
/trueos/usr.sbin/bhyve/
HDtask_switch.c719 nt_sel = task_switch->tsssel; in vmexit_task_switch()