Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-sparc64/
Dpsrcompat.h22 #define PSR_IMPL 0xf0000000 /* cpu-implementation field */ macro
39 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) in psr_to_tstate_icc()
/linux-2.4.37.9/include/asm-sparc/
Dpsr.h35 #define PSR_IMPL 0xf0000000 /* cpu-implementation field */ macro
/linux-2.4.37.9/arch/sparc64/kernel/
Dsignal32.c302 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) { in do_new_sigreturn32()
446 if ((psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS) { in do_rt_sigreturn32()