Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dgdbstub.c596 gdb_get_reg64(buf, *cpu_vsrl_ptr(env, n)); in gdb_get_vsx_reg()
610 *cpu_vsrl_ptr(env, n) = ldq_p(mem_buf); in gdb_set_vsx_reg()
H A Darch_dump.c193 uint64_t *vsrl = cpu_vsrl_ptr(&cpu->env, i); in ppc_write_elf_vsxregset()
H A Dkvm.c643 uint64_t *vsrl = cpu_vsrl_ptr(env, i); in kvm_put_fp()
711 uint64_t *vsrl = cpu_vsrl_ptr(env, i); in kvm_get_fp()
H A Dcpu.h2932 static inline uint64_t *cpu_vsrl_ptr(CPUPPCState *env, int i) in cpu_vsrl_ptr() function
/qemu/linux-user/ppc/
H A Dsignal.c290 uint64_t *vsrl = cpu_vsrl_ptr(env, i); in save_user_regs()
397 uint64_t *vsrl = cpu_vsrl_ptr(env, i); in restore_user_regs()