Home
last modified time | relevance | path

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

/trueos/sys/i386/include/
HDtss.h54 int tss_eax; member
/trueos/usr.sbin/bhyve/
HDtask_switch.c69 uint32_t tss_eax; member
441 tss->tss_eax = GETREG(ctx, vcpu, VM_REG_GUEST_RAX); in tss32_save()
543 SETREG(ctx, vcpu, VM_REG_GUEST_RAX, tss->tss_eax); in tss32_restore()
/trueos/gnu/usr.bin/gdb/kgdb/
HDtrgt_i386.c109 offsetof(struct i386tss, tss_eax),
/trueos/contrib/gdb/gdb/
HDgo32-nat.c204 {r_ofs (tss_eax), 4}, /* normal registers, from a_tss */
441 status->value.integer = a_tss.tss_eax & 0xff; in go32_wait()