Searched refs:test_legit (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_user_copy.c | 222 #define test_legit(size, check) \ in test_user_copy_init() macro 239 test_legit(u8, 0x5a); in test_user_copy_init() 240 test_legit(u16, 0x5a5b); in test_user_copy_init() 241 test_legit(u32, 0x5a5b5c5d); in test_user_copy_init() 243 test_legit(u64, 0x5a5b5c5d6a6b6c6d); in test_user_copy_init() 245 #undef test_legit in test_user_copy_init() macro
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_user_copy.c | 222 #define test_legit(size, check) \ in test_user_copy_init() macro 239 test_legit(u8, 0x5a); in test_user_copy_init() 240 test_legit(u16, 0x5a5b); in test_user_copy_init() 241 test_legit(u32, 0x5a5b5c5d); in test_user_copy_init() 243 test_legit(u64, 0x5a5b5c5d6a6b6c6d); in test_user_copy_init() 245 #undef test_legit in test_user_copy_init() macro
|
Completed in 2 milliseconds