Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu_init.h73 LPCR_OEE)) | LPCR_MER | LPCR_GTSE | LPCR_TC | \
H A Dcpu.h624 #define LPCR_OEE PPC_BIT(51) /* Other 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.c1895 if (lpcr & LPCR_OEE) { in p9_interrupt_powersave()