Searched refs:X32_BIT (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
D | syscall_numbering.c | 18 #define X32_BIT 0x40000000UL macro 53 check_enosys(16 | X32_BIT, &ok); /* ioctl */ in test_x32_without_x32_bit() 54 check_enosys(19 | X32_BIT, &ok); /* readv */ in test_x32_without_x32_bit() 55 check_enosys(20 | X32_BIT, &ok); /* writev */ in test_x32_without_x32_bit() 62 check_enosys(X32_BIT | (1UL << 32), &ok); in test_x32_without_x32_bit() 78 if (syscall(39 | X32_BIT, 0, 0, 0, 0, 0, 0) >= 0) { in main()
|