arch/arm/include/asm/topology.h

Source file repositories/reference/linux-study-clean/arch/arm/include/asm/topology.h

File Facts

System
Linux kernel
Corpus path
arch/arm/include/asm/topology.h
Extension
.h
Size
1168 bytes
Lines
39
Domain
Architecture Layer
Bucket
arch/arm
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

static inline void init_cpu_topology(void) { }
static inline void store_cpu_topology(unsigned int cpuid) { }

#endif

#include <asm-generic/topology.h>

#endif /* _ASM_ARM_TOPOLOGY_H */

Annotation

Implementation Notes