Home
last modified time | relevance | path

Searched defs:cpu (Results 51 – 75 of 11993) sorted by relevance

12345678910>>...480

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/accel/stubs/
H A Dwhpx-stub.c16 int whpx_init_vcpu(CPUState *cpu) in whpx_init_vcpu()
21 int whpx_vcpu_exec(CPUState *cpu) in whpx_vcpu_exec()
26 void whpx_destroy_vcpu(CPUState *cpu) in whpx_destroy_vcpu()
30 void whpx_vcpu_kick(CPUState *cpu) in whpx_vcpu_kick()
34 void whpx_cpu_synchronize_state(CPUState *cpu) in whpx_cpu_synchronize_state()
38 void whpx_cpu_synchronize_post_reset(CPUState *cpu) in whpx_cpu_synchronize_post_reset()
42 void whpx_cpu_synchronize_post_init(CPUState *cpu) in whpx_cpu_synchronize_post_init()
46 void whpx_cpu_synchronize_pre_loadvm(CPUState *cpu) in whpx_cpu_synchronize_pre_loadvm()
/dports/emulators/qemu-utils/qemu-4.2.1/accel/stubs/
H A Dwhpx-stub.c15 int whpx_init_vcpu(CPUState *cpu) in whpx_init_vcpu()
20 int whpx_vcpu_exec(CPUState *cpu) in whpx_vcpu_exec()
25 void whpx_destroy_vcpu(CPUState *cpu) in whpx_destroy_vcpu()
29 void whpx_vcpu_kick(CPUState *cpu) in whpx_vcpu_kick()
33 void whpx_cpu_synchronize_state(CPUState *cpu) in whpx_cpu_synchronize_state()
37 void whpx_cpu_synchronize_post_reset(CPUState *cpu) in whpx_cpu_synchronize_post_reset()
41 void whpx_cpu_synchronize_post_init(CPUState *cpu) in whpx_cpu_synchronize_post_init()
45 void whpx_cpu_synchronize_pre_loadvm(CPUState *cpu) in whpx_cpu_synchronize_pre_loadvm()
/dports/emulators/qemu42/qemu-4.2.1/accel/stubs/
H A Dwhpx-stub.c15 int whpx_init_vcpu(CPUState *cpu) in whpx_init_vcpu()
20 int whpx_vcpu_exec(CPUState *cpu) in whpx_vcpu_exec()
25 void whpx_destroy_vcpu(CPUState *cpu) in whpx_destroy_vcpu()
29 void whpx_vcpu_kick(CPUState *cpu) in whpx_vcpu_kick()
33 void whpx_cpu_synchronize_state(CPUState *cpu) in whpx_cpu_synchronize_state()
37 void whpx_cpu_synchronize_post_reset(CPUState *cpu) in whpx_cpu_synchronize_post_reset()
41 void whpx_cpu_synchronize_post_init(CPUState *cpu) in whpx_cpu_synchronize_post_init()
45 void whpx_cpu_synchronize_pre_loadvm(CPUState *cpu) in whpx_cpu_synchronize_pre_loadvm()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/accel/stubs/
H A Dwhpx-stub.c15 int whpx_init_vcpu(CPUState *cpu) in whpx_init_vcpu()
20 int whpx_vcpu_exec(CPUState *cpu) in whpx_vcpu_exec()
25 void whpx_destroy_vcpu(CPUState *cpu) in whpx_destroy_vcpu()
29 void whpx_vcpu_kick(CPUState *cpu) in whpx_vcpu_kick()
33 void whpx_cpu_synchronize_state(CPUState *cpu) in whpx_cpu_synchronize_state()
37 void whpx_cpu_synchronize_post_reset(CPUState *cpu) in whpx_cpu_synchronize_post_reset()
41 void whpx_cpu_synchronize_post_init(CPUState *cpu) in whpx_cpu_synchronize_post_init()
45 void whpx_cpu_synchronize_pre_loadvm(CPUState *cpu) in whpx_cpu_synchronize_pre_loadvm()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/accel/stubs/
H A Dwhpx-stub.c15 int whpx_init_vcpu(CPUState *cpu) in whpx_init_vcpu()
20 int whpx_vcpu_exec(CPUState *cpu) in whpx_vcpu_exec()
25 void whpx_destroy_vcpu(CPUState *cpu) in whpx_destroy_vcpu()
29 void whpx_vcpu_kick(CPUState *cpu) in whpx_vcpu_kick()
33 void whpx_cpu_synchronize_state(CPUState *cpu) in whpx_cpu_synchronize_state()
37 void whpx_cpu_synchronize_post_reset(CPUState *cpu) in whpx_cpu_synchronize_post_reset()
41 void whpx_cpu_synchronize_post_init(CPUState *cpu) in whpx_cpu_synchronize_post_init()
45 void whpx_cpu_synchronize_pre_loadvm(CPUState *cpu) in whpx_cpu_synchronize_pre_loadvm()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tms34010/
H A Dtms34010.cpp35 void scan(cpu_state *cpu, sdword nAction) in scan()
47 void reset(cpu_state *cpu) in reset()
67 static void check_irq(cpu_state *cpu) in check_irq()
109 void check_timer(cpu_state *cpu, int cyc) in check_timer()
208 int run(cpu_state *cpu, int cycles) in run()
239 void stop(cpu_state *cpu) in stop()
244 i64 total_cycles(cpu_state *cpu) in total_cycles()
249 void new_frame(cpu_state *cpu) in new_frame()
254 dword get_pc(cpu_state *cpu) in get_pc()
259 dword get_ppc(cpu_state *cpu) in get_ppc()
[all …]
/dports/emulators/gxemul/gxemul-0.6.3/src/cpus/
H A Dcpu_arm_instr_dpi.cc76 void A__NAME(struct cpu *cpu, struct arm_instr_call *ic) in A__NAME()
305 void A__NAME__eq(struct cpu *cpu, struct arm_instr_call *ic) in A__NAME__eq()
307 void A__NAME__ne(struct cpu *cpu, struct arm_instr_call *ic) in A__NAME__ne()
309 void A__NAME__cs(struct cpu *cpu, struct arm_instr_call *ic) in A__NAME__cs()
311 void A__NAME__cc(struct cpu *cpu, struct arm_instr_call *ic) in A__NAME__cc()
313 void A__NAME__mi(struct cpu *cpu, struct arm_instr_call *ic) in A__NAME__mi()
315 void A__NAME__pl(struct cpu *cpu, struct arm_instr_call *ic) in A__NAME__pl()
317 void A__NAME__vs(struct cpu *cpu, struct arm_instr_call *ic) in A__NAME__vs()
319 void A__NAME__vc(struct cpu *cpu, struct arm_instr_call *ic) in A__NAME__vc()
329 void A__NAME__hi(struct cpu *cpu, struct arm_instr_call *ic) in A__NAME__hi()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/core/
H A Dcpu.c41 CPUState *cpu; in cpu_by_arch_id() local
61 CPUState *cpu = CPU(object_new(typename)); in cpu_create() local
70 bool cpu_paging_enabled(const CPUState *cpu) in cpu_paging_enabled()
112 void cpu_exit(CPUState *cpu) in cpu_exit()
202 static void cpu_common_noop(CPUState *cpu) in cpu_common_noop()
243 void cpu_reset(CPUState *cpu) in cpu_reset()
252 CPUState *cpu = CPU(dev); in cpu_common_reset() local
323 CPUState *cpu = CPU(dev); in cpu_common_realizefn() local
351 CPUState *cpu = CPU(dev); in cpu_common_unrealizefn() local
360 CPUState *cpu = CPU(obj); in cpu_common_initfn() local
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/qom/
H A Dcpu.c40 CPUState *cpu; in cpu_by_arch_id() local
60 CPUState *cpu = CPU(object_new(typename)); in cpu_create() local
70 bool cpu_paging_enabled(const CPUState *cpu) in cpu_paging_enabled()
99 void cpu_reset_interrupt(CPUState *cpu, int mask) in cpu_reset_interrupt()
112 void cpu_exit(CPUState *cpu) in cpu_exit()
203 static void cpu_common_noop(CPUState *cpu) in cpu_common_noop()
244 void cpu_reset(CPUState *cpu) in cpu_reset()
255 static void cpu_common_reset(CPUState *cpu) in cpu_common_reset()
329 CPUState *cpu = CPU(dev); in cpu_common_realizefn() local
357 CPUState *cpu = CPU(dev); in cpu_common_unrealizefn() local
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/tms34010/
H A Dtms34010.cpp34 void scan(cpu_state *cpu, sdword nAction) in scan()
46 void reset(cpu_state *cpu) in reset()
67 static void check_irq(cpu_state *cpu) in check_irq()
94 static void check_timer(cpu_state *cpu) in check_timer()
164 int run(cpu_state *cpu, int cycles) in run()
195 void stop(cpu_state *cpu) in stop()
200 i64 total_cycles(cpu_state *cpu) in total_cycles()
205 void new_frame(cpu_state *cpu) in new_frame()
213 dword get_pc(cpu_state *cpu) in get_pc()
218 dword get_ppc(cpu_state *cpu) in get_ppc()
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/arm/
H A Darm.c47 void ARMInit(struct ARMCore* cpu) { in ARMInit()
57 void ARMDeinit(struct ARMCore* cpu) { in ARMDeinit()
75 void ARMHotplugAttach(struct ARMCore* cpu, size_t slot) { in ARMHotplugAttach()
89 void ARMReset(struct ARMCore* cpu) { in ARMReset()
123 void ARMRaiseIRQ(struct ARMCore* cpu) { in ARMRaiseIRQ()
145 void ARMRaiseSWI(struct ARMCore* cpu) { in ARMRaiseSWI()
163 void ARMRaiseUndefined(struct ARMCore* cpu) { in ARMRaiseUndefined()
200 static inline void ARMStep(struct ARMCore* cpu) { in ARMStep()
219 static inline void ThumbStep(struct ARMCore* cpu) { in ThumbStep()
228 void ARMRun(struct ARMCore* cpu) { in ARMRun()
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/arm/
H A Darm.c71 void ARMInit(struct ARMCore* cpu) { in ARMInit()
81 void ARMDeinit(struct ARMCore* cpu) { in ARMDeinit()
99 void ARMHotplugAttach(struct ARMCore* cpu, size_t slot) { in ARMHotplugAttach()
113 void ARMReset(struct ARMCore* cpu) { in ARMReset()
147 void ARMRaiseIRQ(struct ARMCore* cpu) { in ARMRaiseIRQ()
169 void ARMRaiseSWI(struct ARMCore* cpu) { in ARMRaiseSWI()
187 void ARMRaiseUndefined(struct ARMCore* cpu) { in ARMRaiseUndefined()
205 static inline void ARMStep(struct ARMCore* cpu) { in ARMStep()
269 static inline void ThumbStep(struct ARMCore* cpu) { in ThumbStep()
278 void ARMRun(struct ARMCore* cpu) { in ARMRun()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/common/
H A Dcgen-par.c77 SIM_CPU *cpu, in sim_queue_fn_hi_write()
93 SIM_CPU *cpu, in sim_queue_fn_si_write()
109 SIM_CPU *cpu, in sim_queue_fn_sf_write()
125 SIM_CPU *cpu, in sim_queue_fn_di_write()
141 SIM_CPU *cpu, in sim_queue_fn_xi_write()
160 SIM_CPU *cpu, in sim_queue_fn_df_write()
176 SIM_CPU *cpu, in sim_queue_fn_pc_write()
253 SIM_CPU *cpu, in sim_queue_fn_mem_qi_write()
269 SIM_CPU *cpu, in sim_queue_fn_mem_hi_write()
285 SIM_CPU *cpu, in sim_queue_fn_mem_si_write()
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/common/
H A Dcgen-par.c76 SIM_CPU *cpu, in sim_queue_fn_hi_write()
92 SIM_CPU *cpu, in sim_queue_fn_si_write()
108 SIM_CPU *cpu, in sim_queue_fn_sf_write()
124 SIM_CPU *cpu, in sim_queue_fn_di_write()
140 SIM_CPU *cpu, in sim_queue_fn_xi_write()
159 SIM_CPU *cpu, in sim_queue_fn_df_write()
175 SIM_CPU *cpu, in sim_queue_fn_pc_write()
252 SIM_CPU *cpu, in sim_queue_fn_mem_qi_write()
268 SIM_CPU *cpu, in sim_queue_fn_mem_hi_write()
284 SIM_CPU *cpu, in sim_queue_fn_mem_si_write()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dcgen-par.c77 SIM_CPU *cpu, in sim_queue_fn_hi_write()
93 SIM_CPU *cpu, in sim_queue_fn_si_write()
109 SIM_CPU *cpu, in sim_queue_fn_sf_write()
125 SIM_CPU *cpu, in sim_queue_fn_di_write()
141 SIM_CPU *cpu, in sim_queue_fn_xi_write()
160 SIM_CPU *cpu, in sim_queue_fn_df_write()
176 SIM_CPU *cpu, in sim_queue_fn_pc_write()
253 SIM_CPU *cpu, in sim_queue_fn_mem_qi_write()
269 SIM_CPU *cpu, in sim_queue_fn_mem_hi_write()
285 SIM_CPU *cpu, in sim_queue_fn_mem_si_write()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dcgen-par.c77 SIM_CPU *cpu, in sim_queue_fn_hi_write()
93 SIM_CPU *cpu, in sim_queue_fn_si_write()
109 SIM_CPU *cpu, in sim_queue_fn_sf_write()
125 SIM_CPU *cpu, in sim_queue_fn_di_write()
141 SIM_CPU *cpu, in sim_queue_fn_xi_write()
160 SIM_CPU *cpu, in sim_queue_fn_df_write()
176 SIM_CPU *cpu, in sim_queue_fn_pc_write()
253 SIM_CPU *cpu, in sim_queue_fn_mem_qi_write()
269 SIM_CPU *cpu, in sim_queue_fn_mem_hi_write()
285 SIM_CPU *cpu, in sim_queue_fn_mem_si_write()
[all …]
/dports/emulators/gxemul/gxemul-0.6.3/src/include/
H A Dcpu.h326 struct cpu { struct
336 /* Full "path" to the CPU, e.g. "machine[0].cpu[0]": */ argument
359 int cpu_id; argument
367 int (*run_instr)(struct cpu *cpu); argument
368 int (*memory_rw)(struct cpu *cpu, argument
386 uint64_t pc;
389 int trace_tree_depth;
400 char is_halted;
401 char has_been_idling;
443 struct alpha_cpu alpha; argument
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/core/
H A Dcpu.c41 CPUState *cpu; in cpu_by_arch_id() local
61 CPUState *cpu = CPU(object_new(typename)); in cpu_create() local
70 bool cpu_paging_enabled(const CPUState *cpu) in cpu_paging_enabled()
99 void cpu_reset_interrupt(CPUState *cpu, int mask) in cpu_reset_interrupt()
112 void cpu_exit(CPUState *cpu) in cpu_exit()
230 void cpu_reset(CPUState *cpu) in cpu_reset()
239 CPUState *cpu = CPU(dev); in cpu_common_reset() local
310 CPUState *cpu = CPU(dev); in cpu_common_realizefn() local
338 CPUState *cpu = CPU(dev); in cpu_common_unrealizefn() local
347 CPUState *cpu = CPU(obj); in cpu_common_initfn() local
[all …]
/dports/emulators/bochs/bochs-2.7/instrument/stubs/
H A Dinstrument.cc30 void bx_instr_initialize(unsigned cpu) {} in bx_instr_initialize()
31 void bx_instr_exit(unsigned cpu) {} in bx_instr_exit()
32 void bx_instr_reset(unsigned cpu, unsigned type) {} in bx_instr_reset()
33 void bx_instr_hlt(unsigned cpu) {} in bx_instr_hlt()
40 void bx_instr_cnear_branch_not_taken(unsigned cpu, bx_address branch_eip) {} in bx_instr_cnear_branch_not_taken()
46 void bx_instr_interrupt(unsigned cpu, unsigned vector) {} in bx_instr_interrupt()
52 void bx_instr_cache_cntrl(unsigned cpu, unsigned what) {} in bx_instr_cache_cntrl()
55 void bx_instr_before_execution(unsigned cpu, bxInstruction_c *i) {} in bx_instr_before_execution()
56 void bx_instr_after_execution(unsigned cpu, bxInstruction_c *i) {} in bx_instr_after_execution()
57 void bx_instr_repeat_iteration(unsigned cpu, bxInstruction_c *i) {} in bx_instr_repeat_iteration()
[all …]
/dports/emulators/darcnes/darcnes/
H A Dgenesis.c42 unsigned char gen_read8_rom(cal_cpu cpu, unsigned long address) in gen_read8_rom()
54 unsigned short gen_read16_rom(cal_cpu cpu, unsigned long address) in gen_read16_rom()
70 unsigned char gen_read8_reserved(cal_cpu cpu, unsigned long address) in gen_read8_reserved()
78 unsigned short gen_read16_reserved(cal_cpu cpu, unsigned long address) in gen_read16_reserved()
89 unsigned char gen_read8_misc(cal_cpu cpu, unsigned long address) in gen_read8_misc()
104 unsigned short gen_read16_misc(cal_cpu cpu, unsigned long address) in gen_read16_misc()
115 unsigned char gen_read8_vdp(cal_cpu cpu, unsigned long address) in gen_read8_vdp()
123 unsigned short gen_read16_vdp(cal_cpu cpu, unsigned long address) in gen_read16_vdp()
134 unsigned char gen_read8_ram(cal_cpu cpu, unsigned long address) in gen_read8_ram()
139 unsigned short gen_read16_ram(cal_cpu cpu, unsigned long address) in gen_read16_ram()
[all …]
/dports/emulators/dynamips-community/dynamips-0.2.17/unstable/
H A Dmips64_exec.c71 void mips64_dump_stats(cpu_mips_t *cpu) in mips64_dump_stats()
274 void mips64_dump_insn_block(cpu_mips_t *cpu,m_uint64_t pc,u_int count, in mips64_dump_insn_block()
390 fastcall int mips64_exec_page(cpu_mips_t *cpu) in mips64_exec_page()
420 cpu_mips_t *cpu = CPU_MIPS64(gen); in mips64_exec_run_cpu() local
509 static forced_inline void mips64_exec_bdslot(cpu_mips_t *cpu) in mips64_exec_bdslot()
527 static fastcall int mips64_exec_ADD(cpu_mips_t *cpu,mips_insn_t insn) in mips64_exec_ADD()
581 static fastcall int mips64_exec_AND(cpu_mips_t *cpu,mips_insn_t insn) in mips64_exec_AND()
603 static fastcall int mips64_exec_B(cpu_mips_t *cpu,mips_insn_t insn) in mips64_exec_B()
620 static fastcall int mips64_exec_BAL(cpu_mips_t *cpu,mips_insn_t insn) in mips64_exec_BAL()
640 static fastcall int mips64_exec_BEQ(cpu_mips_t *cpu,mips_insn_t insn) in mips64_exec_BEQ()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/hvf/
H A Dx86.c50 bool x86_read_segment_descriptor(struct CPUState *cpu, in x86_read_segment_descriptor()
80 bool x86_write_segment_descriptor(struct CPUState *cpu, in x86_write_segment_descriptor()
103 bool x86_read_call_gate(struct CPUState *cpu, struct x86_call_gate *idt_desc, in x86_read_call_gate()
119 bool x86_is_protected(struct CPUState *cpu) in x86_is_protected()
125 bool x86_is_real(struct CPUState *cpu) in x86_is_real()
130 bool x86_is_v8086(struct CPUState *cpu) in x86_is_v8086()
137 bool x86_is_long_mode(struct CPUState *cpu) in x86_is_long_mode()
142 bool x86_is_long64_mode(struct CPUState *cpu) in x86_is_long64_mode()
150 bool x86_is_paging_mode(struct CPUState *cpu) in x86_is_paging_mode()
156 bool x86_is_pae_enabled(struct CPUState *cpu) in x86_is_pae_enabled()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/i386/hvf/
H A Dx86.c50 bool x86_read_segment_descriptor(struct CPUState *cpu, in x86_read_segment_descriptor()
80 bool x86_write_segment_descriptor(struct CPUState *cpu, in x86_write_segment_descriptor()
103 bool x86_read_call_gate(struct CPUState *cpu, struct x86_call_gate *idt_desc, in x86_read_call_gate()
119 bool x86_is_protected(struct CPUState *cpu) in x86_is_protected()
125 bool x86_is_real(struct CPUState *cpu) in x86_is_real()
130 bool x86_is_v8086(struct CPUState *cpu) in x86_is_v8086()
137 bool x86_is_long_mode(struct CPUState *cpu) in x86_is_long_mode()
142 bool x86_is_long64_mode(struct CPUState *cpu) in x86_is_long64_mode()
150 bool x86_is_paging_mode(struct CPUState *cpu) in x86_is_paging_mode()
156 bool x86_is_pae_enabled(struct CPUState *cpu) in x86_is_pae_enabled()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/hvf/
H A Dx86.c50 bool x86_read_segment_descriptor(struct CPUState *cpu, in x86_read_segment_descriptor()
80 bool x86_write_segment_descriptor(struct CPUState *cpu, in x86_write_segment_descriptor()
103 bool x86_read_call_gate(struct CPUState *cpu, struct x86_call_gate *idt_desc, in x86_read_call_gate()
119 bool x86_is_protected(struct CPUState *cpu) in x86_is_protected()
125 bool x86_is_real(struct CPUState *cpu) in x86_is_real()
130 bool x86_is_v8086(struct CPUState *cpu) in x86_is_v8086()
137 bool x86_is_long_mode(struct CPUState *cpu) in x86_is_long_mode()
142 bool x86_is_long64_mode(struct CPUState *cpu) in x86_is_long64_mode()
150 bool x86_is_paging_mode(struct CPUState *cpu) in x86_is_paging_mode()
156 bool x86_is_pae_enabled(struct CPUState *cpu) in x86_is_pae_enabled()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/i386/hvf/
H A Dx86.c50 bool x86_read_segment_descriptor(struct CPUState *cpu, in x86_read_segment_descriptor()
80 bool x86_write_segment_descriptor(struct CPUState *cpu, in x86_write_segment_descriptor()
103 bool x86_read_call_gate(struct CPUState *cpu, struct x86_call_gate *idt_desc, in x86_read_call_gate()
119 bool x86_is_protected(struct CPUState *cpu) in x86_is_protected()
125 bool x86_is_real(struct CPUState *cpu) in x86_is_real()
130 bool x86_is_v8086(struct CPUState *cpu) in x86_is_v8086()
137 bool x86_is_long_mode(struct CPUState *cpu) in x86_is_long_mode()
142 bool x86_is_long64_mode(struct CPUState *cpu) in x86_is_long64_mode()
150 bool x86_is_paging_mode(struct CPUState *cpu) in x86_is_paging_mode()
156 bool x86_is_pae_enabled(struct CPUState *cpu) in x86_is_pae_enabled()
[all …]

12345678910>>...480