Searched refs:__constant_copy_from_user_asm (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/m68k/include/asm/ |
| A D | uaccess.h | 251 __constant_copy_from_user_asm(res, to, from, tmp, 1, 0, 0); in __constant_copy_from_user() 254 __constant_copy_from_user_asm(res, to, from, tmp, 2, 0, 0); in __constant_copy_from_user() 257 __constant_copy_from_user_asm(res, to, from, tmp, 2, 1, 0); in __constant_copy_from_user() 260 __constant_copy_from_user_asm(res, to, from, tmp, 4, 0, 0); in __constant_copy_from_user() 263 __constant_copy_from_user_asm(res, to, from, tmp, 4, 1, 0); in __constant_copy_from_user() 266 __constant_copy_from_user_asm(res, to, from, tmp, 4, 2, 0); in __constant_copy_from_user() 269 __constant_copy_from_user_asm(res, to, from, tmp, 4, 2, 1); in __constant_copy_from_user() 272 __constant_copy_from_user_asm(res, to, from, tmp, 4, 4, 0); in __constant_copy_from_user() 275 __constant_copy_from_user_asm(res, to, from, tmp, 4, 4, 1); in __constant_copy_from_user() 278 __constant_copy_from_user_asm(res, to, from, tmp, 4, 4, 2); in __constant_copy_from_user() [all …]
|
Completed in 4 milliseconds