Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dmmu-book3s-v3.c28 uint64_t patb = cpu->env.spr[SPR_PTCR] & PTCR_PATB; in ppc64_v3_get_pate()
29 uint64_t pats = cpu->env.spr[SPR_PTCR] & PTCR_PATS; in ppc64_v3_get_pate()
H A Dmisc_helper.c175 if (env->spr[SPR_PTCR] != val) { in helper_store_ptcr()
199 env->spr[SPR_PTCR] = val; in helper_store_ptcr()
207 cenv->spr[SPR_PTCR] = val; in helper_store_ptcr()
H A Dcpu.h1899 #define SPR_PTCR (0x1D0) macro
H A Dcpu_init.c5840 spr_register_kvm_hv(env, SPR_PTCR, "PTCR", in register_power9_mmu_sprs()
7749 if (env->spr_cb[SPR_PTCR].name) { /* PTCR Exists */ in ppc_cpu_dump_state()
7750 qemu_fprintf(f, " PTCR " TARGET_FMT_lx " ", env->spr[SPR_PTCR]); in ppc_cpu_dump_state()