include/vdso/cache.h

Source file repositories/reference/linux-study-clean/include/vdso/cache.h

File Facts

System
Linux kernel
Corpus path
include/vdso/cache.h
Extension
.h
Size
323 bytes
Lines
16
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __VDSO_CACHE_H
#define __VDSO_CACHE_H

#include <asm/cache.h>

#ifndef SMP_CACHE_BYTES
#define SMP_CACHE_BYTES L1_CACHE_BYTES
#endif

#ifndef ____cacheline_aligned
#define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
#endif

#endif	/* __VDSO_ALIGN_H */

Annotation

Implementation Notes