Searched refs:__OS (Results 1 – 7 of 7) sorted by relevance
30 "0: rep movs"__OS"\n" /* as many words as possible... */ in __copy_to_user_ll()69 "0: rep movs"__OS"\n" /* as many words as possible... */ in __copy_from_user_ll()133 "0: rep stos"__OS"\n" in clear_user()
12 " repe; scas"__OS"\n\t" in __find_first_bit()61 " repe; scas"__OS"\n\t" in __find_first_zero_bit()
15 " rep ; movs"__OS" ; "
14 # define __OS "l" /* Operation Suffix */ macro18 # define __OS "q" /* Operation Suffix */ macro
199 asm volatile ( "pushf" __OS " ; pop" __OS " %0" : "=g" (x)); \
278 #define __OS "q" /* Operation Suffix */ macro
1338 asm ( "div"__OS" %2" : "+a" (u[0]), "+d" (u[1]) : "rm" (v) ); in div_dbl()
Completed in 19 milliseconds