Searched refs:PSTATE_IE (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/sys/sparc64/include/ |
| HD | pstate.h | 33 #define PSTATE_IE (1<<1) macro 58 #define PSTATE_KERNEL (PSTATE_NORMAL | PSTATE_IE) 61 (((pstate) & ~(PSTATE_AM|PSTATE_MM_MASK)) == (PSTATE_IE|PSTATE_PEF))
|
| HD | tstate.h | 45 #define TSTATE_IE TSTATE_PSTATE(PSTATE_IE)
|
| HD | cpufunc.h | 219 wrpr(pstate, s & ~PSTATE_IE, 0); in intr_disable()
|
| /freebsd-11-stable/stand/sparc64/loader/ |
| HD | main.c | 379 wrpr(pstate, pstate & ~PSTATE_IE, 0); in dtlb_get_data_sun4u() 397 wrpr(pstate, pstate & ~PSTATE_IE, 0); in itlb_get_data_sun4u() 411 wrpr(pstate, pstate & ~PSTATE_IE, 0); in dtlb_va_to_pa_sun4u() 436 wrpr(pstate, pstate & ~PSTATE_IE, 0); in itlb_va_to_pa_sun4u() 484 wrpr(pstate, pstate & ~PSTATE_IE, 0); in itlb_relocate_locked0_sun4u() 964 wrpr(pstate, pstate & ~PSTATE_IE, 0); in pmap_print_tlb_sun4u() 975 wrpr(pstate, pstate & ~PSTATE_IE, 0); in pmap_print_tlb_sun4u()
|
| HD | locore.S | 33 wrpr %g0, PSTATE_PRIV | PSTATE_IE | PSTATE_PEF, %pstate
|
| /freebsd-11-stable/sys/sparc64/sparc64/ |
| HD | support.S | 857 andn %l7, PSTATE_AM | PSTATE_IE, %l5 883 andn %l7, PSTATE_AM | PSTATE_IE, %l7
|
| /freebsd-11-stable/sys/sparc64/pci/ |
| HD | schizo.c | 1032 KASSERT((rdpr(pstate) & PSTATE_IE) != 0, in schizo_dmamap_sync()
|