Searched refs:RUN_ON_CPU_HOST_INT (Results 1 – 5 of 5) sorted by relevance
/qemu/accel/tcg/ |
H A D | tb-maint.c | 795 do_tb_flush(cpu, RUN_ON_CPU_HOST_INT(tb_flush_count)); in tb_flush() 798 RUN_ON_CPU_HOST_INT(tb_flush_count)); in tb_flush()
|
H A D | cputlb.c | 417 tlb_flush_by_mmuidx_async_work(cpu, RUN_ON_CPU_HOST_INT(idxmap)); in tlb_flush_by_mmuidx() 431 flush_all_helper(src_cpu, fn, RUN_ON_CPU_HOST_INT(idxmap)); in tlb_flush_by_mmuidx_all_cpus_synced() 432 async_safe_run_on_cpu(src_cpu, fn, RUN_ON_CPU_HOST_INT(idxmap)); in tlb_flush_by_mmuidx_all_cpus_synced()
|
/qemu/include/hw/core/ |
H A D | cpu.h | 392 #define RUN_ON_CPU_HOST_INT(i) ((run_on_cpu_data){.host_int = (i)}) macro
|
/qemu/target/i386/kvm/ |
H A D | xen-emu.c | 519 RUN_ON_CPU_HOST_INT(port)); in kvm_xen_set_vcpu_virq() 860 RUN_ON_CPU_HOST_INT(up.vector)); in kvm_xen_hcall_evtchn_upcall_vector() 1879 RUN_ON_CPU_HOST_INT(env->xen_virq[VIRQ_TIMER])); in kvm_put_xen_state()
|
/qemu/hw/ppc/ |
H A D | pnv.c | 2898 async_run_on_cpu(cs, pnv_cpu_do_nmi_on_cpu, RUN_ON_CPU_HOST_INT(1)); in pnv_cpu_do_nmi_resume() 2903 async_run_on_cpu(CPU(cpu), pnv_cpu_do_nmi_on_cpu, RUN_ON_CPU_HOST_INT(0)); in pnv_cpu_do_nmi()
|