Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/include/uapi/asm/
Dpsrcompat.h24 #define PSR_V8PLUS 0xff000000 /* fake impl/ver, meaning a 64bit CPU is present */ macro
34 PSR_V8PLUS); in tstate_to_psr()
40 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) in psr_to_tstate_icc()
/linux-4.1.27/arch/sparc/kernel/
Dsignal32.c185 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) { in do_sigreturn32()
269 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) { in do_rt_sigreturn32()