arch/arm64/kernel/mpam.c

Source file repositories/reference/linux-study-clean/arch/arm64/kernel/mpam.c

File Facts

System
Linux kernel
Corpus path
arch/arm64/kernel/mpam.c
Extension
.c
Size
1558 bytes
Lines
63
Domain
Architecture Layer
Bucket
arch/arm64
Inferred role
Architecture Layer: exported/initcall integration point
Status
integration 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

/* Must occur before mpam_msc_driver_init() from subsys_initcall() */
arch_initcall(arm64_mpam_register_cpus)

Annotation

Implementation Notes