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

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

File Facts

System
Linux kernel
Corpus path
arch/loongarch/include/asm/vdso/arch_data.h
Extension
.h
Size
461 bytes
Lines
26
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 vdso_pcpu_data {
	u32 node;
} ____cacheline_aligned_in_smp;

struct vdso_arch_data {
	struct vdso_pcpu_data pdata[NR_CPUS];
};

#endif /* __ASSEMBLER__ */

#endif

Annotation

Implementation Notes