arch/sparc/kernel/sun4v_mcd.S

Source file repositories/reference/linux-study-clean/arch/sparc/kernel/sun4v_mcd.S

File Facts

System
Linux kernel
Corpus path
arch/sparc/kernel/sun4v_mcd.S
Extension
.S
Size
461 bytes
Lines
18
Domain
Architecture Layer
Bucket
arch/sparc
Inferred role
Architecture Layer: arch/sparc
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

.text
	.align 32

sun4v_mcd_detect_precise:
	mov	%l4, %o1
	mov 	%l5, %o2
	call	sun4v_mem_corrupt_detect_precise
	 add	%sp, PTREGS_OFF, %o0
	ba,a,pt	%xcc, rtrap
	 nop

Annotation

Implementation Notes