Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/s390/boot/trampoline.S
26451 views
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.
7
SYM_CODE_START(jump_to_kernel)
8
lpswe 0(%r2)
9
SYM_CODE_END(jump_to_kernel)
10
11