arch/alpha/include/asm/compiler.h

Source file repositories/reference/linux-study-clean/arch/alpha/include/asm/compiler.h

File Facts

System
Linux kernel
Corpus path
arch/alpha/include/asm/compiler.h
Extension
.h
Size
158 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/alpha
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 __ALPHA_COMPILER_H
#define __ALPHA_COMPILER_H

#include <uapi/asm/compiler.h>

#endif /* __ALPHA_COMPILER_H */

Annotation

Implementation Notes