Home
last modified time | relevance | path

Searched refs:tss_ebx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dtss.h115 uint32_t tss_ebx; member
/illumos-gate/usr/src/cmd/bhyve/
H A Dtask_switch.c85 uint32_t tss_ebx; member
456 tss->tss_ebx = GETREG(vcpu, VM_REG_GUEST_RBX); in tss32_save()
554 SETREG(vcpu, VM_REG_GUEST_RBX, tss->tss_ebx); in tss32_restore()