Home
last modified time | relevance | path

Searched refs:SPR_SDR1 (Results 1 – 10 of 10) sorted by relevance

/qemu/target/ppc/
H A Dmmu-book3s-v3.h101 base = cpu->env.spr[SPR_SDR1]; in ppc_hash64_hpt_base()
123 base = cpu->env.spr[SPR_SDR1]; in ppc_hash64_hpt_mask()
H A Dmmu-hash32.h65 return cpu->env.spr[SPR_SDR1] & SDR_32_HTABORG; in ppc_hash32_hpt_base()
70 return ((cpu->env.spr[SPR_SDR1] & SDR_32_HTABMASK) << 16) | 0xFFFF; in ppc_hash32_hpt_mask()
H A Dhelper_regs.c532 spr_register_hv(env, SPR_SDR1, "SDR1", in register_sdr1_sprs()
538 spr_register(env, SPR_SDR1, "SDR1", in register_sdr1_sprs()
H A Dmisc_helper.c155 if (env->spr[SPR_SDR1] != val) { in helper_store_sdr1()
H A Dmachine.c319 ppc_store_sdr1(env, env->spr[SPR_SDR1]); in cpu_post_load()
H A Dmmu_common.c62 env->spr[SPR_SDR1] = value; in ppc_store_sdr1()
H A Dcpu.h1712 #define SPR_SDR1 (0x019) macro
H A Dkvm.c872 sregs.u.s.sdr1 = env->spr[SPR_SDR1]; in kvmppc_put_books_sregs()
H A Dcpu_init.c7629 if (env->spr_cb[SPR_SDR1].name) { /* SDR1 Exists */ in ppc_cpu_dump_state()
7630 qemu_fprintf(f, " SDR1 " TARGET_FMT_lx " ", env->spr[SPR_SDR1]); in ppc_cpu_dump_state()
/qemu/hw/ppc/
H A Dpegasos2.c554 return POWERPC_CPU(current_cpu)->env.spr[SPR_SDR1]; in vhyp_encode_hpt_for_kvm_pr()