Home
last modified time | relevance | path

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

/qemu/bsd-user/arm/
H A Dsignal.c88 gr[TARGET_REG_CPSR] = tswap32(cpsr_read(env)); in get_mcontext()
91 gr[TARGET_REG_CPSR] &= ~CPSR_C; in get_mcontext()
147 cpsr = tswap32(gr[TARGET_REG_CPSR]); in set_mcontext()
H A Dtarget_arch_signal.h41 #define TARGET_REG_CPSR 16 macro