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

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

Completed in 163 milliseconds