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

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

File Facts

System
Linux kernel
Corpus path
arch/s390/include/uapi/asm/auxvec.h
Extension
.h
Size
214 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/s390
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 __ASMS390_AUXVEC_H
#define __ASMS390_AUXVEC_H

#define AT_SYSINFO_EHDR		33

#define AT_VECTOR_SIZE_ARCH 1 /* entries in ARCH_DLINFO */

#endif

Annotation

Implementation Notes