Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-exec.c1267 #define PC_sig(context) _UC_MACHINE_PC(context) macro
1272 #define PC_sig(context) ((context)->sc_rip) macro
1277 #define PC_sig(context) ((context)->uc_mcontext.gregs[REG_RIP]) macro
1296 pc = PC_sig(uc); in cpu_signal_handler()