Searched refs:STR (Results 1 – 9 of 9) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | usercopy.c | 19 " cmp $"STR(2*BYTES_PER_LONG-1)", %[cnt]\n" in __copy_to_user_ll() 23 " and $"STR(BYTES_PER_LONG-1)", %[cnt]\n" in __copy_to_user_ll() 27 " shr $"STR(LONG_BYTEORDER)", %[cnt]\n" in __copy_to_user_ll() 28 " and $"STR(BYTES_PER_LONG-1)", %[aux]\n" in __copy_to_user_ll() 37 "3: lea (%q[aux], %q[cnt], "STR(BYTES_PER_LONG)"), %[cnt]\n" in __copy_to_user_ll() 58 " cmp $"STR(2*BYTES_PER_LONG-1)", %[cnt]\n" in __copy_from_user_ll() 62 " and $"STR(BYTES_PER_LONG-1)", %[cnt]\n" in __copy_from_user_ll() 66 " shr $"STR(LONG_BYTEORDER)", %[cnt]\n" in __copy_from_user_ll() 67 " and $"STR(BYTES_PER_LONG-1)", %[aux]\n" in __copy_from_user_ll() 76 "3: lea (%q[aux], %q[cnt], "STR(BYTES_PER_LONG)"), %[cnt]\n" in __copy_from_user_ll() [all …]
|
A D | bitops.c | 14 " bsf -"STR(BITS_PER_LONG/8)"(%2),%0\n\t" in __find_first_bit() 16 " lea -"STR(BITS_PER_LONG/8)"(%2),%2\n\t" in __find_first_bit() 63 " xor -"STR(BITS_PER_LONG/8)"(%2),%3\n\t" in __find_first_zero_bit() 66 " lea -"STR(BITS_PER_LONG/8)"(%2),%2\n\t" in __find_first_zero_bit()
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | hvmloader.c | 43 " mov $"STR(SEL_DATA32)",%ax \n" 49 " ljmp $"STR(SEL_CODE32)",$1f \n" 62 " mov $"STR(SEL_DATA16)",%ax \n" 78 " ljmp $"STR(SEL_CODE16)",$0x0\n"
|
A D | tests.c | 251 "pushl $0; pushl $"STR(SEL_CODE32)"; pushl $0; pushl $2f; " in shadow_gs_test() 253 "ljmp $"STR(SEL_CODE64)",$1f; 1: " in shadow_gs_test()
|
A D | util.h | 22 #define STR(...) __STR(__VA_ARGS__) macro
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | current.h | 36 asm volatile ("mov sp,%0; b " STR(fn) : : "r" (stack) : "memory" )
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | config.h | 80 #define STR(...) __STR(__VA_ARGS__) macro
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | system.h | 10 asm volatile ( "mov %%" STR(name) ",%0" : "=r" (__sel) ); \
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-vtpmmgr.pod.7 | 109 =item text:<STR> 111 Use sha1 hash of <STR>.
|
Completed in 12 milliseconds