Searched refs:tss_eip (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/i386/include/
H A Dtss.h52 int tss_eip; /* program counter */ member in struct:i386tss
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dgo32-nat.c212 {r_ofs (tss_eip), 4},
372 read_child (a_tss.tss_eip, &saved_opcode, 1);
378 = saved_opcode == 0xCD ? a_tss.tss_eip + 2 : a_tss.tss_eip + 1;
425 if (stepping_over_INT && a_tss.tss_eip == INT3_addr + 1)
428 a_tss.tss_eip--; /* EIP points *after* the INT3 instruction */
429 write_child (a_tss.tss_eip, &saved_opcode, 1);
/freebsd-10.2-release/usr.sbin/bhyve/
H A Dtask_switch.c67 uint32_t tss_eip; member in struct:tss32
461 tss->tss_eip = eip;
535 SETREG(ctx, vcpu, VM_REG_GUEST_RIP, tss->tss_eip);
878 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_RIP, newtss.tss_eip);
/freebsd-10.2-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_i386.c117 offsetof(struct i386tss, tss_eip),
/freebsd-10.2-release/sys/i386/i386/
H A Ddb_trace.c342 eip = PCPU_GET(common_tss.tss_eip);
H A Dtrap.c1044 printf("eip = 0x%x\n", PCPU_GET(common_tss.tss_eip));
H A Dmachdep.c3079 dblfault_tss.tss_eip = (int)dblfault_handler;
3384 dblfault_tss.tss_eip = (int)dblfault_handler;

Completed in 172 milliseconds