Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/proc/
Dproc-empty-vm.c51 static const char *g_proc_pid_maps_vsyscall; variable
195 size_t len = strlen(g_proc_pid_maps_vsyscall); in test_proc_pid_maps()
197 assert(memcmp(buf, g_proc_pid_maps_vsyscall, len) == 0); in test_proc_pid_maps()
247 size_t len = strlen(g_proc_pid_maps_vsyscall); in test_proc_pid_smaps()
250 assert(memcmp(buf, g_proc_pid_maps_vsyscall, len) == 0); in test_proc_pid_smaps()
316 g_proc_pid_maps_vsyscall = proc_pid_maps_vsyscall_0; in main()
320 g_proc_pid_maps_vsyscall = proc_pid_maps_vsyscall_1; in main()
324 g_proc_pid_maps_vsyscall = proc_pid_maps_vsyscall_2; in main()