Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dcpu.c55 void ppc_store_vscr(CPUPPCState *env, uint32_t vscr) in ppc_store_vscr() function
H A Dgdbstub.c520 ppc_store_vscr(env, ldl_p(mem_buf)); in gdb_set_avr_reg()
H A Dmachine.c372 ppc_store_vscr(&cpu->env, qemu_get_be32(f)); in get_vscr()
H A Dcpu.h2986 void ppc_store_vscr(CPUPPCState *env, uint32_t vscr);
H A Dint_helper.c482 ppc_store_vscr(env, vscr); in SATCVT()
H A Dcpu_init.c61 ppc_store_vscr(env, val); in vscr_init()
/qemu/hw/ppc/
H A Dspapr_nested.c312 ppc_store_vscr(env, load->vscr); in nested_load_state()