Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-exec.c828 # define EIP_sig(context) (*((unsigned long*)&(context)->uc_mcontext->ss.eip)) macro
835 # define EIP_sig(context) ((context)->uc_mcontext.__gregs[_REG_EIP]) macro
842 # define EIP_sig(context) (*((unsigned long*)&(context)->uc_mcontext.mc_eip)) macro
847 # define EIP_sig(context) ((context)->sc_eip) macro
852 # define EIP_sig(context) ((context)->uc_mcontext.gregs[REG_EIP]) macro
878 pc = EIP_sig(uc); in cpu_signal_handler()