Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/include/uapi/asm/
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()
/linux-5.19.10/arch/sparc/kernel/
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()