Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 148) sorted by relevance

123456

/tools/testing/selftests/powerpc/include/
A Dinstructions.h117 #define PLBZ(t, a, r, d) PREFIX_MLS(PPC_INST_LBZ, t, a, r, d) argument
118 #define PLHZ(t, a, r, d) PREFIX_MLS(PPC_INST_LHZ, t, a, r, d) argument
119 #define PLHA(t, a, r, d) PREFIX_MLS(PPC_INST_LHA, t, a, r, d) argument
120 #define PLWZ(t, a, r, d) PREFIX_MLS(PPC_INST_LWZ, t, a, r, d) argument
121 #define PLWA(t, a, r, d) PREFIX_8LS(0xa4000000, t, a, r, d) argument
122 #define PLD(t, a, r, d) PREFIX_8LS(0xe4000000, t, a, r, d) argument
123 #define PLQ(t, a, r, d) PREFIX_8LS(0xe0000000, t, a, r, d) argument
127 #define PSTD(s, a, r, d) PREFIX_8LS(0xf4000000, s, a, r, d) argument
128 #define PSTQ(s, a, r, d) PREFIX_8LS(0xf0000000, s, a, r, d) argument
139 #define PLXV0(s, a, r, d) PREFIX_8LS(0xc8000000, s, a, r, d) argument
[all …]
/tools/perf/util/
A Ddlfilter.c91 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__resolve_ip() local
117 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__resolve_addr() local
145 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__args() local
166 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__resolve_address() local
217 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__insn() local
252 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__srcline() local
280 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__attr() local
300 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__object_code() local
399 static int dlfilter__open(struct dlfilter *d) in dlfilter__open()
423 struct dlfilter *d = malloc(sizeof(*d)); in dlfilter__new() local
[all …]
A Dutil.c104 char *d = path; in mkdir_p() local
161 struct dirent *d; in rm_rf_depth_pat() local
227 static bool kcore_dir_filter(const char *name __maybe_unused, struct dirent *d) in kcore_dir_filter()
279 bool lsdir_no_dot_filter(const char *name __maybe_unused, struct dirent *d) in lsdir_no_dot_filter()
290 struct dirent *d; in lsdir() local
A Dsha1.c18 #define SHA1_ROUND(i, a, b, c, d, e) \ argument
58 u32 d = h[3]; in sha1_blocks() local
/tools/lib/bpf/
A Dbtf_dump.c155 struct btf_dump *d; in btf_dump__new() local
196 static int btf_dump_resize(struct btf_dump *d) in btf_dump_resize()
239 void btf_dump__free(struct btf_dump *d) in btf_dump__free()
282 int btf_dump__dump_type(struct btf_dump *d, __u32 id) in btf_dump__dump_type()
1726 static void btf_dump_data_pfx(struct btf_dump *d) in btf_dump_data_pfx()
1742 #define btf_dump_type_values(d, fmt, ...) \ argument
1870 static int btf_dump_int_data(struct btf_dump *d, in btf_dump_int_data()
1965 double d; member
2001 static int btf_dump_var_data(struct btf_dump *d, in btf_dump_var_data()
2194 static int btf_dump_ptr_data(struct btf_dump *d, in btf_dump_ptr_data()
[all …]
A Dbpf_core_read.h360 #define ___last5(a, b, c, d, x) x argument
361 #define ___last6(a, b, c, d, e, x) x argument
362 #define ___last7(a, b, c, d, e, f, x) x argument
363 #define ___last8(a, b, c, d, e, f, g, x) x argument
364 #define ___last9(a, b, c, d, e, f, g, h, x) x argument
365 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument
371 #define ___nolast5(a, b, c, d, _) a, b, c, d argument
372 #define ___nolast6(a, b, c, d, e, _) a, b, c, d, e argument
382 #define ___arrow4(a, b, c, d) a->b->c->d argument
383 #define ___arrow5(a, b, c, d, e) a->b->c->d->e argument
[all …]
A Dbtf.c3557 struct btf_dedup *d; in btf__dedup() local
3664 #define for_each_dedup_cand(d, node, hash) \ argument
3699 static void btf_dedup_free(struct btf_dedup *d) in btf_dedup_free()
3824 struct btf_dedup *d = ctx; in strs_dedup_remap_str_off() local
3863 static int btf_dedup_strings(struct btf_dedup *d) in btf_dedup_strings()
4200 static int btf_dedup_prep(struct btf_dedup *d) in btf_dedup_prep()
4351 static int btf_dedup_prim_types(struct btf_dedup *d) in btf_dedup_prim_types()
4928 static int btf_dedup_struct_types(struct btf_dedup *d) in btf_dedup_struct_types()
5090 static int btf_dedup_ref_types(struct btf_dedup *d) in btf_dedup_ref_types()
5300 struct btf_dedup *d = ctx; in btf_dedup_remap_type_id() local
[all …]
/tools/virtio/linux/
A Ddma-mapping.h16 #define dma_alloc_coherent(d, s, hp, f) ({ \ argument
22 #define dma_free_coherent(d, s, p, h) kfree(p) argument
24 #define dma_map_page(d, p, o, s, dir) (page_to_phys(p) + (o)) argument
26 #define dma_map_single(d, p, s, dir) (virt_to_phys(p)) argument
27 #define dma_map_single_attrs(d, p, s, dir, a) (virt_to_phys(p)) argument
30 #define dma_unmap_single(d, a, s, r) do { (void)(d); (void)(a); (void)(s); (void)(r); } while (0) argument
31 #define dma_unmap_page(d, a, s, r) do { (void)(d); (void)(a); (void)(s); (void)(r); } while (0) argument
36 #define dma_unmap_single_attrs(d, a, s, r, t) do { \ argument
39 #define dma_sync_single_range_for_cpu(d, a, o, s, r) do { \ argument
42 #define dma_sync_single_range_for_device(d, a, o, s, r) do { \ argument
/tools/perf/tests/
A Dtime-utils-test.c70 static bool test__perf_time__parse_for_ranges(struct test_data *d) in test__perf_time__parse_for_ranges()
160 struct test_data d = { in test__time_utils() local
175 struct test_data d = { in test__time_utils() local
190 struct test_data d = { in test__time_utils() local
205 struct test_data d = { in test__time_utils() local
220 struct test_data d = { in test__time_utils() local
235 struct test_data d = { in test__time_utils() local
/tools/testing/selftests/proc/
A Dread.c38 static void f_reg(DIR *d, const char *filename) in f_reg()
55 static void f_reg_write(DIR *d, const char *filename, const char *buf, size_t len) in f_reg_write()
68 static void f_lnk(DIR *d, const char *filename) in f_lnk()
77 static void f(DIR *d, unsigned int level) in f()
129 DIR *d; in main() local
/tools/testing/selftests/bpf/prog_tests/
A Dbtf_dump.c29 struct btf_dump *d; in btf_dump_all_types() local
131 struct btf_dump *d; member
339 static int btf_dump_data(struct btf *btf, struct btf_dump *d, in btf_dump_data()
420 static void test_btf_dump_int_data(struct btf *btf, struct btf_dump *d, in test_btf_dump_int_data()
523 static void test_btf_dump_char_data(struct btf *btf, struct btf_dump *d, in test_btf_dump_char_data()
600 static void test_btf_dump_enum_data(struct btf *btf, struct btf_dump *d, in test_btf_dump_enum_data()
871 static void test_btf_dump_var_data(struct btf *btf, struct btf_dump *d, in test_btf_dump_var_data()
884 struct btf_dump *d; member
966 struct btf_dump *d; in test_btf_dump_string_data() local
1028 struct btf_dump *d; in test_btf_dump_datasec_data() local
[all …]
/tools/testing/selftests/bpf/
A Dsdt.h51 # define _SDT_ASM_5(a, b, c, d, e) a,b,c,d,e; argument
58 # define _SDT_DEPAREN_4(a,b,c,d) a b c d argument
59 # define _SDT_DEPAREN_5(a,b,c,d,e) a b c d e argument
60 # define _SDT_DEPAREN_6(a,b,c,d,e,f) a b c d e f argument
61 # define _SDT_DEPAREN_7(a,b,c,d,e,f,g) a b c d e f g argument
62 # define _SDT_DEPAREN_8(a,b,c,d,e,f,g,h) a b c d e f g h argument
63 # define _SDT_DEPAREN_9(a,b,c,d,e,f,g,h,i) a b c d e f g h i argument
64 # define _SDT_DEPAREN_10(a,b,c,d,e,f,g,h,i,j) a b c d e f g h i j argument
65 # define _SDT_DEPAREN_11(a,b,c,d,e,f,g,h,i,j,k) a b c d e f g h i j k argument
66 # define _SDT_DEPAREN_12(a,b,c,d,e,f,g,h,i,j,k,l) a b c d e f g h i j k l argument
[all …]
/tools/bpf/bpftool/
A Dbtf_dumper.c31 static int dump_prog_id_as_func_ptr(const struct btf_dumper *d, in dump_prog_id_as_func_ptr()
107 static void btf_dumper_ptr(const struct btf_dumper *d, in btf_dumper_ptr()
135 static int btf_dumper_modifier(const struct btf_dumper *d, __u32 type_id, in btf_dumper_modifier()
147 static int btf_dumper_enum(const struct btf_dumper *d, in btf_dumper_enum()
185 static int btf_dumper_enum64(const struct btf_dumper *d, in btf_dumper_enum64()
247 static int btf_dumper_array(const struct btf_dumper *d, __u32 type_id, in btf_dumper_array()
465 static int btf_dumper_struct(const struct btf_dumper *d, __u32 type_id, in btf_dumper_struct()
513 static int btf_dumper_var(const struct btf_dumper *d, __u32 type_id, in btf_dumper_var()
527 static int btf_dumper_datasec(const struct btf_dumper *d, __u32 type_id, in btf_dumper_datasec()
555 static int btf_dumper_do_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_do_type()
[all …]
/tools/perf/
A Dbuiltin-diff.c85 #define data__for_each_file_start(i, d, s) \ argument
686 struct data__file *d; in hists__precompute() local
868 struct data__file *d = fmt_to_data_file(fmt); in hist_entry__cmp_delta() local
877 struct data__file *d = fmt_to_data_file(fmt); in hist_entry__cmp_delta_abs() local
949 struct data__file *d; in data__fprintf() local
970 struct data__file *d; in data_process() local
1050 static void data__free(struct data__file *d) in data__free()
1143 struct data__file *d; in check_file_brstack() local
1168 struct data__file *d; in __cmd_diff() local
1781 struct data__file *d; in ui_init() local
[all …]
/tools/testing/selftests/bpf/progs/
A Dtracing_struct_many_args.c15 long d; member
23 int BPF_PROG2(test_struct_many_args_1, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
37 int BPF_PROG2(test_struct_many_args_2, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
45 int BPF_PROG2(test_struct_many_args_3, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
60 int BPF_PROG2(test_struct_many_args_4, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
69 int BPF_PROG2(test_struct_many_args_5, __u64, a, void *, b, short, c, int, d, void *, e, in BPF_PROG2() argument
88 int BPF_PROG2(test_struct_many_args_6, __u64, a, void *, b, short, c, int, d, void *, e, in BPF_PROG2() argument
A Dfentry_many_args.c11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG()
21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG()
32 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG()
A Dfexit_many_args.c11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG()
21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG()
33 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG()
A Dfentry_test.c35 int BPF_PROG(test4, void *a, char b, int c, __u64 d) in BPF_PROG()
43 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e) in BPF_PROG()
52 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void * e, __u64 f) in BPF_PROG()
A Dmodify_return.c55 int BPF_PROG(fentry_test2, int a, int *b, short c, int d, void *e, char f, in BPF_PROG()
65 int BPF_PROG(fmod_ret_test2, int a, int *b, short c, int d, void *e, char f, in BPF_PROG()
76 int BPF_PROG(fexit_test2, int a, int *b, short c, int d, void *e, char f, in BPF_PROG()
A Dfexit_test.c35 int BPF_PROG(test4, void *a, char b, int c, __u64 d, int ret) in BPF_PROG()
44 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e, int ret) in BPF_PROG()
53 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void *e, __u64 f, int ret) in BPF_PROG()
A Dbtf_dump_test_case_bitfields.c35 } d: 1; member
62 long d: 8; member
/tools/include/linux/
A Doverflow.h44 #define check_add_overflow(a, b, d) ({ \ argument
53 #define check_sub_overflow(a, b, d) ({ \ argument
62 #define check_mul_overflow(a, b, d) ({ \ argument
/tools/perf/arch/x86/tests/
A Dintel-pt-test.c209 static void decoding_failed(const struct test_data *d) in decoding_failed()
216 static int fail(const struct test_data *d, struct intel_pt_pkt *packet, int len, in fail()
245 static int test_ctx_unchanged(const struct test_data *d, struct intel_pt_pkt *packet, in test_ctx_unchanged()
261 static int test_one(const struct test_data *d) in test_one()
310 const struct test_data *d = data; in test__intel_pt_pkt_decoder() local
/tools/net/ynl/samples/
A Dnetdev.c19 static void netdev_print_device(struct netdev_dev_get_rsp *d, unsigned int op) in netdev_print_device()
89 struct netdev_dev_get_rsp *d; in main() local
/tools/perf/arch/x86/util/
A Dheader.c16 unsigned int b, c, d; in get_cpuid_0() local
28 unsigned int a, b, c, d, lvl; in __get_cpuid() local

Completed in 63 milliseconds

123456