Home
last modified time | relevance | path

Searched refs:LPCR_VPM1 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dcpu_init.h69 (LPCR_VPM1 | LPCR_ISL | LPCR_KBV | LPCR_DPFD | \
H A Dmmu-hash64.c827 vpm = !!(env->spr[SPR_LPCR] & LPCR_VPM1); in ppc_hash64_set_isi()
847 vpm = !!(env->spr[SPR_LPCR] & LPCR_VPM1); in ppc_hash64_set_dsi()
H A Dcpu.h589 #define LPCR_VPM1 PPC_BIT(1) macro
H A Dcpu_init.c6226 pcc->lpcr_mask = LPCR_VPM0 | LPCR_VPM1 | LPCR_ISL | LPCR_DPFD | in POWERPC_FAMILY()
6397 pcc->lpcr_mask = LPCR_VPM0 | LPCR_VPM1 | LPCR_ISL | LPCR_KBV | in POWERPC_FAMILY()
/openbmc/qemu/hw/ppc/
H A Dspapr_cpu_core.c65 lpcr &= ~(LPCR_VPM1 | LPCR_ISL | LPCR_KBV | pcc->lpcr_pm); in spapr_reset_vcpu()