Home
last modified time | relevance | path

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

1234

/tools/testing/selftests/powerpc/include/
Dinstructions.h98 #define PREFIX_MLS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument
107 #define PREFIX_8LS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument
117 #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
124 #define PSTB(s, a, r, d) PREFIX_MLS(PPC_INST_STB, s, a, r, d) argument
[all …]
/tools/include/linux/
Doverflow.h49 #define check_add_overflow(a, b, d) ({ \ argument
58 #define check_sub_overflow(a, b, d) ({ \ argument
67 #define check_mul_overflow(a, b, d) ({ \ argument
80 #define __unsigned_add_overflow(a, b, d) ({ \ argument
89 #define __unsigned_sub_overflow(a, b, d) ({ \ argument
101 #define __unsigned_mul_overflow(a, b, d) ({ \ argument
129 #define __signed_add_overflow(a, b, d) ({ \ argument
145 #define __signed_sub_overflow(a, b, d) ({ \ argument
172 #define __signed_mul_overflow(a, b, d) ({ \ argument
187 #define check_add_overflow(a, b, d) \ argument
[all …]
/tools/lib/bpf/
Dbtf_dump.c104 static const char *btf_name_of(const struct btf_dump *d, __u32 name_off) in btf_name_of()
109 static void btf_dump_printf(const struct btf_dump *d, const char *fmt, ...) in btf_dump_printf()
126 struct btf_dump *d; in btf_dump__new() local
162 static int btf_dump_resize(struct btf_dump *d) in btf_dump_resize()
202 void btf_dump__free(struct btf_dump *d) in btf_dump__free()
245 int btf_dump__dump_type(struct btf_dump *d, __u32 id) in btf_dump__dump_type()
279 static int btf_dump_mark_referenced(struct btf_dump *d) in btf_dump_mark_referenced()
341 static int btf_dump_add_emit_queue_id(struct btf_dump *d, __u32 id) in btf_dump_add_emit_queue_id()
433 static int btf_dump_order_type(struct btf_dump *d, __u32 id, bool through_ptr) in btf_dump_order_type()
612 static bool btf_dump_is_blacklisted(struct btf_dump *d, __u32 id) in btf_dump_is_blacklisted()
[all …]
Dbpf_core_read.h238 #define ___last5(a, b, c, d, x) x argument
239 #define ___last6(a, b, c, d, e, x) x argument
240 #define ___last7(a, b, c, d, e, f, x) x argument
241 #define ___last8(a, b, c, d, e, f, g, x) x argument
242 #define ___last9(a, b, c, d, e, f, g, h, x) x argument
243 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument
249 #define ___nolast5(a, b, c, d, _) a, b, c, d argument
250 #define ___nolast6(a, b, c, d, e, _) a, b, c, d, e argument
251 #define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f argument
252 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument
[all …]
Dbtf.c2799 struct btf_dedup *d = btf_dedup_new(btf, btf_ext, opts); in btf__dedup() local
2894 #define for_each_dedup_cand(d, node, hash) \ argument
2897 static int btf_dedup_table_add(struct btf_dedup *d, long hash, __u32 type_id) in btf_dedup_table_add()
2903 static int btf_dedup_hypot_map_add(struct btf_dedup *d, in btf_dedup_hypot_map_add()
2920 static void btf_dedup_clear_hypot_map(struct btf_dedup *d) in btf_dedup_clear_hypot_map()
2929 static void btf_dedup_free(struct btf_dedup *d) in btf_dedup_free()
2964 struct btf_dedup *d = calloc(1, sizeof(struct btf_dedup)); in btf_dedup_new() local
3026 static int btf_for_each_str_off(struct btf_dedup *d, str_off_fn_t fn, void *ctx) in btf_for_each_str_off()
3185 static int btf_dedup_strings(struct btf_dedup *d) in btf_dedup_strings()
3569 static int btf_dedup_prim_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_prim_type()
[all …]
/tools/testing/selftests/proc/
Dread.c38 static void f_reg(DIR *d, const char *filename) in f_reg()
53 static void f_reg_write(DIR *d, const char *filename, const char *buf, size_t len) in f_reg_write()
66 static void f_lnk(DIR *d, const char *filename) in f_lnk()
75 static void f(DIR *d, unsigned int level) in f()
127 DIR *d; in main() local
/tools/perf/tests/
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/perf/arch/x86/tests/
Dintel-pt-pkt-decoder-test.c193 static void decoding_failed(struct test_data *d) in decoding_failed()
200 static int fail(struct test_data *d, struct intel_pt_pkt *packet, int len, in fail()
229 static int test_ctx_unchanged(struct test_data *d, struct intel_pt_pkt *packet, in test_ctx_unchanged()
245 static int test_one(struct test_data *d) in test_one()
294 struct test_data *d = data; in test__intel_pt_pkt_decoder() local
/tools/virtio/linux/
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
/tools/bpf/bpftool/
Dbtf_dumper.c31 static int dump_prog_id_as_func_ptr(const struct btf_dumper *d, in dump_prog_id_as_func_ptr()
97 static void btf_dumper_ptr(const struct btf_dumper *d, in btf_dumper_ptr()
125 static int btf_dumper_modifier(const struct btf_dumper *d, __u32 type_id, in btf_dumper_modifier()
137 static int btf_dumper_enum(const struct btf_dumper *d, in btf_dumper_enum()
211 static int btf_dumper_array(const struct btf_dumper *d, __u32 type_id, in btf_dumper_array()
429 static int btf_dumper_struct(const struct btf_dumper *d, __u32 type_id, in btf_dumper_struct()
477 static int btf_dumper_var(const struct btf_dumper *d, __u32 type_id, in btf_dumper_var()
491 static int btf_dumper_datasec(const struct btf_dumper *d, __u32 type_id, in btf_dumper_datasec()
519 static int btf_dumper_do_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_do_type()
560 int btf_dumper_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_type()
/tools/perf/
Dbuiltin-diff.c84 #define data__for_each_file_start(i, d, s) \ argument
89 #define data__for_each_file(i, d) data__for_each_file_start(i, d, 0) argument
90 #define data__for_each_file_new(i, d) data__for_each_file_start(i, d, 1) argument
512 struct data__file *d = container_of(ptr, struct data__file, fmt); in fmt_to_data_file() local
518 get_pair_data(struct hist_entry *he, struct data__file *d) in get_pair_data()
534 struct data__file *d = fmt_to_data_file(&dfmt->fmt); in get_pair_fmt() local
697 struct data__file *d; in hists__precompute() local
879 struct data__file *d = fmt_to_data_file(fmt); in hist_entry__cmp_delta() local
888 struct data__file *d = fmt_to_data_file(fmt); in hist_entry__cmp_delta_abs() local
897 struct data__file *d = fmt_to_data_file(fmt); in hist_entry__cmp_ratio() local
[all …]
/tools/testing/selftests/bpf/progs/
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()
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()
Dbtf_dump_test_case_bitfields.c35 } d: 1; member
62 long d: 8; member
Dtest_core_reloc_arrays.c26 int d; member
33 struct core_reloc_arrays_substruct d[1][2]; member
Dsockmap_tcp_msg_prog.c14 char *d; in bpf_prog1() local
/tools/perf/util/
Dutil.c95 char *d = path; in mkdir_p() local
152 struct dirent *d; in rm_rf_depth_pat() local
237 bool lsdir_no_dot_filter(const char *name __maybe_unused, struct dirent *d) in lsdir_no_dot_filter()
248 struct dirent *d; in lsdir() local
/tools/build/tests/ex/
Dd.c3 int d(void) in d() function
/tools/perf/arch/x86/util/
Dheader.c15 unsigned int *d) in cpuid()
29 unsigned int a, b, c, d, lvl; in __get_cpuid() local
/tools/testing/radix-tree/linux/
Dcpu.h1 #define cpuhp_setup_state_nocalls(a, b, c, d) (0) argument
/tools/lib/lockdep/tests/
DABCDBCDA.c7 pthread_mutex_t a, b, c, d; in main() local
DABBCCDDA.c7 pthread_mutex_t a, b, c, d; in main() local
DABCDBDDA.c7 pthread_mutex_t a, b, c, d; in main() local
/tools/testing/selftests/bpf/prog_tests/
Dbtf_dump.c31 struct btf_dump *d; in btf_dump_all_types() local
139 struct btf_dump *d = NULL; in test_btf_dump_incremental() local
/tools/testing/selftests/powerpc/math/
Dfpu_denormal.c21 volatile double d; in test_denormal_fpu() local

1234