Home
last modified time | relevance | path

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

/qemu/bsd-user/arm/
H A Dtarget_arch_signal.h27 #define TARGET_REG_R2 2 macro
H A Dsignal.c97 gr[TARGET_REG_R2] = tswap32(env->regs[2]); in get_mcontext()
178 env->regs[2] = tswap32(gr[TARGET_REG_R2]); in set_mcontext()