Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sparc/include/uapi/asm/
Dpsrcompat.h23 #define PSR_IMPL 0xf0000000 /* cpu-implementation field */ macro
41 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) in psr_to_tstate_icc()
Dpsr.h37 #define PSR_IMPL 0xf0000000 /* cpu-implementation field */ macro
/Linux-v5.4/arch/sparc/kernel/
Dsignal32.c134 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) { in do_sigreturn32()
222 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) { in do_rt_sigreturn32()