Searched refs:poll_sync_state (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dsmp.h33 void (*poll_sync_state)(void); member in struct:smp_ops
/linux-master/arch/x86/xen/
H A Dsmp_pv.c434 .poll_sync_state = xen_pv_poll_sync_state,
/linux-master/arch/x86/kernel/
H A Dsmpboot.c1005 if (smp_ops.poll_sync_state)
1006 smp_ops.poll_sync_state();

Completed in 161 milliseconds