Searched refs:async_safe_run_on_cpu (Results 1 – 10 of 10) sorted by relevance
/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()
|
/qemu/target/i386/kvm/ |
H A D | hyperv.c | 83 async_safe_run_on_cpu(CPU(cpu), async_synic_update, RUN_ON_CPU_NULL); in kvm_hv_handle_exit()
|
/qemu/ |
H A D | cpu-common.c | 323 void async_safe_run_on_cpu(CPUState *cpu, run_on_cpu_func func, in async_safe_run_on_cpu() function
|
/qemu/plugins/ |
H A D | loader.c | 410 async_safe_run_on_cpu(current_cpu, plugin_flush_destroy, in plugin_reset_uninstall()
|
/qemu/gdbstub/ |
H A D | user.c | 439 async_safe_run_on_cpu(cs, do_gdb_handlesig, RUN_ON_CPU_NULL); in gdbserver_accept_thread()
|
/qemu/accel/tcg/ |
H A D | cputlb.c | 432 async_safe_run_on_cpu(src_cpu, fn, RUN_ON_CPU_HOST_INT(idxmap)); in tlb_flush_by_mmuidx_all_cpus_synced() 635 async_safe_run_on_cpu(src_cpu, tlb_flush_page_by_mmuidx_async_1, in tlb_flush_page_by_mmuidx_all_cpus_synced() 655 async_safe_run_on_cpu(src_cpu, tlb_flush_page_by_mmuidx_async_2, in tlb_flush_page_by_mmuidx_all_cpus_synced() 844 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 | 797 async_safe_run_on_cpu(cpu, do_tb_flush, in tb_flush()
|
/qemu/hw/i386/ |
H A D | vapic.c | 465 async_safe_run_on_cpu(cs, do_patch_instruction, RUN_ON_CPU_HOST_PTR(info)); in patch_instruction()
|
/qemu/target/hppa/ |
H A D | mem_helper.c | 637 async_safe_run_on_cpu(src, ptlb_work, data); in HELPER()
|
/qemu/docs/devel/ |
H A D | multi-thread-tcg.rst | 115 This is done with the async_safe_run_on_cpu() mechanism to ensure all
|