Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dsmp.h31 void (*smp_send_reschedule)(int cpu); member
90 smp_ops.smp_send_reschedule(cpu); in arch_smp_send_reschedule()
/linux-6.15/include/linux/
H A Dsmp.h139 #define smp_send_reschedule(cpu) ({ \ macro
205 static inline void smp_send_reschedule(int cpu) { } in smp_send_reschedule() function
/linux-6.15/arch/powerpc/platforms/powernv/
H A Dsubcore.c210 smp_send_reschedule(i); in unsplit_core()
309 smp_send_reschedule(cpu); in cpu_update_split_mode()
/linux-6.15/arch/x86/xen/
H A Dsmp_hvm.c85 smp_ops.smp_send_reschedule = xen_smp_send_reschedule; in xen_hvm_smp_init()
H A Dsmp_pv.c436 .smp_send_reschedule = xen_smp_send_reschedule,
/linux-6.15/arch/arm/mach-actions/
H A Dplatsmp.c89 smp_send_reschedule(cpu); in s500_smp_boot_secondary()
/linux-6.15/arch/x86/kernel/
H A Dsmp.c292 .smp_send_reschedule = native_smp_send_reschedule,
/linux-6.15/arch/arm64/kernel/
H A Dsmp.c1121 smp_send_reschedule(cpu); in arch_send_wakeup_ipi()
/linux-6.15/arch/powerpc/kernel/
H A Dsmp.c189 smp_send_reschedule(nr); in smp_generic_kick_cpu()
/linux-6.15/kernel/sched/
H A Dcore.c1121 smp_send_reschedule(cpu); in __resched_curr()
1251 smp_send_reschedule(cpu); in wake_up_idle_cpu()
3477 smp_send_reschedule(cpu); in kick_process()
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c4351 smp_send_reschedule(vcpu->cpu); in svm_vcpu_run()
/linux-6.15/virt/kvm/
H A Dkvm_main.c3774 smp_send_reschedule(cpu); in kvm_vcpu_kick()
/linux-6.15/arch/powerpc/kvm/
H A Dbook3s_hv.c250 smp_send_reschedule(cpu); in kvmppc_fast_vcpu_kick_hv()
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c7490 smp_send_reschedule(vcpu->cpu); in vmx_vcpu_run()