Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/include/host/i386/
H A Dhost-signal.h19 return uc->uc_mcontext.gregs[REG_EIP]; in host_signal_pc()
24 uc->uc_mcontext.gregs[REG_EIP] = pc; in host_signal_set_pc()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1723 #define REG_EIP EIP macro
1730 #define REG_EIP REG_RIP macro
1750 printf(" EIP=" FMTLX, (long)uc->uc_mcontext.gregs[REG_EIP]); in sig_handler()
1932 printf("EIP=" FMTLX "\n", (long)uc->uc_mcontext.gregs[REG_EIP]); in sig_trap_handler()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp_0.3-beta15-52.diff1840 +# define REG_IP REG_EIP
1863 - puc->uc_mcontext.gregs[REG_EIP]);
1876 - puc->uc_mcontext.gregs[REG_EIP]);
1889 - puc->uc_mcontext.gregs[REG_EIP]);
1898 - *(unsigned int*)((void*)&n-4) = puc->uc_mcontext.gregs[REG_EIP];
1907 - btinfo[1] = (void*) puc->uc_mcontext.gregs[REG_EIP];