Searched refs:startup_ipi_hook (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | smp.h | 78 #define startup_ipi_hook(phys_apicid, start_eip, start_esp) do { } while (0)  macro
  | 
| D | paravirt.h | 295 static inline void startup_ipi_hook(int phys_apicid, unsigned long start_eip,  in startup_ipi_hook()  function 298 	PVOP_VCALL3(pv_apic_ops.startup_ipi_hook,  in startup_ipi_hook()
  | 
| D | paravirt_types.h | 225 	void (*startup_ipi_hook)(int phys_apicid,  member
  | 
| /linux-4.4.14/arch/x86/kernel/ | 
| D | paravirt.c | 408 	.startup_ipi_hook = paravirt_nop,
  | 
| D | smpboot.c | 636 	startup_ipi_hook(phys_apicid, (unsigned long) start_secondary,  in wakeup_secondary_cpu_via_init()
  | 
| /linux-4.4.14/arch/x86/xen/ | 
| D | enlighten.c | 1270 	.startup_ipi_hook = paravirt_nop,
  |