Searched refs:_x (Results 1 – 3 of 3) sorted by relevance
/tools/lib/bpf/ |
D | usdt.bpf.h | 217 #define ___bpf_usdt_args1(x) ___bpf_usdt_args0(), ({ long _x; bpf_usdt_arg(ctx, 0, &_x); (void *)_x… 218 …usdt_args2(x, args...) ___bpf_usdt_args1(args), ({ long _x; bpf_usdt_arg(ctx, 1, &_x); (void *)_x;… 219 …usdt_args3(x, args...) ___bpf_usdt_args2(args), ({ long _x; bpf_usdt_arg(ctx, 2, &_x); (void *)_x;… 220 …usdt_args4(x, args...) ___bpf_usdt_args3(args), ({ long _x; bpf_usdt_arg(ctx, 3, &_x); (void *)_x;… 221 …usdt_args5(x, args...) ___bpf_usdt_args4(args), ({ long _x; bpf_usdt_arg(ctx, 4, &_x); (void *)_x;… 222 …usdt_args6(x, args...) ___bpf_usdt_args5(args), ({ long _x; bpf_usdt_arg(ctx, 5, &_x); (void *)_x;… 223 …usdt_args7(x, args...) ___bpf_usdt_args6(args), ({ long _x; bpf_usdt_arg(ctx, 6, &_x); (void *)_x;… 224 …usdt_args8(x, args...) ___bpf_usdt_args7(args), ({ long _x; bpf_usdt_arg(ctx, 7, &_x); (void *)_x;… 225 …usdt_args9(x, args...) ___bpf_usdt_args8(args), ({ long _x; bpf_usdt_arg(ctx, 8, &_x); (void *)_x;… 226 …sdt_args10(x, args...) ___bpf_usdt_args9(args), ({ long _x; bpf_usdt_arg(ctx, 9, &_x); (void *)_x;… [all …]
|
/tools/testing/selftests/sparc64/drivers/ |
D | adi-test.c | 68 #define RDTICK(_x) \ argument 69 asm volatile(" rd %%tick, %0\n" : "=r" (_x))
|
/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1208 #define FILTER_ALLOC(_x) \ in FIXTURE_SETUP() argument 1209 self->_x.filter = malloc(sizeof(_x##_insns)); \ in FIXTURE_SETUP() 1210 ASSERT_NE(NULL, self->_x.filter); \ in FIXTURE_SETUP() 1211 memcpy(self->_x.filter, &_x##_insns, sizeof(_x##_insns)); \ in FIXTURE_SETUP() 1212 self->_x.len = (unsigned short)ARRAY_SIZE(_x##_insns) in FIXTURE_SETUP() 1223 #define FILTER_FREE(_x) if (self->_x.filter) free(self->_x.filter) in FIXTURE_TEARDOWN() argument
|