Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dtss.h53 int tss_eax; member
/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c68 uint32_t tss_eax; member
439 tss->tss_eax = GETREG(vcpu, VM_REG_GUEST_RAX); in tss32_save()
537 SETREG(vcpu, VM_REG_GUEST_RAX, tss->tss_eax); in tss32_restore()
/freebsd/sys/i386/i386/
H A Dtrap.c1014 t->tss_eip, t->tss_esp, t->tss_ebp, t->tss_eax, in dblfault_handler()