Home
last modified time | relevance | path

Searched refs:SRR1_WS_NOLOSS (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()
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.h799 #define SRR1_WS_NOLOSS 0x00010000 /* All resources maintained */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h694 #define SRR1_WS_NOLOSS 0x00010000 /* All resources maintained */ macro
H A Dexcp_helper.c199 *msr |= SRR1_WS_NOLOSS; in powerpc_reset_wakeup()