Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/ppc/
H A Dsignal.c361 ppc_store_msr(env, ((env->msr & ~(1ull << MSR_LE)) | in restore_user_regs()
362 (msr & (1ull << MSR_LE)))); in restore_user_regs()
469 ppc_store_msr(env, env->msr & ~(1ull << MSR_LE)); in setup_frame()
558 ppc_store_msr(env, env->msr & ~(1ull << MSR_LE)); in setup_rt_frame()
561 ppc_store_msr(env, env->msr | (1ull << MSR_LE)); in setup_rt_frame()
/openbmc/qemu/target/ppc/
H A Dcpu_init.h48 (1ull << MSR_LE))
H A Dcpu_init.c2510 (1ull << MSR_LE); in POWERPC_FAMILY()
2552 (1ull << MSR_LE); in POWERPC_FAMILY()
2651 (1ull << MSR_LE); in POWERPC_FAMILY()
3325 (1ull << MSR_LE);
3365 (1ull << MSR_LE);
3412 (1ull << MSR_LE); in POWERPC_FAMILY()
3467 (1ull << MSR_LE);
3513 (1ull << MSR_LE);
3570 (1ull << MSR_LE);
3636 (1ull << MSR_LE);
[all …]
H A Dhelper_regs.c140 QEMU_BUILD_BUG_ON(MSR_LE != HFLAGS_LE); in hreg_compute_hflags_value()
144 msr_mask = ((1 << MSR_LE) | (1 << MSR_PR) | in hreg_compute_hflags_value()
H A Dexcp_helper.c651 new_msr |= (target_ulong)1 << MSR_LE; in powerpc_excp_6xx()
801 new_msr |= (target_ulong)1 << MSR_LE; in powerpc_excp_7xx()
945 new_msr |= (target_ulong)1 << MSR_LE; in powerpc_excp_74xx()
1523 new_msr |= (target_ulong)1 << MSR_LE; in powerpc_excp_books()
2459 msr |= (1ULL << MSR_LE); in ppc_cpu_do_fwnmi_machine_check()
H A Dtcg-excp_helper.c419 return !!(env->msr & ((target_ulong)1 << MSR_LE)); in insn_need_byteswap()
H A Dcpu.h469 #define MSR_LE PPC_BIT_NR(63) /* Little-endian mode 1 hflags */ macro
519 FIELD(MSR, LE, MSR_LE, 1)
H A Dtranslate.c4229 mask = ~((1ULL << MSR_LE) | (1ULL << MSR_ME) | (1ULL << MSR_S) | in gen_mtmsrd()
4268 mask &= ~((1ULL << MSR_LE) | (1ULL << MSR_ME) | (1ULL << MSR_S)); in gen_mtmsr()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h47 #define MSR_LE (1<<0) /* Little Endian */ macro