arch/loongarch/include/asm/vdso/vdso.h

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

File Facts

System
Linux kernel
Corpus path
arch/loongarch/include/asm/vdso/vdso.h
Extension
.h
Size
422 bytes
Lines
22
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

#ifndef _ASM_VDSO_VDSO_H
#define _ASM_VDSO_VDSO_H

#ifndef __ASSEMBLER__

#include <asm/asm.h>
#include <asm/page.h>
#include <asm/vdso.h>
#include <vdso/datapage.h>

#define VVAR_SIZE (VDSO_NR_PAGES << PAGE_SHIFT)

#endif /* __ASSEMBLER__ */

#endif

Annotation

Implementation Notes