Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmcs.c345 int error, codesel, datasel, tsssel; in vmcs_init() local
351 tsssel = vmm_get_host_tsssel(); in vmcs_init()
399 if ((error = vmwrite(VMCS_HOST_TR_SELECTOR, tsssel)) != 0) in vmcs_init()
H A Dvmx.c2418 ts->tsssel = qual & 0xffff; in vmx_exit_process()
2456 "%s errcode 0x%016lx", ts->reason, ts->tsssel, in vmx_exit_process()
/f-stack/freebsd/amd64/include/
H A Dvmm.h664 uint16_t tsssel; /* new TSS selector */ member