arch/mips/include/asm/mach-ip30/kernel-entry-init.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/mach-ip30/kernel-entry-init.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/mach-ip30/kernel-entry-init.h
Extension
.h
Size
244 bytes
Lines
14
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

#ifndef __ASM_MACH_IP30_KERNEL_ENTRY_H
#define __ASM_MACH_IP30_KERNEL_ENTRY_H

	.macro  kernel_entry_setup
	.endm

	.macro	smp_slave_setup
	move	gp, a0
	.endm

#endif /* __ASM_MACH_IP30_KERNEL_ENTRY_H */

Annotation

Implementation Notes