kernel_entry       40 arch/mips/cavium-octeon/smp.c extern void kernel_entry(unsigned long arg1, ...);
kernel_entry      196 arch/mips/cavium-octeon/smp.c 	unsigned long entry = (unsigned long)kernel_entry;
kernel_entry      363 arch/mips/cavium-octeon/smp.c 	kernel_entry(0, 0, 0);	/* set a2 = 0 for secondary core */
kernel_entry       19 arch/mips/include/asm/lasat/head.h 	u32 kernel_entry;
kernel_entry       91 arch/mips/include/asm/mach-cavium-octeon/kernel-entry-init.h 	# Jump the master to kernel_entry
kernel_entry      305 arch/mips/kernel/relocate.c 	void *kernel_entry = start_kernel;
kernel_entry      399 arch/mips/kernel/relocate.c 		kernel_entry = RELOCATED(start_kernel);
kernel_entry      402 arch/mips/kernel/relocate.c 	return kernel_entry;