Home
last modified time | relevance | path

Searched refs:async_run_on_cpu (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/target/arm/
H A Darm-powerctl.c183 async_run_on_cpu(target_cpu_state, arm_set_cpu_on_async_work, in arm_set_cpu_on()
239 async_run_on_cpu(target_cpu_state, arm_set_cpu_on_and_reset_async_work, in arm_set_cpu_on_and_reset()
280 async_run_on_cpu(target_cpu_state, arm_set_cpu_off_async_work, in arm_set_cpu_off()
317 async_run_on_cpu(target_cpu_state, arm_reset_cpu_async_work, in arm_reset_cpu()
/openbmc/qemu/hw/s390x/
H A Dtod-tcg.c51 async_run_on_cpu(cpu, tcg_s390_tod_updated, RUN_ON_CPU_NULL); in qemu_s390_tod_set()
/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops-mttcg.c56 async_run_on_cpu(cpu, do_nothing, RUN_ON_CPU_NULL); in mttcg_force_rcu()
H A Dcputlb.c372 async_run_on_cpu(cpu, fn, d); in flush_all_helper()
653 async_run_on_cpu(dst_cpu, tlb_flush_page_by_mmuidx_async_2, in tlb_flush_page_by_mmuidx_all_cpus_synced()
844 async_run_on_cpu(dst_cpu, tlb_flush_range_by_mmuidx_async_1, in tlb_flush_range_by_mmuidx_all_cpus_synced()
/openbmc/qemu/migration/
H A Dcpu-throttle.c88 async_run_on_cpu(cpu, cpu_throttle_thread, in cpu_throttle_timer_tick()
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c517 async_run_on_cpu(cs, do_set_vcpu_timer_virq, in kvm_xen_set_vcpu_virq()
597 async_run_on_cpu(cpu, do_set_vcpu_info_default_gpa, in xen_set_shared_info()
858 async_run_on_cpu(target_cs, do_set_vcpu_callback_vector, in kvm_xen_hcall_evtchn_upcall_vector()
913 async_run_on_cpu(target, do_set_vcpu_info_gpa, RUN_ON_CPU_HOST_ULONG(gpa)); in vcpuop_register_vcpu_info()
948 async_run_on_cpu(target, do_set_vcpu_time_info_gpa, in vcpuop_register_vcpu_time_info()
977 async_run_on_cpu(target, do_set_vcpu_runstate_gpa, in vcpuop_register_runstate_info()
1426 async_run_on_cpu(cpu, do_vcpu_soft_reset, RUN_ON_CPU_NULL); in kvm_xen_soft_reset()
/openbmc/qemu/system/
H A Dcpu-timers.c262 async_run_on_cpu(first_cpu, do_nothing, RUN_ON_CPU_NULL); in qemu_timer_notify_cb()
H A Dphysmem.c2620 async_run_on_cpu(cpu, tcg_commit_cpu, RUN_ON_CPU_HOST_PTR(cpuas)); in tcg_commit()
/openbmc/qemu/hw/misc/
H A Dimx7_src.c163 async_run_on_cpu(cpu, imx7_clear_reset_bit, RUN_ON_CPU_HOST_PTR(ri)); in imx7_defer_clear_reset_bit()
H A Dimx6_src.c158 async_run_on_cpu(cpu, imx6_clear_reset_bit, RUN_ON_CPU_HOST_PTR(ri)); in imx6_defer_clear_reset_bit()
/openbmc/qemu/hw/watchdog/
H A Dspapr_watchdog.c121 async_run_on_cpu(cs, spapr_do_system_reset_on_cpu, RUN_ON_CPU_NULL); in watchdog_expired()
/openbmc/qemu/plugins/
H A Dcore.c68 async_run_on_cpu(cpu, plugin_cpu_update__async, mask); in plugin_cpu_update__locked()
283 async_run_on_cpu(cpu, qemu_plugin_vcpu_init__async, RUN_ON_CPU_NULL); in qemu_plugin_vcpu_init_hook()
H A Dapi.c678 async_run_on_cpu(current_cpu, in qemu_plugin_update_ns()
/openbmc/qemu/
H A Dcpu-common.c169 void async_run_on_cpu(CPUState *cpu, run_on_cpu_func func, run_on_cpu_data data) in async_run_on_cpu() function
/openbmc/qemu/hw/sparc/
H A Dleon3.c248 async_run_on_cpu(cs, leon3_start_cpu_async_work, RUN_ON_CPU_NULL); in leon3_start_cpu()
/openbmc/qemu/include/hw/core/
H A Dcpu.h894 void async_run_on_cpu(CPUState *cpu, run_on_cpu_func func, run_on_cpu_data data);
/openbmc/qemu/target/hppa/
H A Dmem_helper.c629 async_run_on_cpu(cpu, ptlb_work, data); in HELPER()
/openbmc/qemu/hw/hyperv/
H A Dhyperv.c327 async_run_on_cpu(sint_route->synic->cs, cpu_post_msg, in hyperv_post_msg()
/openbmc/qemu/docs/devel/
H A Dmulti-thread-tcg.rst244 of async_run_on_cpu().
/openbmc/qemu/hw/ppc/
H A Dpnv.c2851 async_run_on_cpu(cs, pnv_cpu_do_nmi_on_cpu, RUN_ON_CPU_HOST_INT(1)); in pnv_cpu_do_nmi_resume()
2856 async_run_on_cpu(CPU(cpu), pnv_cpu_do_nmi_on_cpu, RUN_ON_CPU_HOST_INT(0)); in pnv_cpu_do_nmi()
H A Dspapr.c3498 async_run_on_cpu(cs, spapr_do_system_reset_on_cpu, RUN_ON_CPU_NULL); in spapr_nmi()