arch/loongarch/include/asm/vdso.h

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

File Facts

System
Linux kernel
Corpus path
arch/loongarch/include/asm/vdso.h
Extension
.h
Size
1125 bytes
Lines
39
Domain
Architecture Layer
Bucket
arch/loongarch
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

struct loongarch_vdso_info {
	void *vdso;
	unsigned long size;
	unsigned long offset_sigreturn;
	struct vm_special_mapping code_mapping;
};

extern struct loongarch_vdso_info vdso_info;

#endif /* __ASM_VDSO_H */

Annotation

Implementation Notes