Searched refs:check_enosys (Results 1 – 1 of 1) sorted by relevance
20 static void check_enosys(unsigned long nr, bool *ok) in check_enosys() function46 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()