Home
last modified time | relevance | path

Searched refs:MSR_SPE (Results 1 – 3 of 3) sorted by relevance

/qemu/target/ppc/
H A Dhelper_regs.c129 if ((ppc_flags & POWERPC_FLAG_SPE) && (msr & (1 << MSR_SPE))) { in hreg_compute_hflags_value()
H A Dcpu.h434 #define MSR_SPE PPC_BIT_NR(38) /* SPE enable for BookE x hflags */ macro
484 FIELD(MSR, SPE, MSR_SPE, 1)
H A Dcpu_init.c2762 (1ull << MSR_SPE) | in POWERPC_FAMILY()
3040 (1ull << MSR_SPE) | in POWERPC_FAMILY()
3083 (1ull << MSR_SPE) | in POWERPC_FAMILY()
7167 msr |= (target_ulong)1 << MSR_SPE; /* Allow SPE usage */ in ppc_cpu_reset_hold()