Searched refs:XSTR (Results 1 – 6 of 6) sorted by relevance
5 #define XSTR(s) STR(s) macro 133 #define __msg(msg) __attribute__((btf_decl_tag("comment:test_expect_msg=" XSTR(__COUNTER__) "=" msg)))134 #define __not_msg(msg) __attribute__((btf_decl_tag("comment:test_expect_not_msg=" XSTR(__COUNTER__) "=" msg)))135 #define __xlated(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated=" XSTR(__COUNTER__) "=" msg)))136 #define __jited(msg) __attribute__((btf_decl_tag("comment:test_jited=" XSTR(__COUNTER__) "=" msg)))140 #define __msg_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_msg_unpriv=" XSTR(__COUNTER__) "=" msg)))141 #define __not_msg_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_not_msg_unpriv=" XSTR(__COUNTER__) "=" msg)))142 #define __xlated_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated_unpriv=" XSTR(__COUNTER__) "=" msg)))143 #define __jited_unpriv(msg) __attribute__((btf_decl_tag("comment:test_jited=" XSTR(__COUNTER__) "=" msg)))148 #define __retval(val) __attribute__((btf_decl_tag("comment:test_retval="XSTR(va[all...]
7 #define XSTR(s) STR(s) macro 16 const char *version = XSTR(__GLIBC__) "." XSTR(__GLIBC_MINOR__); in main()
26 #define XSTR(s) STR(s) macro40 asm volatile("in $" XSTR(SYNC_PORT) ", %%al \n" in sync_with_host()
26 #define XSTR(s) STR(s) macro45 asm volatile("in $" XSTR(SYNC_PORT)", %%al \n" in sync_with_host()
304 #define XSTR(s) #s macro305 #define STR(s) XSTR(s)