/qemu/hw/intc/ |
H A D | arm_gicv3_cpuif.c | 51 static inline int icv_min_vbpr(GICv3CPUState *cs) in icv_min_vbpr() 56 static inline int ich_num_aprs(GICv3CPUState *cs) in ich_num_aprs() 108 static int read_vbpr(GICv3CPUState *cs, int grp) in read_vbpr() 122 static void write_vbpr(GICv3CPUState *cs, int grp, int value) in write_vbpr() 144 static uint32_t icv_fullprio_mask(GICv3CPUState *cs) in icv_fullprio_mask() 154 static int ich_highest_active_virt_prio(GICv3CPUState *cs) in ich_highest_active_virt_prio() 179 static int hppvi_index(GICv3CPUState *cs) in hppvi_index() 258 static uint32_t icv_gprio_mask(GICv3CPUState *cs, int group) in icv_gprio_mask() 293 static bool icv_hppi_can_preempt(GICv3CPUState *cs, uint64_t lr) in icv_hppi_can_preempt() 349 static bool icv_hppvlpi_can_preempt(GICv3CPUState *cs) in icv_hppvlpi_can_preempt() [all …]
|
H A D | arm_gicv3_redist.c | 17 static uint32_t mask_group(GICv3CPUState *cs, MemTxAttrs attrs) in mask_group() 31 static int gicr_ns_access(GICv3CPUState *cs, int irq) in gicr_ns_access() 38 static void gicr_write_bitmap_reg(GICv3CPUState *cs, MemTxAttrs attrs, in gicr_write_bitmap_reg() 47 static void gicr_write_set_bitmap_reg(GICv3CPUState *cs, MemTxAttrs attrs, in gicr_write_set_bitmap_reg() 56 static void gicr_write_clear_bitmap_reg(GICv3CPUState *cs, MemTxAttrs attrs, in gicr_write_clear_bitmap_reg() 65 static uint32_t gicr_read_bitmap_reg(GICv3CPUState *cs, MemTxAttrs attrs, in gicr_read_bitmap_reg() 72 static bool vcpu_resident(GICv3CPUState *cs, uint64_t vptaddr) in vcpu_resident() 99 static void update_for_one_lpi(GICv3CPUState *cs, int irq, in update_for_one_lpi() 150 static void update_for_all_lpis(GICv3CPUState *cs, uint64_t ptbase, in update_for_all_lpis() 183 static bool set_pending_table_bit(GICv3CPUState *cs, uint64_t ptbase, in set_pending_table_bit() [all …]
|
/qemu/target/i386/hvf/ |
H A D | x86hvf.c | 35 void hvf_set_segment(CPUState *cs, struct vmx_segment *vmx_seg, in hvf_set_segment() 73 void hvf_put_xsave(CPUState *cs) in hvf_put_xsave() 85 static void hvf_put_segments(CPUState *cs) in hvf_put_segments() 129 void hvf_put_msrs(CPUState *cs) in hvf_put_msrs() 154 void hvf_get_xsave(CPUState *cs) in hvf_get_xsave() 166 static void hvf_get_segments(CPUState *cs) in hvf_get_segments() 211 void hvf_get_msrs(CPUState *cs) in hvf_get_msrs() 239 int hvf_put_registers(CPUState *cs) in hvf_put_registers() 283 int hvf_get_registers(CPUState *cs) in hvf_get_registers() 327 static void vmx_set_int_window_exiting(CPUState *cs) in vmx_set_int_window_exiting() [all …]
|
/qemu/semihosting/ |
H A D | syscalls.c | 26 static int validate_strlen(CPUState *cs, target_ulong str, target_ulong tlen) in validate_strlen() 54 static int validate_lock_user_string(char **pstr, CPUState *cs, in validate_lock_user_string() 75 static int copy_stat_to_user(CPUState *cs, target_ulong addr, in copy_stat_to_user() 121 static void gdb_open_cb(CPUState *cs, uint64_t ret, int err) in gdb_open_cb() 131 static void gdb_open(CPUState *cs, gdb_syscall_complete_cb complete, in gdb_open() 147 static void gdb_close(CPUState *cs, gdb_syscall_complete_cb complete, in gdb_close() 153 static void gdb_read(CPUState *cs, gdb_syscall_complete_cb complete, in gdb_read() 160 static void gdb_write(CPUState *cs, gdb_syscall_complete_cb complete, in gdb_write() 167 static void gdb_lseek(CPUState *cs, gdb_syscall_complete_cb complete, in gdb_lseek() 174 static void gdb_isatty(CPUState *cs, gdb_syscall_complete_cb complete, in gdb_isatty() [all …]
|
/qemu/target/loongarch/kvm/ |
H A D | kvm.c | 38 static int kvm_get_stealtime(CPUState *cs) in kvm_get_stealtime() 62 static int kvm_set_stealtime(CPUState *cs) in kvm_set_stealtime() 87 static int kvm_set_pv_features(CPUState *cs) in kvm_set_pv_features() 114 static int kvm_loongarch_get_regs_core(CPUState *cs) in kvm_loongarch_get_regs_core() 137 static int kvm_loongarch_put_regs_core(CPUState *cs) in kvm_loongarch_put_regs_core() 158 static int kvm_loongarch_get_csr(CPUState *cs) in kvm_loongarch_get_csr() 328 static int kvm_loongarch_put_csr(CPUState *cs, int level) in kvm_loongarch_put_csr() 503 static int kvm_loongarch_get_regs_fp(CPUState *cs) in kvm_loongarch_get_regs_fp() 530 static int kvm_loongarch_put_regs_fp(CPUState *cs) in kvm_loongarch_put_regs_fp() 557 static int kvm_loongarch_put_lbt(CPUState *cs) in kvm_loongarch_put_lbt() [all …]
|
/qemu/target/mips/ |
H A D | kvm.c | 42 unsigned long kvm_arch_vcpu_id(CPUState *cs) in kvm_arch_vcpu_id() 69 int kvm_arch_init_vcpu(CPUState *cs) in kvm_arch_init_vcpu() 98 int kvm_arch_destroy_vcpu(CPUState *cs) in kvm_arch_destroy_vcpu() 119 int kvm_arch_insert_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_insert_sw_breakpoint() 125 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() 139 void kvm_arch_pre_run(CPUState *cs, struct kvm_run *run) in kvm_arch_pre_run() 161 MemTxAttrs kvm_arch_post_run(CPUState *cs, struct kvm_run *run) in kvm_arch_post_run() 166 int kvm_arch_process_async_events(CPUState *cs) in kvm_arch_process_async_events() 171 int kvm_arch_handle_exit(CPUState *cs, struct kvm_run *run) in kvm_arch_handle_exit() 187 bool kvm_arch_stop_on_emulation_error(CPUState *cs) in kvm_arch_stop_on_emulation_error() [all …]
|
/qemu/target/s390x/ |
H A D | gdbstub.c | 31 int s390_cpu_gdb_read_register(CPUState *cs, GByteArray *mem_buf, int n) in s390_cpu_gdb_read_register() 46 int s390_cpu_gdb_write_register(CPUState *cs, uint8_t *mem_buf, int n) in s390_cpu_gdb_write_register() 71 static int cpu_read_ac_reg(CPUState *cs, GByteArray *buf, int n) in cpu_read_ac_reg() 84 static int cpu_write_ac_reg(CPUState *cs, uint8_t *mem_buf, int n) in cpu_write_ac_reg() 104 static int cpu_read_fp_reg(CPUState *cs, GByteArray *buf, int n) in cpu_read_fp_reg() 119 static int cpu_write_fp_reg(CPUState *cs, uint8_t *mem_buf, int n) in cpu_write_fp_reg() 142 static int cpu_read_vreg(CPUState *cs, GByteArray *buf, int n) in cpu_read_vreg() 163 static int cpu_write_vreg(CPUState *cs, uint8_t *mem_buf, int n) in cpu_write_vreg() 186 static int cpu_read_c_reg(CPUState *cs, GByteArray *buf, int n) in cpu_read_c_reg() 199 static int cpu_write_c_reg(CPUState *cs, uint8_t *mem_buf, int n) in cpu_write_c_reg() [all …]
|
/qemu/target/tricore/ |
H A D | cpu.c | 33 static const gchar *tricore_gdb_arch_name(CPUState *cs) in tricore_gdb_arch_name() 38 static void tricore_cpu_set_pc(CPUState *cs, vaddr value) in tricore_cpu_set_pc() 43 static vaddr tricore_cpu_get_pc(CPUState *cs) in tricore_cpu_get_pc() 48 static TCGTBCPUState tricore_get_tb_cpu_state(CPUState *cs) in tricore_get_tb_cpu_state() 58 static void tricore_cpu_synchronize_from_tb(CPUState *cs, in tricore_cpu_synchronize_from_tb() 65 static void tricore_restore_state_to_opc(CPUState *cs, in tricore_restore_state_to_opc() 74 CPUState *cs = CPU(obj); in tricore_cpu_reset_hold() local 84 static bool tricore_cpu_has_work(CPUState *cs) in tricore_cpu_has_work() 89 static int tricore_cpu_mmu_index(CPUState *cs, bool ifetch) in tricore_cpu_mmu_index() 96 CPUState *cs = CPU(dev); in tricore_cpu_realizefn() local [all …]
|
/qemu/target/hppa/ |
H A D | cpu.c | 34 static void hppa_cpu_set_pc(CPUState *cs, vaddr value) in hppa_cpu_set_pc() 45 static vaddr hppa_cpu_get_pc(CPUState *cs) in hppa_cpu_get_pc() 54 static TCGTBCPUState hppa_get_tb_cpu_state(CPUState *cs) in hppa_get_tb_cpu_state() 106 static void hppa_cpu_synchronize_from_tb(CPUState *cs, in hppa_cpu_synchronize_from_tb() 116 static void hppa_restore_state_to_opc(CPUState *cs, in hppa_restore_state_to_opc() 136 static bool hppa_cpu_has_work(CPUState *cs) in hppa_cpu_has_work() 142 static int hppa_cpu_mmu_index(CPUState *cs, bool ifetch) in hppa_cpu_mmu_index() 153 static void hppa_cpu_disas_set_info(CPUState *cs, disassemble_info *info) in hppa_cpu_disas_set_info() 162 void hppa_cpu_do_unaligned_access(CPUState *cs, vaddr addr, in hppa_cpu_do_unaligned_access() 179 CPUState *cs = CPU(dev); in hppa_cpu_realizefn() local [all …]
|
/qemu/target/i386/kvm/ |
H A D | xen-emu.c | 56 static bool kvm_gva_to_gpa(CPUState *cs, uint64_t gva, uint64_t *gpa, in kvm_gva_to_gpa() 75 static int kvm_gva_rw(CPUState *cs, uint64_t gva, void *_buf, size_t sz, in kvm_gva_rw() 100 static inline int kvm_copy_from_gva(CPUState *cs, uint64_t gva, void *buf, in kvm_copy_from_gva() 106 static inline int kvm_copy_to_gva(CPUState *cs, uint64_t gva, void *buf, in kvm_copy_to_gva() 189 int kvm_xen_init_vcpu(CPUState *cs) in kvm_xen_init_vcpu() 285 static int kvm_xen_set_vcpu_attr(CPUState *cs, uint16_t type, uint64_t gpa) in kvm_xen_set_vcpu_attr() 297 static int kvm_xen_set_vcpu_callback_vector(CPUState *cs) in kvm_xen_set_vcpu_callback_vector() 310 static void do_set_vcpu_callback_vector(CPUState *cs, run_on_cpu_data data) in do_set_vcpu_callback_vector() 322 static int set_vcpu_info(CPUState *cs, uint64_t gpa) in set_vcpu_info() 359 static void do_set_vcpu_info_default_gpa(CPUState *cs, run_on_cpu_data data) in do_set_vcpu_info_default_gpa() [all …]
|
/qemu/target/loongarch/ |
H A D | gdbstub.c | 34 int loongarch_cpu_gdb_read_register(CPUState *cs, GByteArray *mem_buf, int n) in loongarch_cpu_gdb_read_register() 62 int loongarch_cpu_gdb_write_register(CPUState *cs, uint8_t *mem_buf, int n) in loongarch_cpu_gdb_write_register() 88 static int loongarch_gdb_get_fpu(CPUState *cs, GByteArray *mem_buf, int n) in loongarch_gdb_get_fpu() 103 static int loongarch_gdb_set_fpu(CPUState *cs, uint8_t *mem_buf, int n) in loongarch_gdb_set_fpu() 125 static int loongarch_gdb_get_vec(CPUState *cs, GByteArray *mem_buf, int n, int vl) in loongarch_gdb_get_vec() 140 static int loongarch_gdb_set_vec(CPUState *cs, uint8_t *mem_buf, int n, int vl) in loongarch_gdb_set_vec() 156 static int loongarch_gdb_get_lsx(CPUState *cs, GByteArray *mem_buf, int n) in loongarch_gdb_get_lsx() 161 static int loongarch_gdb_set_lsx(CPUState *cs, uint8_t *mem_buf, int n) in loongarch_gdb_set_lsx() 166 static int loongarch_gdb_get_lasx(CPUState *cs, GByteArray *mem_buf, int n) in loongarch_gdb_get_lasx() 171 static int loongarch_gdb_set_lasx(CPUState *cs, uint8_t *mem_buf, int n) in loongarch_gdb_set_lasx() [all …]
|
H A D | cpu.c | 96 CPUState *cs = env_cpu(env); in do_raise_exception() local 107 static void loongarch_cpu_set_pc(CPUState *cs, vaddr value) in loongarch_cpu_set_pc() 112 static vaddr loongarch_cpu_get_pc(CPUState *cs) in loongarch_cpu_get_pc() 124 CPUState *cs = CPU(cpu); in loongarch_cpu_set_irq() local 167 static void loongarch_cpu_do_interrupt(CPUState *cs) in loongarch_cpu_do_interrupt() 306 static void loongarch_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in loongarch_cpu_do_transaction_failed() 322 static bool loongarch_cpu_exec_interrupt(CPUState *cs, int interrupt_request) in loongarch_cpu_exec_interrupt() 338 static vaddr loongarch_pointer_wrap(CPUState *cs, int mmu_idx, in loongarch_pointer_wrap() 345 static TCGTBCPUState loongarch_get_tb_cpu_state(CPUState *cs) in loongarch_get_tb_cpu_state() 359 static void loongarch_cpu_synchronize_from_tb(CPUState *cs, in loongarch_cpu_synchronize_from_tb() [all …]
|
/qemu/target/ppc/ |
H A D | gdbstub.c | 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() [all …]
|
/qemu/target/i386/tcg/ |
H A D | tcg-cpu.c | 32 static void x86_cpu_exec_enter(CPUState *cs) in x86_cpu_exec_enter() 43 static void x86_cpu_exec_exit(CPUState *cs) in x86_cpu_exec_exit() 51 static TCGTBCPUState x86_get_tb_cpu_state(CPUState *cs) in x86_get_tb_cpu_state() 70 static void x86_cpu_synchronize_from_tb(CPUState *cs, in x86_cpu_synchronize_from_tb() 85 static void x86_restore_state_to_opc(CPUState *cs, in x86_restore_state_to_opc() 128 static int x86_cpu_mmu_index(CPUState *cs, bool ifetch) in x86_cpu_mmu_index() 135 static bool x86_debug_check_breakpoint(CPUState *cs) in x86_debug_check_breakpoint() 144 static void x86_cpu_exec_reset(CPUState *cs) in x86_cpu_exec_reset() 153 static vaddr x86_pointer_wrap(CPUState *cs, int mmu_idx, in x86_pointer_wrap() 220 static void x86_tcg_cpu_instance_init(CPUState *cs) in x86_tcg_cpu_instance_init()
|
/qemu/target/arm/ |
H A D | gdbstub.c | 31 CPUState *cs; member 42 int arm_cpu_gdb_read_register(CPUState *cs, GByteArray *mem_buf, int n) in arm_cpu_gdb_read_register() 69 int arm_cpu_gdb_write_register(CPUState *cs, uint8_t *mem_buf, int n) in arm_cpu_gdb_write_register() 122 static int vfp_gdb_get_reg(CPUState *cs, GByteArray *buf, int reg) in vfp_gdb_get_reg() 147 static int vfp_gdb_set_reg(CPUState *cs, uint8_t *buf, int reg) in vfp_gdb_set_reg() 174 static int vfp_gdb_get_sysreg(CPUState *cs, GByteArray *buf, int reg) in vfp_gdb_get_sysreg() 188 static int vfp_gdb_set_sysreg(CPUState *cs, uint8_t *buf, int reg) in vfp_gdb_set_sysreg() 204 static int mve_gdb_get_reg(CPUState *cs, GByteArray *buf, int reg) in mve_gdb_get_reg() 217 static int mve_gdb_set_reg(CPUState *cs, uint8_t *buf, int reg) in mve_gdb_set_reg() 240 static int arm_gdb_get_sysreg(CPUState *cs, GByteArray *buf, int reg) in arm_gdb_get_sysreg() [all …]
|
/qemu/target/rx/ |
H A D | cpu.c | 33 static void rx_cpu_set_pc(CPUState *cs, vaddr value) in rx_cpu_set_pc() 40 static vaddr rx_cpu_get_pc(CPUState *cs) in rx_cpu_get_pc() 47 static TCGTBCPUState rx_get_tb_cpu_state(CPUState *cs) in rx_get_tb_cpu_state() 58 static void rx_cpu_synchronize_from_tb(CPUState *cs, in rx_cpu_synchronize_from_tb() 67 static void rx_restore_state_to_opc(CPUState *cs, in rx_restore_state_to_opc() 76 static bool rx_cpu_has_work(CPUState *cs) in rx_cpu_has_work() 82 static int rx_cpu_mmu_index(CPUState *cs, bool ifunc) in rx_cpu_mmu_index() 89 CPUState *cs = CPU(obj); in rx_cpu_reset_hold() local 147 CPUState *cs = CPU(dev); in rx_cpu_realize() local 166 CPUState *cs = CPU(cpu); in rx_cpu_set_irq() local [all …]
|
/qemu/target/arm/tcg/ |
H A D | tlb-insns.c | 53 CPUState *cs = env_cpu(env); in tlbiall_is_write() local 61 CPUState *cs = env_cpu(env); in tlbiasid_is_write() local 69 CPUState *cs = env_cpu(env); in tlbimva_is_write() local 77 CPUState *cs = env_cpu(env); in tlbimvaa_is_write() local 96 CPUState *cs = env_cpu(env); in tlbiall_write() local 109 CPUState *cs = env_cpu(env); in tlbimva_write() local 123 CPUState *cs = env_cpu(env); in tlbiasid_write() local 136 CPUState *cs = env_cpu(env); in tlbimvaa_write() local 149 CPUState *cs = env_cpu(env); in tlbimva_hyp_write() local 158 CPUState *cs = env_cpu(env); in tlbimva_hyp_is_write() local [all …]
|
/qemu/target/openrisc/ |
H A D | cpu.c | 29 static void openrisc_cpu_set_pc(CPUState *cs, vaddr value) in openrisc_cpu_set_pc() 37 static vaddr openrisc_cpu_get_pc(CPUState *cs) in openrisc_cpu_get_pc() 44 static TCGTBCPUState openrisc_get_tb_cpu_state(CPUState *cs) in openrisc_get_tb_cpu_state() 56 static void openrisc_cpu_synchronize_from_tb(CPUState *cs, in openrisc_cpu_synchronize_from_tb() 65 static void openrisc_restore_state_to_opc(CPUState *cs, in openrisc_restore_state_to_opc() 79 static bool openrisc_cpu_has_work(CPUState *cs) in openrisc_cpu_has_work() 86 static int openrisc_cpu_mmu_index(CPUState *cs, bool ifetch) in openrisc_cpu_mmu_index() 106 CPUState *cs = CPU(obj); in openrisc_cpu_reset_hold() local 145 CPUState *cs = CPU(cpu); in openrisc_cpu_set_irq() local 170 CPUState *cs = CPU(dev); in openrisc_cpu_realizefn() local
|
/qemu/target/riscv/ |
H A D | gdbstub.c | 50 int riscv_cpu_gdb_read_register(CPUState *cs, GByteArray *mem_buf, int n) in riscv_cpu_gdb_read_register() 77 int riscv_cpu_gdb_write_register(CPUState *cs, uint8_t *mem_buf, int n) in riscv_cpu_gdb_write_register() 111 static int riscv_gdb_get_fpu(CPUState *cs, GByteArray *buf, int n) in riscv_gdb_get_fpu() 127 static int riscv_gdb_set_fpu(CPUState *cs, uint8_t *mem_buf, int n) in riscv_gdb_set_fpu() 139 static int riscv_gdb_get_vector(CPUState *cs, GByteArray *buf, int n) in riscv_gdb_get_vector() 157 static int riscv_gdb_set_vector(CPUState *cs, uint8_t *mem_buf, int n) in riscv_gdb_set_vector() 173 static int riscv_gdb_get_csr(CPUState *cs, GByteArray *buf, int n) in riscv_gdb_get_csr() 190 static int riscv_gdb_set_csr(CPUState *cs, uint8_t *mem_buf, int n) in riscv_gdb_set_csr() 207 static int riscv_gdb_get_virtual(CPUState *cs, GByteArray *buf, int n) in riscv_gdb_get_virtual() 225 static int riscv_gdb_set_virtual(CPUState *cs, uint8_t *mem_buf, int n) in riscv_gdb_set_virtual() [all …]
|
/qemu/target/avr/ |
H A D | helper.c | 32 bool avr_cpu_exec_interrupt(CPUState *cs, int interrupt_request) in avr_cpu_exec_interrupt() 75 void avr_cpu_do_interrupt(CPUState *cs) in avr_cpu_do_interrupt() 107 hwaddr avr_cpu_get_phys_page_debug(CPUState *cs, vaddr addr) in avr_cpu_get_phys_page_debug() 112 bool avr_cpu_tlb_fill(CPUState *cs, vaddr address, int size, in avr_cpu_tlb_fill() 153 CPUState *cs = env_cpu(env); in helper_sleep() local 161 CPUState *cs = env_cpu(env); in helper_unsupported() local 177 CPUState *cs = env_cpu(env); in helper_debug() local 185 CPUState *cs = env_cpu(env); in helper_break() local 247 CPUState *cs = env_cpu(env); in avr_cpu_trap_write() local
|
H A D | cpu.c | 32 static void avr_cpu_set_pc(CPUState *cs, vaddr value) in avr_cpu_set_pc() 39 static vaddr avr_cpu_get_pc(CPUState *cs) in avr_cpu_get_pc() 46 static bool avr_cpu_has_work(CPUState *cs) in avr_cpu_has_work() 52 static int avr_cpu_mmu_index(CPUState *cs, bool ifetch) in avr_cpu_mmu_index() 57 static TCGTBCPUState avr_get_tb_cpu_state(CPUState *cs) in avr_get_tb_cpu_state() 72 static void avr_cpu_synchronize_from_tb(CPUState *cs, in avr_cpu_synchronize_from_tb() 79 static void avr_restore_state_to_opc(CPUState *cs, in avr_restore_state_to_opc() 88 CPUState *cs = CPU(obj); in avr_cpu_reset_hold() local 128 CPUState *cs = CPU(dev); in avr_cpu_realizefn() local 162 CPUState *cs = CPU(cpu); in avr_cpu_set_int() local [all …]
|
/qemu/target/xtensa/ |
H A D | dbg_helper.c | 38 CPUState *cs = env_cpu(env); in HELPER() local 59 CPUState *cs = env_cpu(env); in HELPER() local 67 bool xtensa_debug_check_breakpoint(CPUState *cs) in xtensa_debug_check_breakpoint() 87 CPUState *cs = env_cpu(env); in set_dbreak() local 134 CPUState *cs = env_cpu(env); in HELPER() local
|
H A D | cpu.c | 44 static void xtensa_cpu_set_pc(CPUState *cs, vaddr value) in xtensa_cpu_set_pc() 51 static vaddr xtensa_cpu_get_pc(CPUState *cs) in xtensa_cpu_get_pc() 58 static TCGTBCPUState xtensa_get_tb_cpu_state(CPUState *cs) in xtensa_get_tb_cpu_state() 132 static void xtensa_restore_state_to_opc(CPUState *cs, in xtensa_restore_state_to_opc() 142 static bool xtensa_cpu_has_work(CPUState *cs) in xtensa_cpu_has_work() 150 static int xtensa_cpu_mmu_index(CPUState *cs, bool ifetch) in xtensa_cpu_mmu_index() 171 CPUState *cs = CPU(obj); in xtensa_cpu_reset_hold() local 229 static void xtensa_cpu_disas_set_info(CPUState *cs, disassemble_info *info) in xtensa_cpu_disas_set_info() 241 CPUState *cs = CPU(dev); in xtensa_cpu_realizefn() local
|
/qemu/target/sh4/ |
H A D | cpu.c | 32 static void superh_cpu_set_pc(CPUState *cs, vaddr value) in superh_cpu_set_pc() 39 static vaddr superh_cpu_get_pc(CPUState *cs) in superh_cpu_get_pc() 46 static TCGTBCPUState superh_get_tb_cpu_state(CPUState *cs) in superh_get_tb_cpu_state() 69 static void superh_cpu_synchronize_from_tb(CPUState *cs, in superh_cpu_synchronize_from_tb() 79 static void superh_restore_state_to_opc(CPUState *cs, in superh_restore_state_to_opc() 95 static bool superh_io_recompile_replay_branch(CPUState *cs, in superh_io_recompile_replay_branch() 109 static bool superh_cpu_has_work(CPUState *cs) in superh_cpu_has_work() 115 static int sh4_cpu_mmu_index(CPUState *cs, bool ifetch) in sh4_cpu_mmu_index() 132 CPUState *cs = CPU(obj); in superh_cpu_reset_hold() local 248 CPUState *cs = CPU(dev); in superh_cpu_realizefn() local
|
/qemu/qga/ |
H A D | guest-agent-command-state.c | 26 void ga_command_state_add(GACommandState *cs, in ga_command_state_add() argument 46 void ga_command_state_init_all(GACommandState *cs) in ga_command_state_init_all() 62 void ga_command_state_cleanup_all(GACommandState *cs) in ga_command_state_cleanup_all() 70 GACommandState *cs = g_new0(GACommandState, 1); in ga_command_state_new() local 75 void ga_command_state_free(GACommandState *cs) in ga_command_state_free()
|