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__) "=" 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...]
/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)
/linux/scripts/gcc-plugins/
H A Darm_ssp_per_task_plugin.c