Home
last modified time | relevance | path

Searched refs:PSTATE_KERNEL (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/sparc64/sparc64/
HDinterrupt.S192 wrpr %g0, PSTATE_KERNEL, %pstate
211 wrpr %g0, PSTATE_KERNEL, %pstate
HDswtch.S126 wrpr %g0, PSTATE_KERNEL, %pstate
HDexception.S2351 wrpr %g0, PSTATE_KERNEL, %pstate
2449 wrpr %g0, PSTATE_KERNEL, %pstate
2747 wrpr %g0, PSTATE_KERNEL, %pstate
2820 wrpr %g0, PSTATE_KERNEL, %pstate
2973 wrpr %g0, PSTATE_KERNEL, %pstate
HDmp_machdep.c459 wrpr(pstate, 0, PSTATE_KERNEL); in cpu_mp_bootstrap()
HDmachdep.c588 wrpr(pstate, 0, PSTATE_KERNEL); in sparc64_init()
/freebsd-11-stable/sys/sparc64/include/
HDpstate.h58 #define PSTATE_KERNEL (PSTATE_NORMAL | PSTATE_IE) macro