Home
last modified time | relevance | path

Searched refs:PSR_V8PLUS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dpsrcompat.h25 #define PSR_V8PLUS 0xff000000 /* fake impl/ver, meaning a 64bit CPU is present */ macro
35 PSR_V8PLUS); in tstate_to_psr()
41 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) in psr_to_tstate_icc()
/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c183 const uint32_t PSR_V8PLUS = 0xff000000u; in do_getpsr() local
191 PSR_V8PLUS); in do_getpsr()
/openbmc/linux/arch/sparc/kernel/
H A Dsignal32.c132 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) { in do_sigreturn32()
220 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) { in do_rt_sigreturn32()