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

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

File Facts

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

/* VDSO location */
#define AT_SYSINFO_EHDR	33

#endif

Annotation

Implementation Notes