Home
last modified time | relevance | path

Searched refs:PSR_ET (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dentry.S183 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 Dtrampoline_32.S71 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 Drtrap_32.S96 wr %t_psr, PSR_ET, %psr
167 wr %t_psr, PSR_ET, %psr
219 wr %t_psr, PSR_ET, %psr
H A Dwuf.S188 wr %t_psr, PSR_ET, %psr ! enable traps
H A Dwof.S253 wr %t_psr, PSR_ET, %psr
H A Dhead_32.S245 andn %g3, PSR_ET, %g2
660 wr %g3, PSR_ET, %psr
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dpsr.h23 #define PSR_ET 0x00000020 /* enable traps field */ macro
H A Dpsrcompat.h9 #define PSR_ET 0x00000020 /* enable traps field */ macro
/openbmc/linux/arch/sparc/mm/
H A Dswift.S61 andn %g1, PSR_ET, %g3
127 andn %g1, PSR_ET, %g3
/openbmc/qemu/target/sparc/
H A Dwin_helper.c73 (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 Dcpu.h115 #define PSR_ET (1<<5) macro