arch/sparc/kernel/process_32.c

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

File Facts

System
Linux kernel
Corpus path
arch/sparc/kernel/process_32.c
Extension
.c
Size
10901 bytes
Lines
405
Domain
Architecture Layer
Bucket
arch/sparc
Inferred role
Architecture Layer: exported/initcall integration point
Status
integration 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

if (!in_sched_functions(pc)) {
			ret = pc;
			goto out;
		}
		fp = rw->ins[6] + bias;
	} while (++count < 16);

out:
	return ret;
}

Annotation

Implementation Notes