Home
last modified time | relevance | path

Searched refs:LPCR_HEIC (Results 1 – 3 of 3) sorted by relevance

/qemu/target/ppc/
H A Dexcp_helper.c1741 bool heic = !!(env->spr[SPR_LPCR] & LPCR_HEIC); in p7_next_unmasked_interrupt()
1831 bool heic = !!(env->spr[SPR_LPCR] & LPCR_HEIC); in p8_next_unmasked_interrupt()
1879 bool heic = !!(env->spr[SPR_LPCR] & LPCR_HEIC); in p9_interrupt_powersave()
1972 bool heic = !!(env->spr[SPR_LPCR] & LPCR_HEIC); in p9_next_unmasked_interrupt()
2073 bool heic = !!(env->spr[SPR_LPCR] & LPCR_HEIC); in ppc_next_unmasked_interrupt()
H A Dcpu.h625 #define LPCR_HEIC PPC_BIT(59) /* HV Extern Interrupt Control */ macro
H A Dcpu_init.c6562 LPCR_HEIC | LPCR_LPES0 | LPCR_HVICE | LPCR_HDICE; in POWERPC_FAMILY()
6742 LPCR_HEIC | LPCR_LPES0 | LPCR_HVICE | LPCR_HDICE; in POWERPC_FAMILY()