Home
last modified time | relevance | path

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

/qemu/bsd-user/arm/
H A Dtarget_arch_signal.h32 #define TARGET_REG_R7 7 macro
H A Dsignal.c102 gr[TARGET_REG_R7] = tswap32(env->regs[7]); in get_mcontext()
183 env->regs[7] = tswap32(gr[TARGET_REG_R7]); in set_mcontext()