Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/ppc/
H A Dsignal.c129 TARGET_PT_NIP = 32, enumerator
256 __put_user(env->nip, &frame->mc_gregs[TARGET_PT_NIP]); in save_user_regs()
343 __get_user(env->nip, &frame->mc_gregs[TARGET_PT_NIP]); in restore_user_regs()