Home
last modified time | relevance | path

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

/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()
/qemu/target/ppc/
H A Dexcp_helper.c1934 bool hvice = !!(env->spr[SPR_LPCR] & LPCR_HVICE); in p9_next_unmasked_interrupt()
2035 bool hvice = !!(env->spr[SPR_LPCR] & LPCR_HVICE); in ppc_next_unmasked_interrupt()
H A Dcpu.h622 #define LPCR_HVICE PPC_BIT(62) /* HV Virtualisation Int Enable */ macro
H A Dcpu_init.c6460 LPCR_HEIC | LPCR_LPES0 | LPCR_HVICE | LPCR_HDICE; in POWERPC_FAMILY()
6635 LPCR_HEIC | LPCR_LPES0 | LPCR_HVICE | LPCR_HDICE; in POWERPC_FAMILY()