Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dusercopy.c30 "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()
A Dbitops.c12 " repe; scas"__OS"\n\t" in __find_first_bit()
61 " repe; scas"__OS"\n\t" in __find_first_zero_bit()
A Dstring.c15 " rep ; movs"__OS" ; "
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/
A Dx86-emulate.c14 # define __OS "l" /* Operation Suffix */ macro
18 # define __OS "q" /* Operation Suffix */ macro
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dsystem.h199 asm volatile ( "pushf" __OS " ; pop" __OS " %0" : "=g" (x)); \
A Dconfig.h278 #define __OS "q" /* Operation Suffix */ macro
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1338 asm ( "div"__OS" %2" : "+a" (u[0]), "+d" (u[1]) : "rm" (v) ); in div_dbl()

Completed in 21 milliseconds