Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sparc/sparc/
Dlocore.s1209 wr t2, PSR_ET, %psr; /* turn on traps */ \
1818 wr %l0, PSR_ET, %psr ! (and reenable traps)
1887 wr %l0, PSR_ET, %psr ! (and reenable traps)
1902 wr %l0, PSR_ET, %psr ! (and reenable traps)
1920 wr %l0, PSR_ET, %psr
1978 wr %l0, PSR_ET, %psr ! reenable traps
2136 wr %l0, PSR_ET, %psr ! traps on again
2228 wr %l4, PSR_ET, %psr ! song and dance is necessary
2337 wr %g4, PSR_ET, %psr
2395 wr %l0, PSR_ET, %psr
[all …]
Dcache.c581 #define trapoff() do { setpsr(getpsr() & ~PSR_ET); } while(0)
582 #define trapon() do { setpsr(getpsr() | PSR_ET); } while(0)
Dpmap.c665 :: "r"(opsr), "n"(PSR_ET) : "memory"); in sp_tlb_flush()
/netbsd/src/external/gpl3/gdb/dist/sim/erc32/
Dexec.c71 #define PSR_ET 0x20 macro
1146 if (sregs->psr & PSR_ET) { in dispatch_instruction()
1162 sregs->psr = (sregs->psr & ~PSR_CWP) | new_cwp | PSR_ET; in dispatch_instruction()
1980 if ((sregs->psr & PSR_ET) == 0) in execute_trap()
1985 sregs->psr &= ~PSR_ET; in execute_trap()
2025 if ((ext_irl) && (sregs->psr & PSR_ET) && in check_interrupts()
/netbsd/src/sys/arch/sparc/include/
Dpsl.h70 #define PSR_ET 0x00000020 /* trap enable */ macro
/netbsd/src/sys/arch/sparc/stand/common/
Dsrt0.S101 wr %l0, PSR_ET, %psr
/netbsd/src/sys/arch/sparc64/include/
Dpsl.h70 #define PSR_ET 0x00000020 /* trap enable */ macro
/netbsd/src/sys/arch/sparc64/sparc64/
Dlocore.s3971 wr %l4, PSR_ET, %psr ! song and dance is necessary
4080 wr %g4, PSR_ET, %psr