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

/linux-4.1.27/arch/powerpc/boot/
H A Dps3-head.S78 * __system_reset_kernel - Place holder for the kernel reset vector.
81 * of the rom image to the symbol __system_reset_kernel. At runtime
82 * the bootwrapper program copies the 512 bytes at __system_reset_kernel
86 .globl __system_reset_kernel
87 __system_reset_kernel: label
89 . = __system_reset_kernel + 512
H A Dps3.c116 extern char __system_reset_kernel[]; ps3_copy_vectors()
118 memcpy((void *)0x100, __system_reset_kernel, 512); ps3_copy_vectors()
H A Dwrapper441 # place holder at symbol __system_reset_kernel. The 512 bytes of the
444 # the data at __system_reset_kernel back to addr 0x100.
451 | grep ' __system_reset_kernel$' \

Completed in 108 milliseconds