arch/powerpc/include/asm/unistd32.h

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

File Facts

System
Linux kernel
Corpus path
arch/powerpc/include/asm/unistd32.h
Extension
.h
Size
181 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_UNISTD32_H_
#define _ASM_POWERPC_UNISTD32_H_

#include <asm/unistd_32.h>

#endif /* _ASM_POWERPC_UNISTD32_H_ */

Annotation

Implementation Notes