Home
last modified time | relevance | path

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

/linux-6.12.1/include/vdso/
Ddatapage.h39 #define CS_BASES (CS_RAW + 1) macro
139 extern struct vdso_data _vdso_data[CS_BASES] __attribute__((visibility("hidden")));
140 extern struct vdso_data _timens_data[CS_BASES] __attribute__((visibility("hidden")));
147 struct vdso_data data[CS_BASES];
/linux-6.12.1/arch/x86/include/asm/
Dvvar.h37 extern type vvar_ ## name[CS_BASES] \
39 extern type timens_ ## name[CS_BASES] \
50 type name[CS_BASES] \
/linux-6.12.1/arch/powerpc/include/asm/
Dvdso_datapage.h85 struct vdso_data data[CS_BASES];
98 struct vdso_data data[CS_BASES];
/linux-6.12.1/arch/s390/kernel/
Dtime.c87 for (cs = 0; cs < CS_BASES; cs++) in time_early_init()
392 for (cs = 0; cs < CS_BASES; cs++) { in clock_sync_global()
/linux-6.12.1/kernel/time/
Dnamespace.c240 for (i = 0; i < CS_BASES; i++) in timens_set_vvar_page()