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