arch/arm/mach-bcm/bcm63xx_smp.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-bcm/bcm63xx_smp.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-bcm/bcm63xx_smp.h
Extension
.h
Size
200 bytes
Lines
10
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

#ifndef __BCM63XX_SMP_H
#define __BCM63XX_SMP_H

struct device_node;

extern int bcm63xx_pmb_power_on_cpu(struct device_node *dn);

#endif /* __BCM63XX_SMP_H */

Annotation

Implementation Notes