Home
last modified time | relevance | path

Searched refs:CS_BASES (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/arch/x86/include/asm/
Dvvar.h35 extern type vvar_ ## name[CS_BASES] \
37 extern type timens_ ## name[CS_BASES] \
44 type name[CS_BASES] \
/Linux-v6.1/include/vdso/
Ddatapage.h39 #define CS_BASES (CS_RAW + 1) macro
121 extern struct vdso_data _vdso_data[CS_BASES] __attribute__((visibility("hidden")));
122 extern struct vdso_data _timens_data[CS_BASES] __attribute__((visibility("hidden")));
/Linux-v6.1/arch/powerpc/include/asm/
Dvdso_datapage.h85 struct vdso_data data[CS_BASES];
97 struct vdso_data data[CS_BASES];
/Linux-v6.1/arch/arm/include/asm/
Dvdso_datapage.h18 struct vdso_data data[CS_BASES];
/Linux-v6.1/arch/mips/include/asm/
Dvdso.h54 struct vdso_data data[CS_BASES];
/Linux-v6.1/arch/loongarch/include/asm/vdso/
Dvdso.h19 struct vdso_data data[CS_BASES]; /* Arch-independent data */
/Linux-v6.1/arch/s390/kernel/
Dvdso.c29 struct vdso_data data[CS_BASES];
Dtime.c87 for (cs = 0; cs < CS_BASES; cs++) in time_early_init()
387 for (cs = 0; cs < CS_BASES; cs++) { in clock_sync_global()
/Linux-v6.1/arch/arm64/kernel/
Dvdso.c73 struct vdso_data data[CS_BASES];
/Linux-v6.1/kernel/time/
Dnamespace.c222 for (i = 0; i < CS_BASES; i++) in timens_set_vvar_page()