Home
last modified time | relevance | path

Searched refs:VDSO_NAMES (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/tools/testing/selftests/vDSO/
Dvdso_config.h16 #define VDSO_NAMES 1 macro
20 #define VDSO_NAMES 0 macro
23 #define VDSO_NAMES 0 macro
26 #define VDSO_NAMES 0 macro
30 #define VDSO_NAMES 0 macro
34 #define VDSO_NAMES 0 macro
37 #define VDSO_NAMES 1 macro
41 #define VDSO_NAMES 1 macro
45 #define VDSO_NAMES 1 macro
49 #define VDSO_NAMES 1 macro
[all …]
Dvdso_test_gettimeofday.c27 const char **name = (const char **)&names[VDSO_NAMES]; in main()
Dvdso_test_getcpu.c26 const char **name = (const char **)&names[VDSO_NAMES]; in main()
Dvdso_test_abi.c193 name = (const char **)&names[VDSO_NAMES]; in main()
Dvdso_test_correctness.c440 name = (const char **)&names[VDSO_NAMES]; in main()
Dvdso_test_getrandom.c116 const char *name = names[VDSO_NAMES][6]; in vgetrandom_init()