arch/s390/boot/trampoline.S

Source file repositories/reference/linux-study-clean/arch/s390/boot/trampoline.S

File Facts

System
Linux kernel
Corpus path
arch/s390/boot/trampoline.S
Extension
.S
Size
279 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/s390
Inferred role
Architecture Layer: arch/s390
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#include <linux/linkage.h>

# This function is identical to __load_psw(), but the lx-symbols GDB command
# puts a breakpoint on it, so it needs to be kept separate.
SYM_CODE_START(jump_to_kernel)
	lpswe 0(%r2)
SYM_CODE_END(jump_to_kernel)

Annotation

Implementation Notes