Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dcpu_init.h69 (LPCR_VPM1 | LPCR_ISL | LPCR_KBV | LPCR_DPFD | \
H A Dcpu.h591 #define LPCR_KBV PPC_BIT(3) macro
H A Dcpu_init.c6397 pcc->lpcr_mask = LPCR_VPM0 | LPCR_VPM1 | LPCR_ISL | LPCR_KBV | in POWERPC_FAMILY()
/qemu/hw/ppc/
H A Dspapr_cpu_core.c65 lpcr &= ~(LPCR_VPM1 | LPCR_ISL | LPCR_KBV | pcc->lpcr_pm); in spapr_reset_vcpu()