Home
last modified time | relevance | path

Searched refs:SPR_PTCR (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmmu-book3s-v3.c27 uint64_t patb = cpu->env.spr[SPR_PTCR] & PTCR_PATB; in ppc64_v3_get_pate()
28 uint64_t pats = cpu->env.spr[SPR_PTCR] & PTCR_PATS; in ppc64_v3_get_pate()
H A Dmisc_helper.c174 if (env->spr[SPR_PTCR] != val) { in helper_store_ptcr()
198 env->spr[SPR_PTCR] = val; in helper_store_ptcr()
206 cenv->spr[SPR_PTCR] = val; in helper_store_ptcr()
H A Dcpu.h1889 #define SPR_PTCR (0x1D0) macro
H A Dcpu_init.c5842 spr_register_kvm_hv(env, SPR_PTCR, "PTCR", in register_power9_mmu_sprs()
7753 if (env->spr_cb[SPR_PTCR].name) { /* PTCR Exists */ in ppc_cpu_dump_state()
7754 qemu_fprintf(f, " PTCR " TARGET_FMT_lx " ", env->spr[SPR_PTCR]); in ppc_cpu_dump_state()