Home
last modified time | relevance | path

Searched refs:tstate_to_psr (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dpsrcompat.h28 static inline unsigned int tstate_to_psr(unsigned long tstate) in tstate_to_psr() function
/openbmc/linux/arch/sparc/kernel/
H A Dsignal32.c396 psr = tstate_to_psr(regs->tstate); in setup_frame32()
530 psr = tstate_to_psr(regs->tstate); in setup_rt_frame32()
H A Dptrace_64.c551 membuf_store(&to, (u32)tstate_to_psr(regs->tstate)); in genregs32_get()
786 membuf_store(&to, (u32)tstate_to_psr(regs->tstate)); in getregs_get()
H A Dtraps_64.c2809 regs->u_regs[UREG_I0] = tstate_to_psr(regs->tstate); in do_getpsr()