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 Dcpu.h622 #define LPCR_EEE PPC_BIT(49) /* External Exit Enable */ macro
H A Dcpu_init.c6530 pcc->lpcr_pm = LPCR_PDEE | LPCR_HDEE | LPCR_EEE | LPCR_DEE | LPCR_OEE; in POWERPC_FAMILY()
6628 pcc->lpcr_pm = LPCR_PDEE | LPCR_HDEE | LPCR_EEE | LPCR_DEE | LPCR_OEE; in POWERPC_FAMILY()
6688 pcc->lpcr_pm = LPCR_PDEE | LPCR_HDEE | LPCR_EEE | LPCR_DEE | LPCR_OEE; in POWERPC_FAMILY()
H A Dexcp_helper.c1882 (lpcr & LPCR_EEE)) { in p9_interrupt_powersave()