arch/s390/include/asm/vdso.h

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

File Facts

System
Linux kernel
Corpus path
arch/s390/include/asm/vdso.h
Extension
.h
Size
291 bytes
Lines
18
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 __S390_VDSO_H__
#define __S390_VDSO_H__

#include <vdso/datapage.h>

#ifndef __ASSEMBLER__

int vdso_getcpu_init(void);

#endif /* __ASSEMBLER__ */

#define __VDSO_PAGES	4

#define VDSO_VERSION_STRING	LINUX_2.6.29

#endif /* __S390_VDSO_H__ */

Annotation

Implementation Notes