Searched refs:cpu_postboot (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm64/include/asm/
H A Dcpu_ops.h35 * @cpu_postboot: Optionally, perform any post-boot cleanup or necesary
54 void (*cpu_postboot)(void); member in struct:cpu_operations
/linux-4.4.14/arch/arm64/kernel/
H A Dsmp.c166 if (cpu_ops[cpu]->cpu_postboot) secondary_start_kernel()
167 cpu_ops[cpu]->cpu_postboot(); secondary_start_kernel()

Completed in 40 milliseconds