Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dbpf_misc.h5 #define XSTR(s) STR(s) macro
115 #define __msg(msg) __attribute__((btf_decl_tag("comment:test_expect_msg=" XSTR(__COUNTER__) "=" ms…
116 #define __xlated(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated=" XSTR(__COUNTER__) …
117 #define __jited(msg) __attribute__((btf_decl_tag("comment:test_jited=" XSTR(__COUNTER__) "=" msg)))
121 #define __msg_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_msg_unpriv=" XSTR(__COUN…
122 #define __xlated_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated_unpriv=" XSTR(…
123 #define __jited_unpriv(msg) __attribute__((btf_decl_tag("comment:test_jited=" XSTR(__COUNTER__) "="…
/linux-6.15/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-6.15/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-6.15/scripts/gcc-plugins/
H A Darm_ssp_per_task_plugin.c27 sym = XSTR(SET_SRC(body), 0); in arm_pertask_ssp_rtl_execute()
/linux-6.15/samples/landlock/
H A Dsandboxer.c301 #define XSTR(s) #s macro
302 #define STR(s) XSTR(s)