Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dtss.h56 int tss_ebx; member
/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c71 uint32_t tss_ebx; member
442 tss->tss_ebx = GETREG(vcpu, VM_REG_GUEST_RBX); in tss32_save()
540 SETREG(vcpu, VM_REG_GUEST_RBX, tss->tss_ebx); in tss32_restore()
/freebsd/sys/i386/i386/
H A Dtrap.c1016 t->tss_ebx, in dblfault_handler()