Home
last modified time | relevance | path

Searched refs:async_safe_run_on_cpu (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dmips_cpc.c57 async_safe_run_on_cpu(cs, mips_cpu_reset_async_work, in cpc_run_vp()
/openbmc/qemu/target/i386/kvm/
H A Dhyperv.c82 async_safe_run_on_cpu(CPU(cpu), async_synic_update, RUN_ON_CPU_NULL); in kvm_hv_handle_exit()
/openbmc/qemu/
H A Dcpu-common.c324 void async_safe_run_on_cpu(CPUState *cpu, run_on_cpu_func func, in async_safe_run_on_cpu() function
/openbmc/qemu/plugins/
H A Dloader.c419 async_safe_run_on_cpu(current_cpu, plugin_flush_destroy, in plugin_reset_uninstall()
/openbmc/qemu/include/hw/core/
H A Dcpu.h908 void async_safe_run_on_cpu(CPUState *cpu, run_on_cpu_func func, run_on_cpu_data data);
/openbmc/qemu/accel/tcg/
H A Dcputlb.c438 async_safe_run_on_cpu(src_cpu, fn, RUN_ON_CPU_HOST_INT(idxmap)); in tlb_flush_by_mmuidx_all_cpus_synced()
641 async_safe_run_on_cpu(src_cpu, tlb_flush_page_by_mmuidx_async_1, in tlb_flush_page_by_mmuidx_all_cpus_synced()
661 async_safe_run_on_cpu(src_cpu, tlb_flush_page_by_mmuidx_async_2, in tlb_flush_page_by_mmuidx_all_cpus_synced()
850 async_safe_run_on_cpu(src_cpu, tlb_flush_range_by_mmuidx_async_1, in tlb_flush_range_by_mmuidx_all_cpus_synced()
H A Dtb-maint.c796 async_safe_run_on_cpu(cpu, do_tb_flush, in tb_flush()
/openbmc/qemu/hw/i386/
H A Dvapic.c464 async_safe_run_on_cpu(cs, do_patch_instruction, RUN_ON_CPU_HOST_PTR(info)); in patch_instruction()
/openbmc/qemu/target/hppa/
H A Dmem_helper.c634 async_safe_run_on_cpu(src, ptlb_work, data); in HELPER()
/openbmc/qemu/docs/devel/
H A Dmulti-thread-tcg.rst114 This is done with the async_safe_run_on_cpu() mechanism to ensure all