Home
last modified time | relevance | path

Searched refs:PSTATE_IE (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
HDpstate.h33 #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))
HDtstate.h45 #define TSTATE_IE TSTATE_PSTATE(PSTATE_IE)
HDcpufunc.h219 wrpr(pstate, s & ~PSTATE_IE, 0); in intr_disable()
/freebsd-11-stable/stand/sparc64/loader/
HDmain.c379 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()
HDlocore.S33 wrpr %g0, PSTATE_PRIV | PSTATE_IE | PSTATE_PEF, %pstate
/freebsd-11-stable/sys/sparc64/sparc64/
HDsupport.S857 andn %l7, PSTATE_AM | PSTATE_IE, %l5
883 andn %l7, PSTATE_AM | PSTATE_IE, %l7
/freebsd-11-stable/sys/sparc64/pci/
HDschizo.c1032 KASSERT((rdpr(pstate) & PSTATE_IE) != 0, in schizo_dmamap_sync()