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

/linux-master/arch/powerpc/boot/
H A Dps3-head.S61 * __system_reset_kernel - Place holder for the kernel reset vector.
64 * of the rom image to the symbol __system_reset_kernel. At runtime
65 * the bootwrapper program copies the 512 bytes at __system_reset_kernel
69 .globl __system_reset_kernel
70 __system_reset_kernel: label
72 . = __system_reset_kernel + 512
H A Dps3.c97 extern char __system_reset_kernel[];
99 memcpy((void *)0x100, __system_reset_kernel, 512);

Completed in 129 milliseconds