Home
last modified time | relevance | path

Searched refs:SPR_HSRR1 (Results 1 – 5 of 5) sorted by relevance

/qemu/target/ppc/
H A Dexcp_helper.c1334 srr1 = SPR_HSRR1; in powerpc_excp_books()
1462 srr1 = SPR_HSRR1; in powerpc_excp_books()
1476 srr1 = SPR_HSRR1; in powerpc_excp_books()
1490 srr1 = SPR_HSRR1; in powerpc_excp_books()
H A Dtcg-excp_helper.c547 do_rfi(env, env->spr[SPR_HSRR0], env->spr[SPR_HSRR1]); in helper_hrfid()
H A Dcpu.h1844 #define SPR_HSRR1 (0x13B) macro
H A Dcpu_init.c5503 spr_register_hv(env, SPR_HSRR1, "HSRR1", in register_book3s_ids_sprs()
7693 env->spr[SPR_HSRR0], env->spr[SPR_HSRR1]); in ppc_cpu_dump_state()
/qemu/hw/ppc/
H A Dspapr_nested.c474 hsrr1 = env->spr[SPR_HSRR1]; in spapr_exit_nested_hv()
1631 vcpu->state.msr = env->spr[SPR_HSRR1] & env->msr_mask; in exit_nested_store_l2()