Home
last modified time | relevance | path

Searched refs:MSR_CM (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h36 #define MSR_CM __MASK(MSR_CM_LG) macro
39 #define MSR_64BIT MSR_CM
H A Dkvm_ppc.h1064 msr_64bit = MSR_CM; in kvmppc_get_ea_indexed()
/openbmc/qemu/linux-user/ppc/
H A Dcpu_loop.c386 int flag = (env->insns_flags2 & PPC2_BOOKE206) ? MSR_CM : MSR_SF; in target_cpu_copy_regs()
/openbmc/qemu/target/ppc/
H A Dcpu.h430 #define MSR_CM PPC_BIT_NR(32) /* Computation mode for BookE hflags */ macro
480 FIELD(MSR, CM, MSR_CM, 1)
2894 return msr & (1ULL << MSR_CM); in msr_is_64bit()
H A Dexcp_helper.c1202 new_msr |= (target_ulong)1 << MSR_CM; in powerpc_excp_booke()
H A Dcpu_init.c3193 pcc->msr_mask = (1ull << MSR_CM) | in POWERPC_FAMILY()
3242 pcc->msr_mask = (1ull << MSR_CM) | in POWERPC_FAMILY()
/openbmc/linux/arch/powerpc/kvm/
H A De500_mmu.c412 if (!(vcpu->arch.shared->msr & MSR_CM)) in kvmppc_e500_emul_tlbwe()
H A Dbooke.c548 new_msr |= MSR_CM; in kvmppc_booke_irqprio_deliver()