Searched refs:PSTATE_KERNEL (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/sparc64/sparc64/ |
| HD | interrupt.S | 192 wrpr %g0, PSTATE_KERNEL, %pstate 211 wrpr %g0, PSTATE_KERNEL, %pstate
|
| HD | swtch.S | 126 wrpr %g0, PSTATE_KERNEL, %pstate
|
| HD | exception.S | 2351 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
|
| HD | mp_machdep.c | 459 wrpr(pstate, 0, PSTATE_KERNEL); in cpu_mp_bootstrap()
|
| HD | machdep.c | 588 wrpr(pstate, 0, PSTATE_KERNEL); in sparc64_init()
|
| /freebsd-11-stable/sys/sparc64/include/ |
| HD | pstate.h | 58 #define PSTATE_KERNEL (PSTATE_NORMAL | PSTATE_IE) macro
|