Home
last modified time | relevance | path

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

/qemu/bsd-user/arm/
H A Dtarget_arch_signal.h30 #define TARGET_REG_R5 5 macro
H A Dsignal.c100 gr[TARGET_REG_R5] = tswap32(env->regs[5]); in get_mcontext()
181 env->regs[5] = tswap32(gr[TARGET_REG_R5]); in set_mcontext()