arch/arm/mach-spear/pl080.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-spear/pl080.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-spear/pl080.h
Extension
.h
Size
460 bytes
Lines
19
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 __PLAT_PL080_H
#define __PLAT_PL080_H

struct pl08x_channel_data;
int pl080_get_signal(const struct pl08x_channel_data *cd);
void pl080_put_signal(const struct pl08x_channel_data *cd, int signal);

#endif /* __PLAT_PL080_H */

Annotation

Implementation Notes