arch/s390/kernel/head.S

Source file repositories/reference/linux-study-clean/arch/s390/kernel/head.S

File Facts

System
Linux kernel
Corpus path
arch/s390/kernel/head.S
Extension
.S
Size
975 bytes
Lines
41
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

brasl	%r14,start_kernel		# common init code
#
# We returned from start_kernel ?!? PANIK
#
	basr	%r13,0
	lpswe	dw_psw-.(%r13)		# load disabled wait psw
SYM_CODE_END(startup_continue)

	.balign	16
SYM_DATA_LOCAL(dw_psw,	.quad 0x0002000180000000,0x0000000000000000)

Annotation

Implementation Notes