Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dvvar.h35 extern type vvar_ ## name[CS_BASES] \
37 extern type timens_ ## name[CS_BASES] \
44 type name[CS_BASES] \
/linux-6.3-rc2/include/vdso/
A 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-6.3-rc2/arch/powerpc/include/asm/
A Dvdso_datapage.h85 struct vdso_data data[CS_BASES];
97 struct vdso_data data[CS_BASES];
/linux-6.3-rc2/arch/arm/include/asm/
A Dvdso_datapage.h18 struct vdso_data data[CS_BASES];
/linux-6.3-rc2/arch/mips/include/asm/
A Dvdso.h54 struct vdso_data data[CS_BASES];
/linux-6.3-rc2/arch/loongarch/include/asm/vdso/
A Dvdso.h19 struct vdso_data data[CS_BASES]; /* Arch-independent data */
/linux-6.3-rc2/arch/s390/kernel/
A Dvdso.c29 struct vdso_data data[CS_BASES];
A 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-6.3-rc2/arch/arm64/kernel/
A Dvdso.c73 struct vdso_data data[CS_BASES];
/linux-6.3-rc2/kernel/time/
A Dnamespace.c240 for (i = 0; i < CS_BASES; i++) in timens_set_vvar_page()

Completed in 13 milliseconds