Lines Matching defs:cs
109 int ppc_cpu_gdb_read_register(CPUState *cs, GByteArray *buf, int n) in ppc_cpu_gdb_read_register()
152 int ppc_cpu_gdb_read_register_apple(CPUState *cs, GByteArray *buf, int n) in ppc_cpu_gdb_read_register_apple()
205 int ppc_cpu_gdb_write_register(CPUState *cs, uint8_t *mem_buf, int n) in ppc_cpu_gdb_write_register()
251 int ppc_cpu_gdb_write_register_apple(CPUState *cs, uint8_t *mem_buf, int n) in ppc_cpu_gdb_write_register_apple()
299 static void gdb_gen_spr_feature(CPUState *cs) in gdb_gen_spr_feature()
366 static int gdb_get_spr_reg(CPUState *cs, GByteArray *buf, int n) in gdb_get_spr_reg()
409 static int gdb_set_spr_reg(CPUState *cs, uint8_t *mem_buf, int n) in gdb_set_spr_reg()
440 static int gdb_get_float_reg(CPUState *cs, GByteArray *buf, int n) in gdb_get_float_reg()
460 static int gdb_set_float_reg(CPUState *cs, uint8_t *mem_buf, int n) in gdb_set_float_reg()
478 static int gdb_get_avr_reg(CPUState *cs, GByteArray *buf, int n) in gdb_get_avr_reg()
506 static int gdb_set_avr_reg(CPUState *cs, uint8_t *mem_buf, int n) in gdb_set_avr_reg()
531 static int gdb_get_spe_reg(CPUState *cs, GByteArray *buf, int n) in gdb_get_spe_reg()
558 static int gdb_set_spe_reg(CPUState *cs, uint8_t *mem_buf, int n) in gdb_set_spe_reg()
590 static int gdb_get_vsx_reg(CPUState *cs, GByteArray *buf, int n) in gdb_get_vsx_reg()
603 static int gdb_set_vsx_reg(CPUState *cs, uint8_t *mem_buf, int n) in gdb_set_vsx_reg()
616 const gchar *ppc_gdb_arch_name(CPUState *cs) in ppc_gdb_arch_name()
625 void ppc_gdb_init(CPUState *cs, PowerPCCPUClass *pcc) in ppc_gdb_init()