Home
last modified time | relevance | path

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

/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/bpf/progs/
H A Dbpf_misc.h5 #define XSTR(s) STR(s) macro
133 #define __test_tag(tag) __attribute__((btf_decl_tag("comment:" XSTR(__COUNTER__) ":" tag)))
150 #define __retval(val) __test_tag("test_retval=" XSTR(val))
151 #define __retval_unpriv(val) __test_tag("test_retval_unpriv=" XSTR(val))
167 #define __linear_size(sz) __test_tag("test_linear_size=" XSTR(sz))
/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/scripts/gcc-plugins/
H A Darm_ssp_per_task_plugin.c
/linux/samples/landlock/
H A Dsandboxer.c306 #define XSTR(s) #s macro
307 #define STR(s) XSTR(s)