Searched refs:kick_ap_alive (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dsmp.h34 int (*kick_ap_alive)(unsigned cpu, struct task_struct *tidle); member in struct:smp_ops
/linux-master/arch/x86/kernel/
H A Dsmp.c294 .kick_ap_alive = native_kick_ap,
H A Dsmpboot.c984 return smp_ops.kick_ap_alive(cpu, tidle);
990 if (smp_ops.kick_ap_alive == native_kick_ap && x86_platform.legacy.warm_reset)
/linux-master/arch/x86/xen/
H A Dsmp_pv.c431 .kick_ap_alive = xen_pv_kick_ap,

Completed in 118 milliseconds