Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/include/uapi/asm/
Dpsrcompat.h22 #define PSR_VERS 0x0f000000 /* cpu-version field */ macro
41 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) in psr_to_tstate_icc()
Dpsr.h36 #define PSR_VERS 0x0f000000 /* cpu-version field */ macro
/linux-6.1.9/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()