Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/x86/
Dsyscall_numbering.c45 static bool with_x32; /* x32 supported on this kernel? */ variable
237 with_x32 = true; in test_x32()
240 with_x32 = false; in test_x32()
243 with_x32 = false; in test_x32()
246 return with_x32; in test_x32()
324 if (with_x32) in test_syscall_numbering()
466 with_x32 = test_x32(); in main()