Searched refs:test_illegal (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_user_copy.c | 287 #define test_illegal(size, check) \ in test_user_copy_init() macro 302 test_illegal(u8, 0x5a); in test_user_copy_init() 303 test_illegal(u16, 0x5a5b); in test_user_copy_init() 304 test_illegal(u32, 0x5a5b5c5d); in test_user_copy_init() 306 test_illegal(u64, 0x5a5b5c5d6a6b6c6d); in test_user_copy_init() 308 #undef test_illegal in test_user_copy_init() macro
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_user_copy.c | 287 #define test_illegal(size, check) \ in test_user_copy_init() macro 302 test_illegal(u8, 0x5a); in test_user_copy_init() 303 test_illegal(u16, 0x5a5b); in test_user_copy_init() 304 test_illegal(u32, 0x5a5b5c5d); in test_user_copy_init() 306 test_illegal(u64, 0x5a5b5c5d6a6b6c6d); in test_user_copy_init() 308 #undef test_illegal in test_user_copy_init() macro
|
Completed in 2 milliseconds