Searched refs:RUN_ON_CPU_HOST_INT (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/accel/tcg/ |
H A D | tb-maint.c | 794 do_tb_flush(cpu, RUN_ON_CPU_HOST_INT(tb_flush_count)); in tb_flush() 797 RUN_ON_CPU_HOST_INT(tb_flush_count)); in tb_flush()
|
H A D | cputlb.c | 423 tlb_flush_by_mmuidx_async_work(cpu, RUN_ON_CPU_HOST_INT(idxmap)); in tlb_flush_by_mmuidx() 437 flush_all_helper(src_cpu, fn, RUN_ON_CPU_HOST_INT(idxmap)); in tlb_flush_by_mmuidx_all_cpus_synced() 438 async_safe_run_on_cpu(src_cpu, fn, RUN_ON_CPU_HOST_INT(idxmap)); in tlb_flush_by_mmuidx_all_cpus_synced()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | xen-emu.c | 518 RUN_ON_CPU_HOST_INT(port)); in kvm_xen_set_vcpu_virq() 859 RUN_ON_CPU_HOST_INT(up.vector)); in kvm_xen_hcall_evtchn_upcall_vector() 1878 RUN_ON_CPU_HOST_INT(env->xen_virq[VIRQ_TIMER])); in kvm_put_xen_state()
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 387 #define RUN_ON_CPU_HOST_INT(i) ((run_on_cpu_data){.host_int = (i)}) macro
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv.c | 2851 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()
|