Home
last modified time | relevance | path

Searched refs:gdb_register_coprocessor (Results 1 – 25 of 68) sorted by relevance

123

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/riscv/
H A Dgdbstub.c195 gdb_register_coprocessor(cs, riscv_gdb_get_fpu, riscv_gdb_set_fpu, in riscv_cpu_register_gdb_regs_for_features()
198 gdb_register_coprocessor(cs, riscv_gdb_get_fpu, riscv_gdb_set_fpu, in riscv_cpu_register_gdb_regs_for_features()
202 gdb_register_coprocessor(cs, riscv_gdb_get_virtual, riscv_gdb_set_virtual, in riscv_cpu_register_gdb_regs_for_features()
205 gdb_register_coprocessor(cs, riscv_gdb_get_virtual, riscv_gdb_set_virtual, in riscv_cpu_register_gdb_regs_for_features()
209 gdb_register_coprocessor(cs, riscv_gdb_get_csr, riscv_gdb_set_csr, in riscv_cpu_register_gdb_regs_for_features()
/dports/emulators/qemu/qemu-6.2.0/target/riscv/
H A Dgdbstub.c195 gdb_register_coprocessor(cs, riscv_gdb_get_fpu, riscv_gdb_set_fpu, in riscv_cpu_register_gdb_regs_for_features()
198 gdb_register_coprocessor(cs, riscv_gdb_get_fpu, riscv_gdb_set_fpu, in riscv_cpu_register_gdb_regs_for_features()
202 gdb_register_coprocessor(cs, riscv_gdb_get_virtual, riscv_gdb_set_virtual, in riscv_cpu_register_gdb_regs_for_features()
205 gdb_register_coprocessor(cs, riscv_gdb_get_virtual, riscv_gdb_set_virtual, in riscv_cpu_register_gdb_regs_for_features()
209 gdb_register_coprocessor(cs, riscv_gdb_get_csr, riscv_gdb_set_csr, in riscv_cpu_register_gdb_regs_for_features()
/dports/emulators/qemu60/qemu-6.0.0/target/riscv/
H A Dgdbstub.c195 gdb_register_coprocessor(cs, riscv_gdb_get_fpu, riscv_gdb_set_fpu, in riscv_cpu_register_gdb_regs_for_features()
198 gdb_register_coprocessor(cs, riscv_gdb_get_fpu, riscv_gdb_set_fpu, in riscv_cpu_register_gdb_regs_for_features()
202 gdb_register_coprocessor(cs, riscv_gdb_get_virtual, riscv_gdb_set_virtual, in riscv_cpu_register_gdb_regs_for_features()
205 gdb_register_coprocessor(cs, riscv_gdb_get_virtual, riscv_gdb_set_virtual, in riscv_cpu_register_gdb_regs_for_features()
209 gdb_register_coprocessor(cs, riscv_gdb_get_csr, riscv_gdb_set_csr, in riscv_cpu_register_gdb_regs_for_features()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/mips/
H A Dcpu.c165 gdb_register_coprocessor(cs, NULL, NULL, 0, "mips64-cp0.xml", 0); in mips_cpu_realizefn()
166 gdb_register_coprocessor(cs, NULL, NULL, 0, "mips64-fpu.xml", 0); in mips_cpu_realizefn()
167 gdb_register_coprocessor(cs, mips_gdb_get_sys_reg, mips_gdb_set_sys_reg, in mips_cpu_realizefn()
170 gdb_register_coprocessor(cs, NULL, NULL, 0, "mips-cp0.xml", 0); in mips_cpu_realizefn()
171 gdb_register_coprocessor(cs, NULL, NULL, 0, "mips-fpu.xml", 0); in mips_cpu_realizefn()
172 gdb_register_coprocessor(cs, mips_gdb_get_sys_reg, mips_gdb_set_sys_reg, in mips_cpu_realizefn()
176 gdb_register_coprocessor(cs, mips_gdb_get_cheri_reg, in mips_cpu_realizefn()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/riscv/
H A Dgdbstub.c476 gdb_register_coprocessor(cs, riscv_gdb_get_fpu, riscv_gdb_set_fpu, in riscv_cpu_register_gdb_regs_for_features()
479 gdb_register_coprocessor(cs, riscv_gdb_get_fpu, riscv_gdb_set_fpu, in riscv_cpu_register_gdb_regs_for_features()
483 gdb_register_coprocessor(cs, riscv_gdb_get_csr, riscv_gdb_set_csr, in riscv_cpu_register_gdb_regs_for_features()
486 gdb_register_coprocessor(cs, riscv_gdb_get_virtual, riscv_gdb_set_virtual, in riscv_cpu_register_gdb_regs_for_features()
489 gdb_register_coprocessor(cs, riscv_gdb_get_csr, riscv_gdb_set_csr, in riscv_cpu_register_gdb_regs_for_features()
492 gdb_register_coprocessor(cs, riscv_gdb_get_virtual, riscv_gdb_set_virtual, in riscv_cpu_register_gdb_regs_for_features()
496 gdb_register_coprocessor(cs, riscv_gdb_get_cheri_reg, in riscv_cpu_register_gdb_regs_for_features()
/dports/emulators/qemu/qemu-6.2.0/target/arm/
H A Dgdbstub.c463 gdb_register_coprocessor(cs, arm_gdb_get_svereg, arm_gdb_set_svereg, in arm_cpu_register_gdb_regs_for_features()
467 gdb_register_coprocessor(cs, aarch64_fpu_gdb_get_reg, in arm_cpu_register_gdb_regs_for_features()
474 gdb_register_coprocessor(cs, vfp_gdb_get_reg, vfp_gdb_set_reg, in arm_cpu_register_gdb_regs_for_features()
477 gdb_register_coprocessor(cs, vfp_gdb_get_reg, vfp_gdb_set_reg, in arm_cpu_register_gdb_regs_for_features()
480 gdb_register_coprocessor(cs, vfp_gdb_get_reg, vfp_gdb_set_reg, in arm_cpu_register_gdb_regs_for_features()
488 gdb_register_coprocessor(cs, vfp_gdb_get_sysreg, vfp_gdb_set_sysreg, in arm_cpu_register_gdb_regs_for_features()
493 gdb_register_coprocessor(cs, mve_gdb_get_reg, mve_gdb_set_reg, in arm_cpu_register_gdb_regs_for_features()
496 gdb_register_coprocessor(cs, arm_gdb_get_sysreg, arm_gdb_set_sysreg, in arm_cpu_register_gdb_regs_for_features()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/s390x/
H A Dgdbstub.c302 gdb_register_coprocessor(cs, cpu_read_ac_reg,
306 gdb_register_coprocessor(cs, cpu_read_fp_reg,
310 gdb_register_coprocessor(cs, cpu_read_vreg,
314 gdb_register_coprocessor(cs, cpu_read_gs_reg,
319 gdb_register_coprocessor(cs, cpu_read_c_reg,
324 gdb_register_coprocessor(cs, cpu_read_virt_reg,
/dports/emulators/qemu/qemu-6.2.0/target/s390x/
H A Dgdbstub.c302 gdb_register_coprocessor(cs, cpu_read_ac_reg, in s390_cpu_gdb_init()
306 gdb_register_coprocessor(cs, cpu_read_fp_reg, in s390_cpu_gdb_init()
310 gdb_register_coprocessor(cs, cpu_read_vreg, in s390_cpu_gdb_init()
314 gdb_register_coprocessor(cs, cpu_read_gs_reg, in s390_cpu_gdb_init()
319 gdb_register_coprocessor(cs, cpu_read_c_reg, in s390_cpu_gdb_init()
324 gdb_register_coprocessor(cs, cpu_read_virt_reg, in s390_cpu_gdb_init()
/dports/emulators/qemu-utils/qemu-4.2.1/target/s390x/
H A Dgdbstub.c313 gdb_register_coprocessor(cs, cpu_read_ac_reg, in s390_cpu_gdb_init()
317 gdb_register_coprocessor(cs, cpu_read_fp_reg, in s390_cpu_gdb_init()
321 gdb_register_coprocessor(cs, cpu_read_vreg, in s390_cpu_gdb_init()
325 gdb_register_coprocessor(cs, cpu_read_gs_reg, in s390_cpu_gdb_init()
330 gdb_register_coprocessor(cs, cpu_read_c_reg, in s390_cpu_gdb_init()
335 gdb_register_coprocessor(cs, cpu_read_virt_reg, in s390_cpu_gdb_init()
/dports/emulators/qemu-utils/qemu-4.2.1/target/riscv/
H A Dgdbstub.c408 gdb_register_coprocessor(cs, riscv_gdb_get_fpu, riscv_gdb_set_fpu, in riscv_cpu_register_gdb_regs_for_features()
412 gdb_register_coprocessor(cs, riscv_gdb_get_csr, riscv_gdb_set_csr, in riscv_cpu_register_gdb_regs_for_features()
415 gdb_register_coprocessor(cs, riscv_gdb_get_virtual, riscv_gdb_set_virtual, in riscv_cpu_register_gdb_regs_for_features()
419 gdb_register_coprocessor(cs, riscv_gdb_get_fpu, riscv_gdb_set_fpu, in riscv_cpu_register_gdb_regs_for_features()
423 gdb_register_coprocessor(cs, riscv_gdb_get_csr, riscv_gdb_set_csr, in riscv_cpu_register_gdb_regs_for_features()
426 gdb_register_coprocessor(cs, riscv_gdb_get_virtual, riscv_gdb_set_virtual, in riscv_cpu_register_gdb_regs_for_features()
/dports/emulators/qemu5/qemu-5.2.0/target/riscv/
H A Dgdbstub.c413 gdb_register_coprocessor(cs, riscv_gdb_get_fpu, riscv_gdb_set_fpu, in riscv_cpu_register_gdb_regs_for_features()
416 gdb_register_coprocessor(cs, riscv_gdb_get_fpu, riscv_gdb_set_fpu, in riscv_cpu_register_gdb_regs_for_features()
420 gdb_register_coprocessor(cs, riscv_gdb_get_csr, riscv_gdb_set_csr, in riscv_cpu_register_gdb_regs_for_features()
423 gdb_register_coprocessor(cs, riscv_gdb_get_virtual, riscv_gdb_set_virtual, in riscv_cpu_register_gdb_regs_for_features()
426 gdb_register_coprocessor(cs, riscv_gdb_get_csr, riscv_gdb_set_csr, in riscv_cpu_register_gdb_regs_for_features()
429 gdb_register_coprocessor(cs, riscv_gdb_get_virtual, riscv_gdb_set_virtual, in riscv_cpu_register_gdb_regs_for_features()
/dports/emulators/qemu5/qemu-5.2.0/target/s390x/
H A Dgdbstub.c313 gdb_register_coprocessor(cs, cpu_read_ac_reg, in s390_cpu_gdb_init()
317 gdb_register_coprocessor(cs, cpu_read_fp_reg, in s390_cpu_gdb_init()
321 gdb_register_coprocessor(cs, cpu_read_vreg, in s390_cpu_gdb_init()
325 gdb_register_coprocessor(cs, cpu_read_gs_reg, in s390_cpu_gdb_init()
330 gdb_register_coprocessor(cs, cpu_read_c_reg, in s390_cpu_gdb_init()
335 gdb_register_coprocessor(cs, cpu_read_virt_reg, in s390_cpu_gdb_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/s390x/
H A Dgdbstub.c313 gdb_register_coprocessor(cs, cpu_read_ac_reg, in s390_cpu_gdb_init()
317 gdb_register_coprocessor(cs, cpu_read_fp_reg, in s390_cpu_gdb_init()
321 gdb_register_coprocessor(cs, cpu_read_vreg, in s390_cpu_gdb_init()
325 gdb_register_coprocessor(cs, cpu_read_gs_reg, in s390_cpu_gdb_init()
330 gdb_register_coprocessor(cs, cpu_read_c_reg, in s390_cpu_gdb_init()
335 gdb_register_coprocessor(cs, cpu_read_virt_reg, in s390_cpu_gdb_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/riscv/
H A Dgdbstub.c413 gdb_register_coprocessor(cs, riscv_gdb_get_fpu, riscv_gdb_set_fpu, in riscv_cpu_register_gdb_regs_for_features()
416 gdb_register_coprocessor(cs, riscv_gdb_get_fpu, riscv_gdb_set_fpu, in riscv_cpu_register_gdb_regs_for_features()
420 gdb_register_coprocessor(cs, riscv_gdb_get_csr, riscv_gdb_set_csr, in riscv_cpu_register_gdb_regs_for_features()
423 gdb_register_coprocessor(cs, riscv_gdb_get_virtual, riscv_gdb_set_virtual, in riscv_cpu_register_gdb_regs_for_features()
426 gdb_register_coprocessor(cs, riscv_gdb_get_csr, riscv_gdb_set_csr, in riscv_cpu_register_gdb_regs_for_features()
429 gdb_register_coprocessor(cs, riscv_gdb_get_virtual, riscv_gdb_set_virtual, in riscv_cpu_register_gdb_regs_for_features()
/dports/emulators/qemu42/qemu-4.2.1/target/riscv/
H A Dgdbstub.c408 gdb_register_coprocessor(cs, riscv_gdb_get_fpu, riscv_gdb_set_fpu, in riscv_cpu_register_gdb_regs_for_features()
412 gdb_register_coprocessor(cs, riscv_gdb_get_csr, riscv_gdb_set_csr, in riscv_cpu_register_gdb_regs_for_features()
415 gdb_register_coprocessor(cs, riscv_gdb_get_virtual, riscv_gdb_set_virtual, in riscv_cpu_register_gdb_regs_for_features()
419 gdb_register_coprocessor(cs, riscv_gdb_get_fpu, riscv_gdb_set_fpu, in riscv_cpu_register_gdb_regs_for_features()
423 gdb_register_coprocessor(cs, riscv_gdb_get_csr, riscv_gdb_set_csr, in riscv_cpu_register_gdb_regs_for_features()
426 gdb_register_coprocessor(cs, riscv_gdb_get_virtual, riscv_gdb_set_virtual, in riscv_cpu_register_gdb_regs_for_features()
/dports/emulators/qemu42/qemu-4.2.1/target/s390x/
H A Dgdbstub.c313 gdb_register_coprocessor(cs, cpu_read_ac_reg, in s390_cpu_gdb_init()
317 gdb_register_coprocessor(cs, cpu_read_fp_reg, in s390_cpu_gdb_init()
321 gdb_register_coprocessor(cs, cpu_read_vreg, in s390_cpu_gdb_init()
325 gdb_register_coprocessor(cs, cpu_read_gs_reg, in s390_cpu_gdb_init()
330 gdb_register_coprocessor(cs, cpu_read_c_reg, in s390_cpu_gdb_init()
335 gdb_register_coprocessor(cs, cpu_read_virt_reg, in s390_cpu_gdb_init()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/s390x/
H A Dgdbstub.c312 gdb_register_coprocessor(cs, cpu_read_ac_reg, in s390_cpu_gdb_init()
316 gdb_register_coprocessor(cs, cpu_read_fp_reg, in s390_cpu_gdb_init()
320 gdb_register_coprocessor(cs, cpu_read_vreg, in s390_cpu_gdb_init()
324 gdb_register_coprocessor(cs, cpu_read_gs_reg, in s390_cpu_gdb_init()
329 gdb_register_coprocessor(cs, cpu_read_c_reg, in s390_cpu_gdb_init()
334 gdb_register_coprocessor(cs, cpu_read_virt_reg, in s390_cpu_gdb_init()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/s390x/
H A Dgdbstub.c313 gdb_register_coprocessor(cs, cpu_read_ac_reg, in s390_cpu_gdb_init()
317 gdb_register_coprocessor(cs, cpu_read_fp_reg, in s390_cpu_gdb_init()
321 gdb_register_coprocessor(cs, cpu_read_vreg, in s390_cpu_gdb_init()
325 gdb_register_coprocessor(cs, cpu_read_gs_reg, in s390_cpu_gdb_init()
330 gdb_register_coprocessor(cs, cpu_read_c_reg, in s390_cpu_gdb_init()
335 gdb_register_coprocessor(cs, cpu_read_virt_reg, in s390_cpu_gdb_init()
/dports/emulators/qemu60/qemu-6.0.0/target/s390x/
H A Dgdbstub.c313 gdb_register_coprocessor(cs, cpu_read_ac_reg, in s390_cpu_gdb_init()
317 gdb_register_coprocessor(cs, cpu_read_fp_reg, in s390_cpu_gdb_init()
321 gdb_register_coprocessor(cs, cpu_read_vreg, in s390_cpu_gdb_init()
325 gdb_register_coprocessor(cs, cpu_read_gs_reg, in s390_cpu_gdb_init()
330 gdb_register_coprocessor(cs, cpu_read_c_reg, in s390_cpu_gdb_init()
335 gdb_register_coprocessor(cs, cpu_read_virt_reg, in s390_cpu_gdb_init()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/ppc/
H A Dgdbstub.c609 gdb_register_coprocessor(cs, gdb_get_float_reg, gdb_set_float_reg,
613 gdb_register_coprocessor(cs, gdb_get_avr_reg, gdb_set_avr_reg,
617 gdb_register_coprocessor(cs, gdb_get_spe_reg, gdb_set_spe_reg,
621 gdb_register_coprocessor(cs, gdb_get_vsx_reg, gdb_set_vsx_reg,
625 gdb_register_coprocessor(cs, gdb_get_spr_reg, gdb_set_spr_reg,
/dports/emulators/qemu/qemu-6.2.0/target/ppc/
H A Dgdbstub.c609 gdb_register_coprocessor(cs, gdb_get_float_reg, gdb_set_float_reg, in ppc_gdb_init()
613 gdb_register_coprocessor(cs, gdb_get_avr_reg, gdb_set_avr_reg, in ppc_gdb_init()
617 gdb_register_coprocessor(cs, gdb_get_spe_reg, gdb_set_spe_reg, in ppc_gdb_init()
621 gdb_register_coprocessor(cs, gdb_get_vsx_reg, gdb_set_vsx_reg, in ppc_gdb_init()
625 gdb_register_coprocessor(cs, gdb_get_spr_reg, gdb_set_spr_reg, in ppc_gdb_init()
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/
H A Dgdbstub.h31 void gdb_register_coprocessor(CPUState *env,
/dports/emulators/qemu42/qemu-4.2.1/include/exec/
H A Dgdbstub.h72 void gdb_register_coprocessor(CPUState *cpu,
/dports/emulators/qemu-utils/qemu-4.2.1/include/exec/
H A Dgdbstub.h72 void gdb_register_coprocessor(CPUState *cpu,
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/exec/
H A Dgdbstub.h72 void gdb_register_coprocessor(CPUState *cpu,

123