Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dexcp_helper.c1731 bool hdice = !!(env->spr[SPR_LPCR] & LPCR_HDICE); in p7_next_unmasked_interrupt()
1821 bool hdice = !!(env->spr[SPR_LPCR] & LPCR_HDICE); in p8_next_unmasked_interrupt()
1953 bool hdice = !!(env->spr[SPR_LPCR] & LPCR_HDICE); in p9_next_unmasked_interrupt()
2054 bool hdice = !!(env->spr[SPR_LPCR] & LPCR_HDICE); in ppc_next_unmasked_interrupt()
H A Dcpu_init.c6079 LPCR_RMI | LPCR_HDICE; in POWERPC_FAMILY()
6198 LPCR_LPES0 | LPCR_LPES1 | LPCR_HDICE; in POWERPC_FAMILY()
6368 LPCR_MER | LPCR_TC | LPCR_LPES0 | LPCR_HDICE; in POWERPC_FAMILY()
6562 LPCR_HEIC | LPCR_LPES0 | LPCR_HVICE | LPCR_HDICE; in POWERPC_FAMILY()
6742 LPCR_HEIC | LPCR_LPES0 | LPCR_HVICE | LPCR_HDICE; in POWERPC_FAMILY()
H A Dcpu.h630 #define LPCR_HDICE PPC_BIT(63) macro
/qemu/hw/ppc/
H A Dspapr_nested.c407 lpcr |= LPCR_HR | LPCR_UPRT | LPCR_GTSE | LPCR_HVICE | LPCR_HDICE; in h_enter_nested()
1740 lpcr |= LPCR_HR | LPCR_UPRT | LPCR_GTSE | LPCR_HVICE | LPCR_HDICE; in nested_papr_load_l2()