Home
last modified time | relevance | path

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

/qemu/bsd-user/arm/
H A Dtarget_arch_signal.h34 #define TARGET_REG_R9 9 macro
H A Dsignal.c104 gr[TARGET_REG_R9] = tswap32(env->regs[9]); in get_mcontext()
185 env->regs[9] = tswap32(gr[TARGET_REG_R9]); in set_mcontext()