/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | start.c | 74 static int sandbox_cmdline_cb_help(struct sandbox_state *state, const char *arg) in sandbox_cmdline_cb_help() 109 const char *arg) in sandbox_cmdline_cb_boot() 117 const char *arg) in sandbox_cmdline_cb_command() 124 static int sandbox_cmdline_cb_fdt(struct sandbox_state *state, const char *arg) in sandbox_cmdline_cb_fdt() 132 const char *arg) in sandbox_cmdline_cb_default_fdt() 151 const char *arg) in sandbox_cmdline_cb_interactive() 160 const char *arg) in sandbox_cmdline_cb_jump() 170 const char *arg) in sandbox_cmdline_cb_memory() 191 const char *arg) in sandbox_cmdline_cb_rm_memory() 200 const char *arg) in sandbox_cmdline_cb_state() [all …]
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 448 static uint32_t test_exceptions_sr(DisasContext *dc, const OpcodeArg arg[], in test_exceptions_sr() 455 const OpcodeArg arg[], in test_exceptions_ccompare() 466 static uint32_t test_exceptions_dbreak(DisasContext *dc, const OpcodeArg arg[], in test_exceptions_dbreak() 483 static uint32_t test_exceptions_ibreak(DisasContext *dc, const OpcodeArg arg[], in test_exceptions_ibreak() 494 static uint32_t test_exceptions_hpi(DisasContext *dc, const OpcodeArg arg[], in test_exceptions_hpi() 557 static void gen_zero_check(DisasContext *dc, const OpcodeArg arg[]) in gen_zero_check() 593 OpcodeArg *arg; member 603 OpcodeArg arg[MAX_OPCODE_ARGS]; member 881 OpcodeArg *arg = slot_prop[slot].arg; in disas_xtensa_insn() local 1306 static void translate_abs(DisasContext *dc, const OpcodeArg arg[], in translate_abs() [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | test-arm-mptimer.c | 92 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() 289 static void test_timer_set_oneshot_counter_to_0(gconstpointer arg) in test_timer_set_oneshot_counter_to_0() 310 static void test_timer_set_periodic_counter_to_0(gconstpointer arg) in test_timer_set_periodic_counter_to_0() 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() [all …]
|
/openbmc/qemu/linux-user/ |
H A D | main.c | 271 static void handle_arg_help(const char *arg) in handle_arg_help() 276 static void handle_arg_log(const char *arg) in handle_arg_log() 285 static void handle_arg_dfilter(const char *arg) in handle_arg_dfilter() 290 static void handle_arg_log_filename(const char *arg) in handle_arg_log_filename() 295 static void handle_arg_set_env(const char *arg) in handle_arg_set_env() 307 static void handle_arg_unset_env(const char *arg) in handle_arg_unset_env() 319 static void handle_arg_argv0(const char *arg) in handle_arg_argv0() 324 static void handle_arg_stack_size(const char *arg) in handle_arg_stack_size() 339 static void handle_arg_ld_prefix(const char *arg) in handle_arg_ld_prefix() 344 static void handle_arg_pagesize(const char *arg) in handle_arg_pagesize() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | ptimer-test.c | 66 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 D | rcutorture.c | 117 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()
|
/openbmc/u-boot/drivers/tee/optee/ |
H A D | supplicant.c | 16 static void cmd_shm_alloc(struct udevice *dev, struct optee_msg_arg *arg, in cmd_shm_alloc() 58 static void cmd_shm_free(struct optee_msg_arg *arg) in cmd_shm_free() 75 struct optee_msg_arg *arg = shm_arg->addr; in optee_suppl_cmd() local
|
/openbmc/u-boot/include/ |
H A D | dt-structs.h | 13 int arg[0]; member 18 int arg[1]; member 23 int arg[2]; member
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | ksparser.py | 55 def f(arg): argument 88 def overheadtype(arg): argument 103 def cannedpathtype(arg): argument 114 def systemidtype(arg): argument
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 190 static bool do_typea(DisasContext *dc, arg_typea *arg, bool side_effects, in do_typea() 206 static bool do_typea0(DisasContext *dc, arg_typea0 *arg, bool side_effects, in do_typea0() 221 static bool do_typeb_imm(DisasContext *dc, arg_typeb *arg, bool side_effects, in do_typeb_imm() 236 static bool do_typeb_val(DisasContext *dc, arg_typeb *arg, bool side_effects, in do_typeb_val() 751 static bool trans_lbu(DisasContext *dc, arg_typea *arg) in trans_lbu() 757 static bool trans_lbur(DisasContext *dc, arg_typea *arg) in trans_lbur() 763 static bool trans_lbuea(DisasContext *dc, arg_typea *arg) in trans_lbuea() 777 static bool trans_lbui(DisasContext *dc, arg_typeb *arg) in trans_lbui() 783 static bool trans_lhu(DisasContext *dc, arg_typea *arg) in trans_lhu() 789 static bool trans_lhur(DisasContext *dc, arg_typea *arg) in trans_lhur() [all …]
|
/openbmc/qemu/target/s390x/ |
H A D | sigp.c | 94 static void sigp_start(CPUState *cs, run_on_cpu_data arg) in sigp_start() 108 static void sigp_stop(CPUState *cs, run_on_cpu_data arg) in sigp_stop() 129 static void sigp_stop_and_store_status(CPUState *cs, run_on_cpu_data arg) in sigp_stop_and_store_status() 154 static void sigp_store_status_at_address(CPUState *cs, run_on_cpu_data arg) in sigp_store_status_at_address() 176 static void sigp_store_adtl_status(CPUState *cs, run_on_cpu_data arg) in sigp_store_adtl_status() 228 static void sigp_restart(CPUState *cs, run_on_cpu_data arg) in sigp_restart() 252 static void sigp_initial_cpu_reset(CPUState *cs, run_on_cpu_data arg) in sigp_initial_cpu_reset() 262 static void sigp_cpu_reset(CPUState *cs, run_on_cpu_data arg) in sigp_cpu_reset() 272 static void sigp_set_prefix(CPUState *cs, run_on_cpu_data arg) in sigp_set_prefix()
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | mailbox_s10.c | 48 u32 *arg) in mbox_fill_cmd_circular_buff() 86 u32 *arg) in mbox_prepare_cmd_only() 109 u32 *arg) in mbox_send_cmd_only_common() 151 u32 len, u32 *arg, u8 urgent, in mbox_send_cmd_common() 393 int mbox_send_cmd(u8 id, u32 cmd, u8 is_indirect, u32 len, u32 *arg, in mbox_send_cmd() 401 u32 *arg, u8 urgent, u32 *resp_buf_len, in mbox_send_cmd_psci() 408 int mbox_send_cmd_only(u8 id, u32 cmd, u8 is_indirect, u32 len, u32 *arg) in mbox_send_cmd_only() 414 u32 *arg) in mbox_send_cmd_only_psci()
|
/openbmc/qemu/target/tricore/ |
H A D | fpu_helper.c | 357 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()
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | threadcount.c | 30 ThreadArg *arg = varg; in thread_fn() local 47 ThreadArg *arg = calloc(sizeof(ThreadArg), 1); in main() local
|
H A D | munmap-pthread.c | 12 static void *thread_mmap_munmap(void *arg) in thread_mmap_munmap() 34 static void *thread_dummy(void *arg) in thread_dummy()
|
H A D | vma-pthread.c | 43 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 D | testthread.c | 17 void *thread1_func(void *arg) in thread1_func() 30 void *thread2_func(void *arg) in thread2_func()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | xen-emu.c | 247 int cmd, uint64_t arg) in kvm_xen_hcall_xen_version() 633 uint64_t arg) in do_add_to_physmap() 664 uint64_t arg) in do_add_to_physmap_batch() 729 int cmd, uint64_t arg) in kvm_xen_hcall_memory_op() 751 uint64_t arg) in handle_set_param() 787 uint64_t arg) in handle_get_param() 838 X86CPU *cpu, uint64_t arg) in kvm_xen_hcall_evtchn_upcall_vector() 865 int cmd, uint64_t arg) in kvm_xen_hcall_hvm_op() 892 uint64_t arg) in vcpuop_register_vcpu_info() 919 uint64_t arg) in vcpuop_register_vcpu_time_info() [all …]
|
/openbmc/u-boot/arch/nios2/cpu/ |
H A D | interrupts.c | 20 void *arg; member 62 static void def_hdlr (void *arg) in def_hdlr() 76 void irq_install_handler (int irq, interrupt_handler_t *hdlr, void *arg) in irq_install_handler()
|
/openbmc/qemu/accel/hvf/ |
H A D | hvf-accel-ops.c | 81 static void do_hvf_cpu_synchronize_state(CPUState *cpu, run_on_cpu_data arg) in do_hvf_cpu_synchronize_state() 97 run_on_cpu_data arg) in do_hvf_cpu_synchronize_set_dirty() 122 static void do_hvf_get_vcpu_exec_time(CPUState *cpu, run_on_cpu_data arg) in do_hvf_get_vcpu_exec_time() 172 static void *hvf_cpu_thread_fn(void *arg) in hvf_cpu_thread_fn() 244 static void do_hvf_update_guest_debug(CPUState *cpu, run_on_cpu_data arg) in do_hvf_update_guest_debug()
|
/openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/ |
H A D | server.hpp | 39 std::tuple<Args...> arg{}; in property_callback() local 95 std::tuple<Args...> arg{}; in method_callback() local
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 328 void tcg_gen_discard_i32(TCGv_i32 arg) in tcg_gen_discard_i32() 333 void tcg_gen_mov_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_mov_i32() 340 void tcg_gen_movi_i32(TCGv_i32 ret, int32_t arg) in tcg_gen_movi_i32() 379 void tcg_gen_neg_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_neg_i32() 455 void tcg_gen_not_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_not_i32() 784 void tcg_gen_clrsb_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_clrsb_i32() 932 void tcg_gen_deposit_z_i32(TCGv_i32 ret, TCGv_i32 arg, in tcg_gen_deposit_z_i32() 968 void tcg_gen_extract_i32(TCGv_i32 ret, TCGv_i32 arg, in tcg_gen_extract_i32() 1013 void tcg_gen_sextract_i32(TCGv_i32 ret, TCGv_i32 arg, in tcg_gen_sextract_i32() 1246 void tcg_gen_ext8s_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_ext8s_i32() [all …]
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | interrupts.c | 18 void *arg; member 48 irq_install_handler (int irq, interrupt_handler_t * handler, void *arg) in irq_install_handler()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | interrupts.c | 39 void *arg; member 47 void irq_install_handler(int irq, interrupt_handler_t *handler, void *arg) in irq_install_handler()
|
/openbmc/u-boot/arch/m68k/lib/ |
H A D | interrupts.c | 22 void *arg; member 45 void irq_install_handler (int vec, interrupt_handler_t * handler, void *arg) in irq_install_handler()
|