arch/arm64/include/asm/crash_reserve.h

Source file repositories/reference/linux-study-clean/arch/arm64/include/asm/crash_reserve.h

File Facts

System
Linux kernel
Corpus path
arch/arm64/include/asm/crash_reserve.h
Extension
.h
Size
335 bytes
Lines
11
Domain
Architecture Layer
Bucket
arch/arm64
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 _ARM64_CRASH_RESERVE_H
#define _ARM64_CRASH_RESERVE_H

/* Current arm64 boot protocol requires 2MB alignment */
#define CRASH_ALIGN                     SZ_2M

#define CRASH_ADDR_LOW_MAX              arm64_dma_phys_limit
#define CRASH_ADDR_HIGH_MAX             (PHYS_MASK + 1)
#endif

Annotation

Implementation Notes