Searched refs:__constant_copy_from_user_asm (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/m68k/include/asm/ |
H A D | uaccess.h | 241 __constant_copy_from_user_asm(res, to, from, tmp, 1, 0, 0); in __constant_copy_from_user() 244 __constant_copy_from_user_asm(res, to, from, tmp, 2, 0, 0); in __constant_copy_from_user() 247 __constant_copy_from_user_asm(res, to, from, tmp, 2, 1, 0); in __constant_copy_from_user() 250 __constant_copy_from_user_asm(res, to, from, tmp, 4, 0, 0); in __constant_copy_from_user() 253 __constant_copy_from_user_asm(res, to, from, tmp, 4, 1, 0); in __constant_copy_from_user() 256 __constant_copy_from_user_asm(res, to, from, tmp, 4, 2, 0); in __constant_copy_from_user() 259 __constant_copy_from_user_asm(res, to, from, tmp, 4, 2, 1); in __constant_copy_from_user() 262 __constant_copy_from_user_asm(res, to, from, tmp, 4, 4, 0); in __constant_copy_from_user() 265 __constant_copy_from_user_asm(res, to, from, tmp, 4, 4, 1); in __constant_copy_from_user() 268 __constant_copy_from_user_asm(res, to, from, tmp, 4, 4, 2); in __constant_copy_from_user() [all …]
|