arch/microblaze/kernel/head.S

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

File Facts

System
Linux kernel
Corpus path
arch/microblaze/kernel/head.S
Extension
.S
Size
10758 bytes
Lines
371
Domain
Architecture Layer
Bucket
arch/microblaze
Inferred role
Architecture Layer: arch/microblaze
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

ori	r17, r0, start_kernel
	ori	r4, r0, MSR_KERNEL_VMS
	mts	rmsr, r4
	nop
	rted	r17, 0		/* enable MMU and jump to start_kernel */
	nop

Annotation

Implementation Notes