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

/linux-master/lib/
H A Dtest_user_copy.c287 #define test_illegal(size, check) \ macro
302 test_illegal(u8, 0x5a);
303 test_illegal(u16, 0x5a5b);
304 test_illegal(u32, 0x5a5b5c5d);
306 test_illegal(u64, 0x5a5b5c5d6a6b6c6d);
308 #undef test_illegal macro

Completed in 91 milliseconds