Searched refs:smp_send_reschedule (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/x86/xen/
H A Dsmp_hvm.c87 smp_ops.smp_send_reschedule = xen_smp_send_reschedule;
H A Dsmp_pv.c439 .smp_send_reschedule = xen_smp_send_reschedule,
/linux-master/arch/x86/include/asm/
H A Dsmp.h30 void (*smp_send_reschedule)(int cpu); member in struct:smp_ops
88 smp_ops.smp_send_reschedule(cpu);
/linux-master/include/linux/
H A Dsmp.h139 #define smp_send_reschedule(cpu) ({ \ macro
205 static inline void smp_send_reschedule(int cpu) { } function
/linux-master/arch/arm/mach-actions/
H A Dplatsmp.c89 smp_send_reschedule(cpu);
/linux-master/arch/x86/kernel/
H A Dsmp.c292 .smp_send_reschedule = native_smp_send_reschedule,
/linux-master/arch/powerpc/platforms/powernv/
H A Dsubcore.c210 smp_send_reschedule(i);
309 smp_send_reschedule(cpu);
/linux-master/arch/arm64/kernel/
H A Dsmp.c1056 smp_send_reschedule(cpu);
/linux-master/arch/powerpc/kernel/
H A Dsmp.c188 smp_send_reschedule(nr);
/linux-master/kernel/sched/
H A Dcore.c1060 smp_send_reschedule(cpu);
1158 smp_send_reschedule(cpu);
3531 smp_send_reschedule(cpu);
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c4142 * vmexit and interrupts are disabled here, so smp_send_reschedule
4150 smp_send_reschedule(vcpu->cpu);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c250 smp_send_reschedule(cpu);
/linux-master/virt/kvm/
H A Dkvm_main.c3958 smp_send_reschedule(cpu);
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c7399 smp_send_reschedule(vcpu->cpu);

Completed in 304 milliseconds