Home
last modified time | relevance | path

Searched refs:XSTR (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_misc.h5 #define XSTR(s) STR(s) macro
117 #define __msg(msg) __attribute__((btf_decl_tag("comment:test_expect_msg=" XSTR(__COUNTER__) "=" msg)))
118 #define __xlated(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated=" XSTR(__COUNTER__) "=" msg)))
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(__COUNTER__) "=" msg)))
124 #define __xlated_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated_unpriv=" XSTR(__COUNTER__) "=" msg)))
125 #define __jited_unpriv(msg) __attribute__((btf_decl_tag("comment:test_jited=" XSTR(__COUNTER__) "=" msg)))
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))))
H A Dtest_sockmap_redir.c45 SEC("sk_" XSTR(__type)) \
/linux/tools/build/feature/
H A Dtest-glibc.c7 #define XSTR(s) STR(s) macro
16 const char *version = XSTR(__GLIBC__) "." XSTR(__GLIBC_MINOR__); in main()
/linux/tools/testing/selftests/kvm/x86/
H A Dsmm_test.c28 #define XSTR(s) STR(s) macro
47 asm volatile("in $" XSTR(SYNC_PORT)", %%al \n" in sync_with_host()
/linux/samples/landlock/
H A Dsandboxer.c304 #define XSTR(s) #s macro
305 #define STR(s) XSTR(s)