Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/lib/
H A Duaccess.c18 "1: "MOVES".l (%1)+,%3\n" in __generic_copy_from_user()
24 "3: "MOVES".w (%1)+,%3\n" in __generic_copy_from_user()
28 "5: "MOVES".b (%1)+,%3\n" in __generic_copy_from_user()
65 "2: "MOVES".l %3,(%2)+\n" in __generic_copy_to_user()
71 "5: "MOVES".w %3,(%2)+\n" in __generic_copy_to_user()
75 "7: "MOVES".b %3,(%2)+\n" in __generic_copy_to_user()
111 "1: "MOVES".l %2,(%1)+\n" in __clear_user()
116 "4: "MOVES".w %2,(%1)+\n" in __clear_user()
119 "6: "MOVES".b %2,(%1)\n" in __clear_user()
/openbmc/linux/arch/m68k/include/asm/
H A Duaccess.h26 #define MOVES "moves" macro
28 #define MOVES "move" macro
95 __put_user_asm8(MOVES, __pu_err, __pu_val, ptr); \
173 __get_user_asm8(MOVES, __gu_err, x, ptr); \
192 "1: "MOVES"."#s1" (%2)+,%3\n" \
195 "2: "MOVES"."#s2" (%2)+,%3\n" \
198 "3: "MOVES"."#s3" (%2)+,%3\n" \
284 "11: "MOVES"."#s1" %3,(%1)+\n" \
286 "21: "MOVES"."#s2" %3,(%1)+\n" \
290 "31: "MOVES"."#s3" %3,(%1)+\n" \
[all …]