HomeSort by: relevance | last modified time | path
    Searched refs:PSR_ET (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/sparc/stand/common/
srt0.S 101 wr %l0, PSR_ET, %psr
  /src/sys/arch/sparc/include/
psl.h 70 #define PSR_ET 0x00000020 /* trap enable */
  /src/sys/arch/sparc/sparc/
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
2327 * new ipl before noticing that PSR_ET has been turned off. We are on
2337 wr %g4, PSR_ET, %ps
    [all...]
cache.c 581 #define trapoff() do { setpsr(getpsr() & ~PSR_ET); } while(0)
582 #define trapon() do { setpsr(getpsr() | PSR_ET); } while(0)
pmap.c 656 * Like setpsr((opsr = getpsr()) & ~PSR_ET); but we can shave
663 opsr = getpsr(); /* KDASSERT(opsr & PSR_ET); */
665 :: "r"(opsr), "n"(PSR_ET) : "memory");
  /src/sys/arch/sparc64/include/
psl.h 70 #define PSR_ET 0x00000020 /* trap enable */
  /src/sys/arch/sparc64/sparc64/
locore.s 3971 wr %l4, PSR_ET, %psr ! song and dance is necessary
4070 * new ipl before noticing that PSR_ET has been turned off. We are on
4080 wr %g4, PSR_ET, %psr

Completed in 27 milliseconds