Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu_init.h72 (LPCR_PECE_L_MASK & (LPCR_PDEE | LPCR_HDEE | LPCR_EEE | LPCR_DEE | \
H A Dexcp_helper.c1813 (lpcr & LPCR_EEE)) { in p9_interrupt_powersave()
H A Dcpu.h624 #define LPCR_EEE PPC_BIT(49) /* External Exit Enable */ macro
H A Dcpu_init.c6569 pcc->lpcr_pm = LPCR_PDEE | LPCR_HDEE | LPCR_EEE | LPCR_DEE | LPCR_OEE; in POWERPC_FAMILY()
6668 pcc->lpcr_pm = LPCR_PDEE | LPCR_HDEE | LPCR_EEE | LPCR_DEE | LPCR_OEE; in POWERPC_FAMILY()
6728 pcc->lpcr_pm = LPCR_PDEE | LPCR_HDEE | LPCR_EEE | LPCR_DEE | LPCR_OEE; in POWERPC_FAMILY()