arch/sparc/kernel/windows.c

Source file repositories/reference/linux-study-clean/arch/sparc/kernel/windows.c

File Facts

System
Linux kernel
Corpus path
arch/sparc/kernel/windows.c
Extension
.c
Size
3407 bytes
Lines
131
Domain
Architecture Layer
Bucket
arch/sparc
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

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

sizeof(struct reg_window32))) {
			force_exit_sig(SIGILL);
			return;
		}
	}
	tp->w_saved = 0;
}

Annotation

Implementation Notes