arch/arm/mach-tegra/common.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-tegra/common.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-tegra/common.h
Extension
.h
Size
358 bytes
Lines
16
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 __MACH_TEGRA_COMMON_H
#define __MACH_TEGRA_COMMON_H

extern const struct smp_operations tegra_smp_ops;

extern int tegra_cpu_kill(unsigned int cpu);
extern void tegra_cpu_die(unsigned int cpu);

#endif

Annotation

Implementation Notes