arch/arm64/include/uapi/asm/auxvec.h

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

File Facts

System
Linux kernel
Corpus path
arch/arm64/include/uapi/asm/auxvec.h
Extension
.h
Size
912 bytes
Lines
27
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 __ASM_AUXVEC_H
#define __ASM_AUXVEC_H

/* vDSO location */
#define AT_SYSINFO_EHDR	33
#define AT_MINSIGSTKSZ	51	/* stack needed for signal delivery */

#define AT_VECTOR_SIZE_ARCH 2 /* entries in ARCH_DLINFO */

#endif

Annotation

Implementation Notes