trampoline.S 279 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #include <linux/linkage.h>
  3. # This function is identical to __load_psw(), but the lx-symbols GDB command
  4. # puts a breakpoint on it, so it needs to be kept separate.
  5. SYM_CODE_START(jump_to_kernel)
  6. lpswe 0(%r2)
  7. SYM_CODE_END(jump_to_kernel)