Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Ducontext.h61 #define _REG_CPSR 16 macro
/f-stack/freebsd/arm/arm/
H A Dmachdep.c433 gr[_REG_CPSR] = tf->tf_spsr & ~PSR_C; in get_mcontext()
436 gr[_REG_CPSR] = tf->tf_spsr; in get_mcontext()
479 spsr = gr[_REG_CPSR]; in set_mcontext()
519 tf->tf_spsr = gr[_REG_CPSR]; in set_mcontext()