Searched refs:async_safe_run_on_cpu (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | mips_cpc.c | 57 async_safe_run_on_cpu(cs, mips_cpu_reset_async_work, in cpc_run_vp()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | hyperv.c | 82 async_safe_run_on_cpu(CPU(cpu), async_synic_update, RUN_ON_CPU_NULL); in kvm_hv_handle_exit()
|
/openbmc/qemu/ |
H A D | cpu-common.c | 324 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 D | loader.c | 419 async_safe_run_on_cpu(current_cpu, plugin_flush_destroy, in plugin_reset_uninstall()
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 908 void async_safe_run_on_cpu(CPUState *cpu, run_on_cpu_func func, run_on_cpu_data data);
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 438 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 D | tb-maint.c | 796 async_safe_run_on_cpu(cpu, do_tb_flush, in tb_flush()
|
/openbmc/qemu/hw/i386/ |
H A D | vapic.c | 464 async_safe_run_on_cpu(cs, do_patch_instruction, RUN_ON_CPU_HOST_PTR(info)); in patch_instruction()
|
/openbmc/qemu/target/hppa/ |
H A D | mem_helper.c | 634 async_safe_run_on_cpu(src, ptlb_work, data); in HELPER()
|
/openbmc/qemu/docs/devel/ |
H A D | multi-thread-tcg.rst | 114 This is done with the async_safe_run_on_cpu() mechanism to ensure all
|