arch/powerpc/include/asm/mpc6xx.h

Source file repositories/reference/linux-study-clean/arch/powerpc/include/asm/mpc6xx.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/include/asm/mpc6xx.h
Extension
.h
Size
143 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/powerpc
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_POWERPC_MPC6xx_H
#define __ASM_POWERPC_MPC6xx_H

void mpc6xx_enter_standby(void);

#endif

Annotation

Implementation Notes