Home | History | Annotate | Download | only in qemu

Lines Matching full:gregs

852 # define EIP_sig(context)     ((context)->uc_mcontext.gregs[REG_EIP])
853 # define TRAP_sig(context) ((context)->uc_mcontext.gregs[REG_TRAPNO])
854 # define ERROR_sig(context) ((context)->uc_mcontext.gregs[REG_ERR])
906 #define PC_sig(context) ((context)->uc_mcontext.gregs[REG_RIP])
907 #define TRAP_sig(context) ((context)->uc_mcontext.gregs[REG_TRAPNO])
908 #define ERROR_sig(context) ((context)->uc_mcontext.gregs[REG_ERR])
1121 pc = uc->uc_mcontext.gregs[R15];
1142 pc = uc->uc_mcontext.gregs[16];