Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dcpu_init.h69 (LPCR_VPM1 | LPCR_ISL | LPCR_KBV | LPCR_DPFD | \
H A Dmmu-hash64.c723 if (env->spr[SPR_LPCR] & LPCR_ISL) { in ppc_hash64_htab_lookup()
H A Dcpu.h590 #define LPCR_ISL PPC_BIT(2) 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()
/qemu/hw/ppc/
H A Dspapr_cpu_core.c65 lpcr &= ~(LPCR_VPM1 | LPCR_ISL | LPCR_KBV | pcc->lpcr_pm); in spapr_reset_vcpu()