Home
last modified time | relevance | path

Searched refs:SRR1_WAKESTATE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Didle.c393 if ((srr1 & SRR1_WAKESTATE) != SRR1_WS_NOLOSS) { in power7_idle_insn()
408 if (likely((srr1 & SRR1_WAKESTATE) != SRR1_WS_HVLOSS)) { in power7_idle_insn()
636 BUG_ON((srr1 & SRR1_WAKESTATE) != SRR1_WS_NOLOSS); in power9_idle_stop()
704 if ((srr1 & SRR1_WAKESTATE) != SRR1_WS_NOLOSS) { in power9_idle_stop()
919 BUG_ON((srr1 & SRR1_WAKESTATE) != SRR1_WS_NOLOSS); in power10_idle_stop()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h796 #define SRR1_WAKESTATE 0x00030000 /* Powersave exit mask [46:47] */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h690 #define SRR1_WAKESTATE 0x00030000 /* Powersave exit mask */ macro
/openbmc/qemu/hw/ppc/
H A Dpnv.c2791 if (env->spr[SPR_SRR1] & SRR1_WAKESTATE) { in pnv_cpu_do_nmi_on_cpu()