Home
last modified time | relevance | path

Searched refs:cfar (Results 1 – 7 of 7) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_nested.c145 save->cfar = env->cfar; in nested_save_state()
244 env->cfar = load->cfar; in nested_load_state()
402 l2_state.cfar = hv_state.cfar; in h_enter_nested()
503 hvstate->cfar = l2_state.cfar; in spapr_exit_nested_hv()
914 GUEST_STATE_ELEMENT_ENV_DW(GSB_VCPU_SPR_CFAR, cfar),
/qemu/include/hw/ppc/
H A Dspapr_nested.h437 uint64_t cfar; member
473 uint64_t cfar; member
/qemu/target/ppc/
H A Dgdbstub.c385 val = env->cfar; in gdb_get_spr_reg()
429 env->cfar = val; in gdb_set_spr_reg()
H A Dmachine.c130 env->spr[SPR_CFAR] = env->cfar; in cpu_pre_save()
239 env->cfar = env->spr[SPR_CFAR]; in cpu_post_load()
H A Dcpu.h1229 target_ulong cfar; member
H A Dtranslate.c128 offsetof(CPUPPCState, cfar), "cfar"); in ppc_translate_init()
H A Dcpu_init.c7745 qemu_fprintf(f, " CFAR " TARGET_FMT_lx"\n", env->cfar); in ppc_cpu_dump_state()