Searched refs:SPR_LPCR (Results 1 – 15 of 15) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | excp_helper.c | 1688 (env->spr[SPR_LPCR] & LPCR_P7_PECE0)) { in p7_interrupt_powersave() 1692 (env->spr[SPR_LPCR] & LPCR_P7_PECE1)) { in p7_interrupt_powersave() 1696 (env->spr[SPR_LPCR] & LPCR_P7_PECE2)) { in p7_interrupt_powersave() 1700 (env->spr[SPR_LPCR] & LPCR_P7_PECE2)) { in p7_interrupt_powersave() 1770 (env->spr[SPR_LPCR] & LPCR_P8_PECE2)) { in p8_interrupt_powersave() 1878 (env->spr[SPR_LPCR] & LPCR_EEE)) { in p9_interrupt_powersave() 1887 (env->spr[SPR_LPCR] & LPCR_DEE)) { in p9_interrupt_powersave() 1891 if (env->spr[SPR_LPCR] & LPCR_OEE) { in p9_interrupt_powersave() 1901 (env->spr[SPR_LPCR] & LPCR_PDEE)) { in p9_interrupt_powersave() 1906 (env->spr[SPR_LPCR] & LPCR_HDEE)) { in p9_interrupt_powersave() [all …]
|
H A D | mmu-book3s-v3.h | 67 return !!(cpu->env.spr[SPR_LPCR] & LPCR_UPRT); in ppc64_use_proc_tbl() 80 return !!(cpu->env.spr[SPR_LPCR] & LPCR_HR); in ppc64_v3_radix()
|
H A D | mmu-hash64.c | 723 if (env->spr[SPR_LPCR] & LPCR_ISL) { in ppc_hash64_htab_lookup() 816 return !!(env->spr[SPR_LPCR] & LPCR_VPM0); in ppc_hash64_use_vrma() 827 vpm = !!(env->spr[SPR_LPCR] & LPCR_VPM1); in ppc_hash64_set_isi() 847 vpm = !!(env->spr[SPR_LPCR] & LPCR_VPM1); in ppc_hash64_set_dsi() 915 target_ulong rmls = (env->spr[SPR_LPCR] & LPCR_RMLS) >> LPCR_RMLS_SHIFT; in rmls_limit() 946 uint64_t lpcr = env->spr[SPR_LPCR]; in get_vrma_llp()
|
H A D | cpu.c | 100 env->spr[SPR_LPCR] = val & pcc->lpcr_mask; in ppc_store_lpcr()
|
H A D | helper_regs.c | 180 if (env->spr[SPR_LPCR] & LPCR_GTSE) { in hreg_compute_hflags_value() 183 if (env->spr[SPR_LPCR] & LPCR_HR) { in hreg_compute_hflags_value()
|
H A D | mmu-radix64.c | 717 TARGET_FMT_lx "\n", env->spr[SPR_LPCR]); in ppc_radix64_xlate_impl()
|
H A D | cpu.h | 1844 #define SPR_LPCR (0x13E) macro 3004 ile = !!(env->spr[SPR_LPCR] & LPCR_ILE); in ppc_interrupts_little_endian()
|
H A D | mmu_helper.c | 441 effR = FIELD_EX64(env->msr, MSR, HV) ? r : env->spr[SPR_LPCR] & LPCR_HR; in helper_tlbie_isa300()
|
H A D | cpu_init.c | 5423 spr_register_kvm_hv(env, SPR_LPCR, "LPCR", in register_power5p_lpar_sprs() 7736 if (env->spr_cb[SPR_LPCR].name) { in ppc_cpu_dump_state() 7737 qemu_fprintf(f, " LPCR " TARGET_FMT_lx "\n", env->spr[SPR_LPCR]); in ppc_cpu_dump_state()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_rtas.c | 166 caller_lpcr = callcpu->env.spr[SPR_LPCR]; in rtas_start_cpu() 167 lpcr = env->spr[SPR_LPCR]; in rtas_start_cpu() 219 ppc_store_lpcr(cpu, env->spr[SPR_LPCR] & ~pcc->lpcr_pm); in rtas_stop_self()
|
H A D | spapr_cpu_core.c | 51 lpcr = env->spr[SPR_LPCR]; in spapr_reset_vcpu() 100 ppc_store_lpcr(cpu, env->spr[SPR_LPCR] | pcc->lpcr_pm); in spapr_cpu_set_entry_state()
|
H A D | spapr_nested.c | 152 save->lpcr = env->spr[SPR_LPCR]; in nested_save_state() 251 env->spr[SPR_LPCR] = load->lpcr; in nested_load_state() 406 lpcr = (env->spr[SPR_LPCR] & ~lpcr_mask) | (hv_state.lpcr & lpcr_mask); in h_enter_nested() 1738 lpcr = (env->spr[SPR_LPCR] & ~lpcr_mask) | in nested_papr_load_l2() 1742 env->spr[SPR_LPCR] = lpcr & pcc->lpcr_mask; in nested_papr_load_l2()
|
H A D | ppc.c | 754 if (env->spr[SPR_LPCR] & LPCR_LD) { in _cpu_ppc_load_decr() 918 if (env->spr[SPR_LPCR] & LPCR_LD) { in cpu_ppc_store_decr()
|
H A D | spapr_caps.c | 575 target_ulong lpcr = env->spr[SPR_LPCR]; in cap_large_decr_cpu_apply()
|
H A D | spapr.c | 1404 lpcr = env->spr[SPR_LPCR]; in do_lpcr_sync() 1431 lpcr = env->spr[SPR_LPCR]; in spapr_init_all_lpcrs() 1928 bool gtse = !!(cpu->env.spr[SPR_LPCR] & LPCR_GTSE); in spapr_post_load()
|