Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu.c111 target_ulong ciabr = env->spr[SPR_CIABR]; in ppc_update_ciabr()
129 env->spr[SPR_CIABR] = val; in ppc_store_ciabr()
H A Dcpu.h1781 #define SPR_CIABR (0x0BB) macro
H A Dexcp_helper.c3235 priv = env->spr[SPR_CIABR] & PPC_BITMASK(62, 63); in ppc_cpu_debug_check_breakpoint()
H A Dcpu_init.c5167 spr_register_kvm_hv(env, SPR_CIABR, "CIABR", in register_book3s_207_dbg_sprs()
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c170 save->ciabr = env->spr[SPR_CIABR]; in nested_save_state()
269 env->spr[SPR_CIABR] = load->ciabr; in nested_load_state()