Searched refs:PSR_ET (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | locore.s | 1209 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 …]
|
H A D | cache.c | 581 #define trapoff() do { setpsr(getpsr() & ~PSR_ET); } while(0) 582 #define trapon() do { setpsr(getpsr() | PSR_ET); } while(0)
|
H A D | pmap.c | 665 :: "r"(opsr), "n"(PSR_ET) : "memory"); in sp_tlb_flush()
|
/netbsd-src/sys/arch/sparc/include/ |
H A D | psl.h | 70 #define PSR_ET 0x00000020 /* trap enable */ macro
|
/netbsd-src/sys/arch/sparc/stand/common/ |
H A D | srt0.S | 101 wr %l0, PSR_ET, %psr
|
/netbsd-src/sys/arch/sparc64/include/ |
H A D | psl.h | 70 #define PSR_ET 0x00000020 /* trap enable */ macro
|
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | locore.s | 3971 wr %l4, PSR_ET, %psr ! song and dance is necessary 4080 wr %g4, PSR_ET, %psr
|