Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
H A Dsyscall_numbering.c46 static bool with_x32; /* x32 supported on this kernel? */ variable
238 with_x32 = true; in test_x32()
241 with_x32 = false; in test_x32()
244 with_x32 = false; in test_x32()
247 return with_x32; in test_x32()
325 if (with_x32) in test_syscall_numbering()
467 with_x32 = test_x32(); in main()