Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dsmp.c245 } else if ((srr1 & wmask) == SRR1_WAKEHDBELL) { in pnv_cpu_offline_self()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h795 #define SRR1_WAKEHDBELL 0x000c0000 /* Hypervisor doorbell on P8 */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h685 #define SRR1_WAKEHDBELL 0x000c0000 /* Hypervisor doorbell */ macro
H A Dexcp_helper.c219 *msr |= SRR1_WAKEHDBELL; in powerpc_reset_wakeup()