Home
last modified time | relevance | path

Searched refs:test_legit (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/lib/
Dtest_user_copy.c222 #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()