Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_misc.h5 #define XSTR(s) STR(s) macro
133 #define __msg(msg) __attribute__((btf_decl_tag("comment:test_expect_msg=" XSTR(__COUNTER__) "=" ms…
134 #define __not_msg(msg) __attribute__((btf_decl_tag("comment:test_expect_not_msg=" XSTR(__COUNTER__…
135 #define __xlated(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated=" XSTR(__COUNTER__) …
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(__COUN…
141 …iv(msg) __attribute__((btf_decl_tag("comment:test_expect_not_msg_unpriv=" XSTR(__COUNTER__) "=" ms…
142 #define __xlated_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated_unpriv=" XSTR(…
143 #define __jited_unpriv(msg) __attribute__((btf_decl_tag("comment:test_jited=" XSTR(__COUNTER__) "="…
148 #define __retval(val) __attribute__((btf_decl_tag("comment:test_retval="XSTR(val))))
[all …]
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 Devmcs_smm_controls_test.c26 #define XSTR(s) STR(s) macro
40 asm volatile("in $" XSTR(SYNC_PORT) ", %%al \n" in sync_with_host()
H A Dsmm_test.c26 #define XSTR(s) STR(s) macro
45 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)