Searched refs:fp_startup (Results 1 – 4 of 4) sorted by relevance
680 if (plat->fp_startup != NULL) in cpu_startup()681 plat->fp_startup(); in cpu_startup()
423 .fp_startup = acpi_platform_startup,
305 if (plat->fp_startup != NULL) in cpu_startup()306 plat->fp_startup(); in cpu_startup()
318 void (*fp_startup)(void); member