Home
last modified time | relevance | path

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

/qemu/bsd-user/arm/
H A Dtarget_arch_signal.h31 #define TARGET_REG_R6 6 macro
H A Dsignal.c101 gr[TARGET_REG_R6] = tswap32(env->regs[6]); in get_mcontext()
182 env->regs[6] = tswap32(gr[TARGET_REG_R6]); in set_mcontext()