arch/mips/include/asm/amon.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/amon.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/amon.h
Extension
.h
Size
409 bytes
Lines
13
Domain
Architecture Layer
Bucket
arch/mips
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

int amon_cpu_avail(int cpu);
int amon_cpu_start(int cpu, unsigned long pc, unsigned long sp,
		   unsigned long gp, unsigned long a0);

Annotation

Implementation Notes