Home
last modified time | relevance | path

Searched refs:REG_EIP (Results 1 – 9 of 9) 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/linux/tools/testing/selftests/mm/
H A Dpkey-x86.h8 #define REG_IP_IDX REG_EIP
/openbmc/linux/tools/testing/selftests/x86/
H A Dsyscall_arg_fault.c42 #define REG_IP REG_EIP
H A Dunwind_vdso.c111 unsigned long ip = ctx->uc_mcontext.gregs[REG_EIP]; in sigtrap()
H A Dsingle_step_syscall.c66 # define REG_IP REG_EIP
H A Dmov_ss_trap.c44 # define REG_IP REG_EIP
H A Dsigreturn.c316 # define REG_IP REG_EIP
/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];