Searched refs:XSTR (Results 1 – 4 of 4) sorted by relevance
5 #define XSTR(s) STR(s) macro117 #define __msg(msg) __attribute__((btf_decl_tag("comment:test_expect_msg=" XSTR(__COUNTER__) "=" ms…118 #define __xlated(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated=" XSTR(__COUNTER__) …119 #define __jited(msg) __attribute__((btf_decl_tag("comment:test_jited=" XSTR(__COUNTER__) "=" msg)))123 #define __msg_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_msg_unpriv=" XSTR(__COUN…124 #define __xlated_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated_unpriv=" XSTR(…125 #define __jited_unpriv(msg) __attribute__((btf_decl_tag("comment:test_jited=" XSTR(__COUNTER__) "="…130 #define __retval(val) __attribute__((btf_decl_tag("comment:test_retval="XSTR(val))))131 #define __retval_unpriv(val) __attribute__((btf_decl_tag("comment:test_retval_unpriv="XSTR(val))))
45 SEC("sk_" XSTR(__type)) \
7 #define XSTR(s) STR(s) macro16 const char *version = XSTR(__GLIBC__) "." XSTR(__GLIBC_MINOR__); in main()
28 #define XSTR(s) STR(s) macro47 asm volatile("in $" XSTR(SYNC_PORT)", %%al \n" in sync_with_host()
Completed in 7 milliseconds