Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/proc/
Dproc-empty-vm.c45 static const char *g_proc_pid_maps_vsyscall; variable
186 size_t len = strlen(g_proc_pid_maps_vsyscall); in test_proc_pid_maps()
188 assert(memcmp(buf, g_proc_pid_maps_vsyscall, len) == 0); in test_proc_pid_maps()
238 size_t len = strlen(g_proc_pid_maps_vsyscall); in test_proc_pid_smaps()
241 assert(memcmp(buf, g_proc_pid_maps_vsyscall, len) == 0); in test_proc_pid_smaps()
304 g_proc_pid_maps_vsyscall = proc_pid_maps_vsyscall_0; in main()
308 g_proc_pid_maps_vsyscall = proc_pid_maps_vsyscall_1; in main()
312 g_proc_pid_maps_vsyscall = proc_pid_maps_vsyscall_2; in main()