Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/x86/
Dtest_vsyscall.c52 bool should_read_vsyscall = false; variable
110 should_read_vsyscall = true; in init_vsys()
136 should_read_vsyscall = (r == 'r'); in init_vsys()
151 should_read_vsyscall = false; in init_vsys()
413 if (can_read && !should_read_vsyscall) { in test_vsys_r()
416 } else if (!can_read && should_read_vsyscall) { in test_vsys_r()