Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/intel/
H A Dvmcs.c343 int error, codesel, datasel, tsssel; in vmcs_init() local
349 tsssel = vmm_get_host_tsssel(); in vmcs_init()
397 if ((error = vmwrite(VMCS_HOST_TR_SELECTOR, tsssel)) != 0) in vmcs_init()
H A Dvmx.c2478 ts->tsssel = qual & 0xffff; in vmx_exit_process()
2516 "%s errcode 0x%016lx", ts->reason, ts->tsssel, in vmx_exit_process()
/freebsd/sys/amd64/include/
H A Dvmm.h662 uint16_t tsssel; /* new TSS selector */ member
/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c722 nt_sel = task_switch->tsssel; in vmexit_task_switch()