Searched refs:PSR_ET (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/arch/sparc/kernel/ |
H A D | entry.S | 183 wr %l4, PSR_ET, %psr 200 wr %l0, PSR_ET, %psr 232 wr %g2, PSR_ET, %psr 239 wr %g2, PSR_ET, %psr ! keep ET up 251 wr %g2, PSR_ET, %psr 255 wr %l0, PSR_ET, %psr 289 wr %l4, PSR_ET, %psr 334 wr %l4, PSR_ET, %psr 352 wr %g2, PSR_ET, %psr 356 wr %l0, PSR_ET, %psr [all …]
|
H A D | trampoline_32.S | 71 wr %g1, PSR_ET, %psr ! traps on 132 wr %g1, PSR_ET, %psr ! traps on 188 wr %g1, PSR_ET, %psr ! traps on
|
H A D | rtrap_32.S | 96 wr %t_psr, PSR_ET, %psr 167 wr %t_psr, PSR_ET, %psr 219 wr %t_psr, PSR_ET, %psr
|
H A D | wuf.S | 188 wr %t_psr, PSR_ET, %psr ! enable traps
|
H A D | wof.S | 253 wr %t_psr, PSR_ET, %psr
|
H A D | head_32.S | 245 andn %g3, PSR_ET, %g2 660 wr %g3, PSR_ET, %psr
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | psr.h | 23 #define PSR_ET 0x00000020 /* enable traps field */ macro
|
H A D | psrcompat.h | 9 #define PSR_ET 0x00000020 /* enable traps field */ macro
|
/openbmc/linux/arch/sparc/mm/ |
H A D | swift.S | 61 andn %g1, PSR_ET, %g3 127 andn %g1, PSR_ET, %g3
|
/openbmc/qemu/target/sparc/ |
H A D | win_helper.c | 73 (env->psret ? PSR_ET : 0) | env->cwp; in cpu_get_psr() 102 env->psret = (val & PSR_ET) ? 1 : 0; in cpu_put_psr_raw()
|
H A D | cpu.h | 115 #define PSR_ET (1<<5) macro
|