Home
last modified time | relevance | path

Searched refs:LPCR_DEE (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.h623 #define LPCR_DEE PPC_BIT(50) /* Decrementer 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.c1891 (lpcr & LPCR_DEE)) { in p9_interrupt_powersave()