Searched refs:tss_eax (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/i386/include/ |
| HD | tss.h | 54 int tss_eax; member
|
| /trueos/usr.sbin/bhyve/ |
| HD | task_switch.c | 69 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/ |
| HD | trgt_i386.c | 109 offsetof(struct i386tss, tss_eax),
|
| /trueos/contrib/gdb/gdb/ |
| HD | go32-nat.c | 204 {r_ofs (tss_eax), 4}, /* normal registers, from a_tss */ 441 status->value.integer = a_tss.tss_eax & 0xff; in go32_wait()
|