Searched refs:check_enosys (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | syscall_numbering.c | 20 static void check_enosys(unsigned long nr, bool *ok) in check_enosys() function 46 check_enosys(i, &ok); in test_x32_without_x32_bit() 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() 61 check_enosys((1UL << 32), &ok); in test_x32_without_x32_bit() 62 check_enosys(X32_BIT | (1UL << 32), &ok); in test_x32_without_x32_bit()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | syscall_numbering.c | 216 static bool check_enosys(int msb, int nr) in check_enosys() function 292 check_enosys(msb, X64_IOCTL | X32_BIT); in test_syscalls_with_x32() 293 check_enosys(msb, X64_READV | X32_BIT); in test_syscalls_with_x32() 294 check_enosys(msb, X64_WRITEV | X32_BIT); in test_syscalls_with_x32()
|
Completed in 2 milliseconds