Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 181) sorted by relevance

12345678

/qemu/target/xtensa/
H A Dtranslate.c456 const OpcodeArg arg[], in test_exceptions_ccompare()
594 OpcodeArg *arg; member
604 OpcodeArg arg[MAX_OPCODE_ARGS]; member
882 OpcodeArg *arg = slot_prop[slot].arg; in disas_xtensa_insn() local
1381 static void translate_b(DisasContext *dc, const OpcodeArg arg[], in translate_b()
1387 static void translate_bb(DisasContext *dc, const OpcodeArg arg[], in translate_bb()
1414 static void translate_bi(DisasContext *dc, const OpcodeArg arg[], in translate_bi()
1420 static void translate_bz(DisasContext *dc, const OpcodeArg arg[], in translate_bz()
1454 static void translate_bp(DisasContext *dc, const OpcodeArg arg[], in translate_bp()
1618 static void translate_j(DisasContext *dc, const OpcodeArg arg[], in translate_j()
[all …]
/qemu/tests/qtest/
H A Dtest-arm-mptimer.c92 static void test_timer_oneshot(gconstpointer arg) in test_timer_oneshot()
116 static void test_timer_pause(gconstpointer arg) in test_timer_pause()
157 static void test_timer_reload(gconstpointer arg) in test_timer_reload()
178 static void test_timer_periodic(gconstpointer arg) in test_timer_periodic()
197 static void test_timer_oneshot_to_periodic(gconstpointer arg) in test_timer_oneshot_to_periodic()
218 static void test_timer_periodic_to_oneshot(gconstpointer arg) in test_timer_periodic_to_oneshot()
347 static void test_timer_noload_oneshot(gconstpointer arg) in test_timer_noload_oneshot()
365 static void test_timer_noload_periodic(gconstpointer arg) in test_timer_noload_periodic()
383 static void test_timer_zero_load_oneshot(gconstpointer arg) in test_timer_zero_load_oneshot()
408 static void test_timer_zero_load_periodic(gconstpointer arg) in test_timer_zero_load_periodic()
[all …]
H A Dvirtio-scsi-test.c314 static void *virtio_scsi_hotplug_setup(GString *cmd_line, void *arg) in virtio_scsi_hotplug_setup()
322 static void *virtio_scsi_setup(GString *cmd_line, void *arg) in virtio_scsi_setup()
332 static void *virtio_scsi_setup_4k(GString *cmd_line, void *arg) in virtio_scsi_setup_4k()
343 static void *virtio_scsi_setup_cd(GString *cmd_line, void *arg) in virtio_scsi_setup_cd()
353 static void *virtio_scsi_setup_iothread(GString *cmd_line, void *arg) in virtio_scsi_setup_iothread()
H A Dvhost-user-test.c765 static void *vhost_user_test_setup(GString *cmd_line, void *arg) in vhost_user_test_setup()
778 static void *vhost_user_test_setup_memfd(GString *cmd_line, void *arg) in vhost_user_test_setup_memfd()
791 static void test_read_guest_mem(void *obj, void *arg, QGuestAllocator *alloc) in test_read_guest_mem()
802 static void test_migrate(void *obj, void *arg, QGuestAllocator *alloc) in test_migrate()
927 static void *vhost_user_test_setup_reconnect(GString *cmd_line, void *arg) in vhost_user_test_setup_reconnect()
940 static void test_reconnect(void *obj, void *arg, QGuestAllocator *alloc) in test_reconnect()
962 static void *vhost_user_test_setup_connect_fail(GString *cmd_line, void *arg) in vhost_user_test_setup_connect_fail()
977 static void *vhost_user_test_setup_flags_mismatch(GString *cmd_line, void *arg) in vhost_user_test_setup_flags_mismatch()
992 static void test_vhost_user_started(void *obj, void *arg, QGuestAllocator *alloc) in test_vhost_user_started()
1002 static void *vhost_user_test_setup_multiqueue(GString *cmd_line, void *arg) in vhost_user_test_setup_multiqueue()
[all …]
/qemu/linux-user/
H A Dmain.c266 static void handle_arg_help(const char *arg) in handle_arg_help()
271 static void handle_arg_log(const char *arg) in handle_arg_log()
280 static void handle_arg_dfilter(const char *arg) in handle_arg_dfilter()
314 static void handle_arg_argv0(const char *arg) in handle_arg_argv0()
349 static void handle_arg_seed(const char *arg) in handle_arg_seed()
354 static void handle_arg_gdb(const char *arg) in handle_arg_gdb()
359 static void handle_arg_uname(const char *arg) in handle_arg_uname()
364 static void handle_arg_cpu(const char *arg) in handle_arg_cpu()
420 static void handle_arg_strace(const char *arg) in handle_arg_strace()
432 static void handle_arg_trace(const char *arg) in handle_arg_trace()
[all …]
/qemu/tests/unit/
H A Dptimer-test.c66 static void check_set_count(gconstpointer arg) in check_set_count()
81 static void check_set_limit(gconstpointer arg) in check_set_limit()
104 static void check_oneshot(gconstpointer arg) in check_oneshot()
222 static void check_periodic(gconstpointer arg) in check_periodic()
408 static void check_on_the_fly_mode_change(gconstpointer arg) in check_on_the_fly_mode_change()
460 static void check_on_the_fly_period_change(gconstpointer arg) in check_on_the_fly_period_change()
496 static void check_on_the_fly_freq_change(gconstpointer arg) in check_on_the_fly_freq_change()
532 static void check_run_with_period_0(gconstpointer arg) in check_run_with_period_0()
551 static void check_run_with_delta_0(gconstpointer arg) in check_run_with_delta_0()
664 static void check_periodic_with_load_0(gconstpointer arg) in check_periodic_with_load_0()
[all …]
H A Drcutorture.c117 static void *rcu_read_perf_test(void *arg) in rcu_read_perf_test()
144 static void *rcu_update_perf_test(void *arg) in rcu_update_perf_test()
244 static void *rcu_read_stress_test(void *arg) in rcu_read_stress_test()
300 static void *rcu_update_stress_test(void *arg) in rcu_update_stress_test()
345 static void *rcu_fake_update_stress_test(void *arg) in rcu_fake_update_stress_test()
/qemu/target/microblaze/
H A Dtranslate.c749 static bool trans_lbu(DisasContext *dc, arg_typea *arg) in trans_lbu()
780 static bool trans_lhu(DisasContext *dc, arg_typea *arg) in trans_lhu()
811 static bool trans_lw(DisasContext *dc, arg_typea *arg) in trans_lw()
817 static bool trans_lwr(DisasContext *dc, arg_typea *arg) in trans_lwr()
899 static bool trans_sb(DisasContext *dc, arg_typea *arg) in trans_sb()
930 static bool trans_sh(DisasContext *dc, arg_typea *arg) in trans_sh()
961 static bool trans_sw(DisasContext *dc, arg_typea *arg) in trans_sw()
1355 static bool trans_mts(DisasContext *dc, arg_mts *arg) in trans_mts()
1414 static bool trans_mfs(DisasContext *dc, arg_mfs *arg) in trans_mfs()
1557 static bool trans_get(DisasContext *dc, arg_get *arg) in trans_get()
[all …]
/qemu/target/s390x/
H A Dsigp.c93 static void sigp_start(CPUState *cs, run_on_cpu_data arg) in sigp_start()
107 static void sigp_stop(CPUState *cs, run_on_cpu_data arg) in sigp_stop()
128 static void sigp_stop_and_store_status(CPUState *cs, run_on_cpu_data arg) in sigp_stop_and_store_status()
153 static void sigp_store_status_at_address(CPUState *cs, run_on_cpu_data arg) in sigp_store_status_at_address()
175 static void sigp_store_adtl_status(CPUState *cs, run_on_cpu_data arg) in sigp_store_adtl_status()
227 static void sigp_restart(CPUState *cs, run_on_cpu_data arg) in sigp_restart()
251 static void sigp_initial_cpu_reset(CPUState *cs, run_on_cpu_data arg) in sigp_initial_cpu_reset()
263 static void sigp_cpu_reset(CPUState *cs, run_on_cpu_data arg) in sigp_cpu_reset()
275 static void sigp_set_prefix(CPUState *cs, run_on_cpu_data arg) in sigp_set_prefix()
/qemu/target/tricore/
H A Dfpu_helper.c357 uint32_t helper_ftoi(CPUTriCoreState *env, uint32_t arg) in helper_ftoi()
376 uint32_t helper_hptof(CPUTriCoreState *env, uint32_t arg) in helper_hptof()
412 uint32_t helper_ftohp(CPUTriCoreState *env, uint32_t arg) in helper_ftohp()
450 uint32_t helper_itof(CPUTriCoreState *env, uint32_t arg) in helper_itof()
465 uint32_t helper_utof(CPUTriCoreState *env, uint32_t arg) in helper_utof()
481 uint32_t helper_ftoiz(CPUTriCoreState *env, uint32_t arg) in helper_ftoiz()
506 uint32_t helper_ftou(CPUTriCoreState *env, uint32_t arg) in helper_ftou()
538 uint32_t helper_ftouz(CPUTriCoreState *env, uint32_t arg) in helper_ftouz()
570 void helper_updfl(CPUTriCoreState *env, uint32_t arg) in helper_updfl()
/qemu/target/i386/kvm/
H A Dxen-emu.c637 uint64_t arg) in do_add_to_physmap()
668 uint64_t arg) in do_add_to_physmap_batch()
733 int cmd, uint64_t arg) in kvm_xen_hcall_memory_op()
755 uint64_t arg) in handle_set_param()
791 uint64_t arg) in handle_get_param()
869 int cmd, uint64_t arg) in kvm_xen_hcall_hvm_op()
896 uint64_t arg) in vcpuop_register_vcpu_info()
923 uint64_t arg) in vcpuop_register_vcpu_time_info()
959 uint64_t arg) in vcpuop_register_runstate_info()
1060 uint64_t arg) in vcpuop_set_periodic_timer()
[all …]
/qemu/tests/tcg/multiarch/
H A Dvma-pthread.c43 static void *thread_read(void *arg) in thread_read()
78 static void *thread_write(void *arg) in thread_write()
104 static void *thread_execute(void *arg) in thread_execute()
117 static void *thread_mutate(void *arg) in thread_mutate()
H A Dthreadcount.c30 ThreadArg *arg = varg; in thread_fn() local
47 ThreadArg *arg = calloc(sizeof(ThreadArg), 1); in main() local
H A Dmunmap-pthread.c12 static void *thread_mmap_munmap(void *arg) in thread_mmap_munmap()
34 static void *thread_dummy(void *arg) in thread_dummy()
H A Dtestthread.c17 void *thread1_func(void *arg) in thread1_func()
30 void *thread2_func(void *arg) in thread2_func()
/qemu/tcg/
H A Dtcg-op.c327 void tcg_gen_discard_i32(TCGv_i32 arg) in tcg_gen_discard_i32()
332 void tcg_gen_mov_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_mov_i32()
339 void tcg_gen_movi_i32(TCGv_i32 ret, int32_t arg) in tcg_gen_movi_i32()
378 void tcg_gen_neg_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_neg_i32()
451 void tcg_gen_not_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_not_i32()
778 void tcg_gen_clrsb_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_clrsb_i32()
1460 void tcg_gen_discard_i64(TCGv_i64 arg) in tcg_gen_discard_i64()
1470 void tcg_gen_mov_i64(TCGv_i64 ret, TCGv_i64 arg) in tcg_gen_mov_i64()
1490 void tcg_gen_movi_i64(TCGv_i64 ret, int64_t arg) in tcg_gen_movi_i64()
1753 void tcg_gen_neg_i64(TCGv_i64 ret, TCGv_i64 arg) in tcg_gen_neg_i64()
[all …]
/qemu/tests/tcg/hexagon/
H A Datomics.c92 void *thread1_func(void *arg) in thread1_func()
101 void *thread2_func(void *arg) in thread2_func()
/qemu/include/semihosting/
H A Duaccess.h39 #define get_user_ual(arg, p) get_user_u32(arg, p) argument
49 #define put_user_ual(arg, p) put_user_u32(arg, p) argument
/qemu/target/ppc/
H A Darch_dump.c99 static void ppc_write_elf_prstatus(NoteFuncArg *arg, PowerPCCPU *cpu) in ppc_write_elf_prstatus()
130 static void ppc_write_elf_fpregset(NoteFuncArg *arg, PowerPCCPU *cpu) in ppc_write_elf_fpregset()
149 static void ppc_write_elf_vmxregset(NoteFuncArg *arg, PowerPCCPU *cpu) in ppc_write_elf_vmxregset()
181 static void ppc_write_elf_vsxregset(NoteFuncArg *arg, PowerPCCPU *cpu) in ppc_write_elf_vsxregset()
198 static void ppc_write_elf_speregset(NoteFuncArg *arg, PowerPCCPU *cpu) in ppc_write_elf_speregset()
275 NoteFuncArg arg = { .state = s }; in ppc_write_all_elf_notes() local
/qemu/util/
H A Dthread-pool.c40 void *arg; member
241 BlockAIOCB *thread_pool_submit_aio(ThreadPoolFunc *func, void *arg, in thread_pool_submit_aio()
284 int coroutine_fn thread_pool_submit_co(ThreadPoolFunc *func, void *arg) in thread_pool_submit_co()
293 void thread_pool_submit(ThreadPoolFunc *func, void *arg) in thread_pool_submit()
/qemu/scripts/qemugdb/
H A Dcoroutine.py105 def invoke(self, arg, from_tty): argument
119 def invoke(self, arg, from_tty): argument
H A Dtcg.py23 def invoke(self, arg, from_tty): argument
/qemu/accel/
H A Ddummy-cpus.c21 static void *dummy_cpu_thread_fn(void *arg) in dummy_cpu_thread_fn()
/qemu/plugins/
H A Dloader.c96 struct qemu_plugin_parse_arg *arg = opaque; in plugin_add() local
144 struct qemu_plugin_parse_arg arg; in qemu_plugin_opt_parse() local
379 static void plugin_flush_destroy(CPUState *cpu, run_on_cpu_data arg) in plugin_flush_destroy()
/qemu/bsd-user/x86_64/
H A Dtarget_arch_thread.h25 abi_ulong arg, abi_ulong stack_base, abi_ulong stack_size) in target_thread_set_upcall()

12345678