Home
last modified time | relevance | path

Searched refs:PSR_V8PLUS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H A Dpsrcompat.h25 #define PSR_V8PLUS 0xff000000 /* fake impl/ver, meaning a 64bit CPU is present */ macro
26 #define PSR_XCC 0x000f0000 /* if PSR_V8PLUS, this is %xcc */
35 PSR_V8PLUS); in tstate_to_psr()
41 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) in psr_to_tstate_icc()
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H A Dpsrcompat.h25 #define PSR_V8PLUS 0xff000000 /* fake impl/ver, meaning a 64bit CPU is present */ macro
26 #define PSR_XCC 0x000f0000 /* if PSR_V8PLUS, this is %xcc */
35 PSR_V8PLUS); in tstate_to_psr()
41 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) in psr_to_tstate_icc()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsignal32.c53 /* Only valid if (info.si_regs.psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS */
67 /* Only valid if (regs.psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS */
133 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) { in do_sigreturn32()
221 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) { in do_rt_sigreturn32()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsignal32.c52 /* Only valid if (info.si_regs.psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS */
66 /* Only valid if (regs.psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS */
132 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) { in do_sigreturn32()
220 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) { in do_rt_sigreturn32()

Completed in 3 milliseconds