Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu.c137 uint32_t dawrx = env->spr[SPR_DAWRX0]; in ppc_update_daw0()
188 env->spr[SPR_DAWRX0] = val; in ppc_store_dawrx0()
H A Dcpu.h1782 #define SPR_DAWRX0 (0x0BC) macro
H A Dexcp_helper.c3261 uint32_t dawrx = env->spr[SPR_DAWRX0]; in ppc_cpu_debug_check_watchpoint()
H A Dcpu_init.c5162 spr_register_kvm_hv(env, SPR_DAWRX0, "DAWRX0", in register_book3s_207_dbg_sprs()
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c169 save->dawrx0 = env->spr[SPR_DAWRX0]; in nested_save_state()
268 env->spr[SPR_DAWRX0] = load->dawrx0; in nested_load_state()