Home
last modified time | relevance | path

Searched refs:arg (Results 276 – 292 of 292) sorted by relevance

1...<<1112

/qemu/hw/sd/
H A Dallwinner-sdhost.c246 request.arg = s->command_arg; in allwinner_sdhost_send_command()
/qemu/target/tricore/
H A Dtranslate.c131 #define gen_helper_1arg(name, arg) do { \ argument
132 TCGv_i32 helper_tmp = tcg_constant_i32(arg); \
2450 static void gen_saturate(TCGv ret, TCGv arg, int32_t up, int32_t low) in gen_saturate() argument
2452 tcg_gen_smax_tl(ret, arg, tcg_constant_i32(low)); in gen_saturate()
2456 static void gen_saturate_u(TCGv ret, TCGv arg, int32_t up) in gen_saturate_u() argument
2458 tcg_gen_umin_tl(ret, arg, tcg_constant_i32(up)); in gen_saturate_u()
2802 static void gen_calc_usb_mulr_h(TCGv arg) in gen_calc_usb_mulr_h() argument
2806 tcg_gen_add_tl(temp, arg, arg); in gen_calc_usb_mulr_h()
2807 tcg_gen_xor_tl(temp, temp, arg); in gen_calc_usb_mulr_h()
/qemu/hw/s390x/
H A Ds390-virtio-ccw.c327 static inline void s390_do_cpu_ipl(CPUState *cs, run_on_cpu_data arg) in s390_do_cpu_ipl() argument
/qemu/
H A Dhmp-commands.hx212 .args_type = "device:B,force:-f,target:F,arg:s?,read-only-mode:s?",
304 .args_type = "op:s?,arg:F?",
305 .params = "on|off|flush|set [arg]",
H A Dqemu-options.hx591 "-set group.id.arg=value\n"
592 " set <arg> parameter for item <id> of type <group>\n"
595 ``-set group.id.arg=value``
596 Set parameter arg for item id of type group
4025 ``-initrd "file1 arg=foo,file2"``
4028 Use file1 and file2 as modules and pass ``arg=foo`` as parameter to the
4872 …onfig [enable=on|off][,target=native|gdb|auto][,chardev=id][,userspace=on|off][,arg=str[,...]]\n" \
4877 ``-semihosting-config [enable=on|off][,target=native|gdb|auto][,chardev=id][,userspace=on|off][,arg
4901 ``arg=str1,arg=str2,...``
4906 ``--semihosting-config arg`` and the ``-kernel``/``-append`` are
[all …]
/qemu/ui/
H A Dvnc.c3989 bool vnc_display_update(DisplayUpdateOptionsVNC *arg, Error **errp) in vnc_display_update() argument
3998 if (arg->has_addresses) { in vnc_display_update()
4005 if (vnc_display_listen(vd, arg->addresses, NULL, errp) < 0) { in vnc_display_update()
/qemu/qga/
H A Dcommands-posix.c737 static void execute_fsfreeze_hook(FsfreezeHookArg arg, Error **errp) in execute_fsfreeze_hook() argument
740 const char *arg_str = fsfreeze_hook_arg_string[arg]; in execute_fsfreeze_hook()
H A Dqapi-schema.json1319 # @arg: argument list to pass to executable
1333 'data': { 'path': 'str', '*arg': ['str'], '*env': ['str'],
/qemu/target/mips/tcg/
H A Dmsa_helper.c72 static inline int64_t msa_nlzc_df(uint32_t df, int64_t arg) in msa_nlzc_df() argument
77 x = UNSIGNED(arg, df); in msa_nlzc_df()
93 static inline int64_t msa_nloc_df(uint32_t df, int64_t arg) in msa_nloc_df() argument
95 return msa_nlzc_df(df, UNSIGNED((~arg), df)); in msa_nloc_df()
214 static inline int64_t msa_pcnt_df(uint32_t df, int64_t arg) in msa_pcnt_df() argument
218 x = UNSIGNED(arg, df); in msa_pcnt_df()
5421 static inline int64_t msa_sat_s_df(uint32_t df, int64_t arg, uint32_t m) in msa_sat_s_df() argument
5423 return arg < M_MIN_INT(m + 1) ? M_MIN_INT(m + 1) : in msa_sat_s_df()
5425 arg; in msa_sat_s_df()
5428 static inline int64_t msa_sat_u_df(uint32_t df, int64_t arg, uint32_t m) in msa_sat_u_df() argument
[all …]
/qemu/hw/ppc/
H A Dspapr.c1398 static void do_lpcr_sync(CPUState *cs, run_on_cpu_data arg) in do_lpcr_sync() argument
1400 struct LPCRSyncState *s = arg.host_ptr; in do_lpcr_sync()
3543 void spapr_do_system_reset_on_cpu(CPUState *cs, run_on_cpu_data arg) in spapr_do_system_reset_on_cpu() argument
H A Dpnv.c2524 static void pnv_cpu_do_nmi_on_cpu(CPUState *cs, run_on_cpu_data arg) in pnv_cpu_do_nmi_on_cpu() argument
/qemu/block/
H A Dfile-posix.c2407 static int coroutine_fn raw_thread_pool_submit(ThreadPoolFunc func, void *arg) in raw_thread_pool_submit() argument
2409 return thread_pool_submit_co(func, arg); in raw_thread_pool_submit()
/qemu/hw/scsi/
H A Dtrace-events279 …t32_t dsp, uint32_t insn, uint32_t addr) "SCRIPTS dsp=0x%"PRIx32" opcode 0x%"PRIx32" arg 0x%"PRIx32
/qemu/docs/devel/
H A Dtcg-ops.rst621 * - mb *<$arg>*
/qemu/hw/virtio/
H A Dvhost-user.c1921 uint64_t faultaddr = msg->arg.pagefault.address; in vhost_user_postcopy_fault_handler()
/qemu/migration/
H A Dram.c1428 page_address = (void *)(uintptr_t) uffd_msg.arg.pagefault.address; in poll_fault_page()
/qemu/target/i386/kvm/
H A Dkvm.c297 static inline void do_kvm_synchronize_tsc(CPUState *cpu, run_on_cpu_data arg) in do_kvm_synchronize_tsc() argument

1...<<1112