Home
last modified time | relevance | path

Searched refs:MSR_LE (Results 1 – 15 of 15) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_tm_builtin.c82 newmsr = (newmsr & ~MSR_LE) | (msr & MSR_LE); in kvmhv_p9_tm_emulation_early()
H A Dbook3s_hv_tm.c126 newmsr = (newmsr & ~MSR_LE) | (msr & MSR_LE); in kvmhv_p9_tm_emulation()
H A Dbook3s_emulate.c247 if ((kvmppc_get_msr(vcpu) & MSR_LE) && in kvmppc_core_emulate_op_pr()
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-trap.c48 #define MSR_LE 1UL macro
67 thread_endianness = MSR_LE & ucp->uc_mcontext.gp_regs[PT_MSR]; in trap_signal_handler()
/linux/arch/powerpc/kernel/
H A Dsignal_32.c491 regs_set_return_msr(regs, (regs->msr & ~MSR_LE) | (msr & MSR_LE)); in restore_user_regs()
596 regs_set_return_msr(regs, (regs->msr & ~MSR_LE) | (msr & MSR_LE)); in restore_tm_user_regs()
819 regs_set_return_msr(regs, (regs->msr & ~MSR_LE) | (MSR_KERNEL & MSR_LE)); in handle_rt_signal32()
907 regs_set_return_msr(regs, (regs->msr & ~MSR_LE) | (MSR_KERNEL & MSR_LE)); in handle_signal32()
H A Dsignal_64.c362 regs_set_return_msr(regs, (regs->msr & ~MSR_LE) | (msr & MSR_LE)); in __unsafe_restore_sigcontext()
479 regs_set_return_msr(regs, (regs->msr & ~MSR_LE) | (msr & MSR_LE)); in restore_tm_sigcontexts()
955 regs_set_return_msr(regs, (regs->msr & ~MSR_LE) | (MSR_KERNEL & MSR_LE)); in handle_rt_signal64()
H A Dprom_entry_64.S58 LOAD_REG_IMMEDIATE(r12, MSR_SF | MSR_LE)
H A Dalign.c314 if ((regs->msr & MSR_LE) != (MSR_KERNEL & MSR_LE)) { in fix_alignment()
H A Dsyscalls.c116 current->thread.regs->msr ^ MSR_LE); in SYSCALL_DEFINE0()
H A Dtraps.c919 swap = (msr & MSR_LE) != (MSR_KERNEL & MSR_LE); in p9_hmi_special_emu()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-wrappers.S27 li r0,MSR_IR|MSR_DR|MSR_LE
/linux/arch/powerpc/boot/
H A Dppc_asm.h63 #define MSR_LE 0x0000000000000001 macro
H A Dopal-calls.S43 li r11,MSR_LE
/linux/arch/powerpc/include/asm/
H A Dreg.h113 #define MSR_LE __MASK(MSR_LE_LG) /* Little Endian */ macro
139 #define MSR_ (__MSR | MSR_LE)
140 #define MSR_IDLE (MSR_ME | MSR_SF | MSR_HV | MSR_LE)
/linux/arch/powerpc/platforms/pseries/
H A Dras.c496 (MSR_LE|MSR_RI|MSR_DR|MSR_IR|MSR_ME|MSR_PR| in pSeries_system_reset_exception()