/linux-6.12.1/lib/crypto/mpi/ |
D | longlong.h | 114 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 123 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 176 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 185 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 263 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 272 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 300 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 309 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 397 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 406 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument [all …]
|
/linux-6.12.1/tools/perf/util/ |
D | dlfilter.c | 28 static void al_to_d_al(struct addr_location *al, struct perf_dlfilter_al *d_al) in al_to_d_al() 75 struct addr_location *al = d->al; in get_al() local 84 struct addr_location *al = get_al(d); in get_thread() local 93 struct addr_location *al; in dlfilter__resolve_ip() local 168 struct addr_location al; in dlfilter__resolve_address() local 200 struct addr_location *al; in dlfilter__al_cleanup() local 228 struct addr_location *al = d->al; in dlfilter__insn() local 252 struct addr_location *al; in dlfilter__srcline() local 300 struct addr_location *al; in dlfilter__object_code() local 495 struct addr_location *al, in dlfilter__do_filter_event()
|
D | symbol_fprintf.c | 20 const struct addr_location *al, in __symbol__fprintf_symname_offs() 44 const struct addr_location *al, in symbol__fprintf_symname_offs() 51 const struct addr_location *al, in __symbol__fprintf_symname()
|
D | addr_location.c | 7 void addr_location__init(struct addr_location *al) in addr_location__init() 28 void addr_location__exit(struct addr_location *al) in addr_location__exit()
|
D | annotate.c | 429 struct annotation_line *al; in annotated_source__get_line() local 440 struct annotation_line *al; in annotation__count_insn() local 473 struct annotation_line *al; in annotation__count_and_fill() local 526 struct annotation_line *al; in annotation__compute_ipc() local 565 struct annotation_line *al; in annotation__compute_ipc() local 651 void annotation_line__add(struct annotation_line *al, struct list_head *head) in annotation_line__add() 762 annotation_line__print(struct annotation_line *al, struct symbol *sym, u64 start, in annotation_line__print() 899 struct annotation_line *al, *next; in annotation__calc_percent() local 1016 static void insert_source_line(struct rb_root *root, struct annotation_line *al) in insert_source_line() 1065 static void __resort_source_line(struct rb_root *root, struct annotation_line *al) in __resort_source_line() [all …]
|
D | unwind-libdw.c | 44 static int __report_module(struct addr_location *al, u64 ip, in __report_module() 110 struct addr_location al; in report_module() local 127 struct addr_location al; in entry() local 161 struct addr_location al; in access_dso_mem() local
|
D | print_insn.c | 87 struct addr_location al; in print_insn_x86() local 110 static bool is64bitip(struct machine *machine, struct addr_location *al) in is64bitip() 156 struct addr_location *al) in sample__fprintf_insn_asm()
|
D | dlfilter.h | 35 struct addr_location *al; member 74 struct addr_location *al, in dlfilter__filter_event() 87 struct addr_location *al, in dlfilter__filter_event_early()
|
D | hist.c | 600 const struct addr_location *al, in hists__findnew_entry() 707 struct addr_location *al, in __hists__add_entry() 771 struct addr_location *al, in hists__add_entry() 785 struct addr_location *al, in hists__add_entry_ops() 798 struct addr_location *al, in hists__add_entry_block() 829 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_mem_entry() 843 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_mem_entry() 900 iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_branch_entry() 924 iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_next_branch_entry() 945 iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_next_branch_entry() [all …]
|
D | event.c | 531 struct addr_location al; in perf_event__fprintf_text_poke() local 619 struct addr_location *al) in thread__find_map() 684 struct addr_location *al) in thread__find_map_fb() 697 u64 addr, struct addr_location *al) in thread__find_symbol() 706 u64 addr, struct addr_location *al) in thread__find_symbol_fb() 731 int machine__resolve(struct machine *machine, struct addr_location *al, in machine__resolve() 839 void thread__resolve(struct thread *thread, struct addr_location *al, in thread__resolve()
|
D | db-export.c | 176 static int db_ids_from_al(struct db_export *dbe, struct addr_location *al, in db_ids_from_al() 241 struct addr_location al; in call_path_from_sample() local 350 struct addr_location *al, struct addr_location *addr_al) in db_export__sample()
|
/linux-6.12.1/tools/perf/ui/browsers/ |
D | annotate.c | 42 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in disasm_line__filter() local 93 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in annotate_browser__write() local 249 struct annotation_line *al) in disasm_rb_tree__insert() 350 struct annotation_line *al) in annotate_browser__find_next_asm_line() 374 struct annotation_line *al; in annotate_browser__toggle_source() local 418 struct annotation_line *al = &cursor->al; in annotate_browser__show_full_location() local 540 struct annotation_line *al = browser->selection; in annotate_browser__find_string() local 558 struct annotation_line *al; in __annotate_browser__search() local 577 struct annotation_line *al = browser->selection; in annotate_browser__find_string_reverse() local 595 struct annotation_line *al; in __annotate_browser__search_reverse() local
|
/linux-6.12.1/drivers/nvme/target/ |
D | fabrics-cmd-auth.c | 353 static int nvmet_auth_challenge(struct nvmet_req *req, void *d, int al) in nvmet_auth_challenge() 393 static int nvmet_auth_success1(struct nvmet_req *req, void *d, int al) in nvmet_auth_success1() 420 static void nvmet_auth_failure1(struct nvmet_req *req, void *d, int al) in nvmet_auth_failure1() 436 u32 al; in nvmet_execute_auth_receive() local
|
/linux-6.12.1/arch/arm/lib/ |
D | ashrdi3.S | 33 #define al r1 macro 36 #define al r0 macro
|
D | lshrdi3.S | 33 #define al r1 macro 36 #define al r0 macro
|
D | ashldi3.S | 33 #define al r1 macro 36 #define al r0 macro
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | io-workarounds.c | 102 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument 112 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument 131 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) .name = iowa_##name, argument 132 #define DEF_PCI_AC_NORET(name, at, al, space, aa) .name = iowa_##name, argument
|
/linux-6.12.1/arch/sparc/math-emu/ |
D | sfp-util_32.h | 7 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 17 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
D | sfp-util_64.h | 15 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 29 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
/linux-6.12.1/arch/alpha/math-emu/ |
D | sfp-util.h | 8 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 11 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
/linux-6.12.1/arch/sh/math-emu/ |
D | sfp-util.h | 6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 14 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
/linux-6.12.1/fs/ntfs3/ |
D | attrlist.c | 297 typeof(ni->attr_list) *al = &ni->attr_list; in al_add_le() local 368 typeof(ni->attr_list) *al = &ni->attr_list; in al_remove_le() local 389 typeof(ni->attr_list) *al = &ni->attr_list; in al_update() local
|
/linux-6.12.1/tools/perf/ |
D | builtin-annotate.c | 145 static void process_branch_stack(struct branch_stack *bs, struct addr_location *al, in process_branch_stack() 196 struct addr_location *al, in process_branch_callback() 239 struct addr_location *al, struct perf_annotate *ann, in evsel__add_sample() 290 struct addr_location al; in process_sample_event() local
|
/linux-6.12.1/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 261 struct addr_location *al) in perl_process_callchain() 344 struct addr_location *al) in perl_process_tracepoint() 464 struct addr_location *al, in perl_process_event()
|
D | trace-event-python.c | 406 static unsigned long get_offset(struct symbol *sym, struct addr_location *al) in get_offset() 420 struct addr_location *al) in python_process_callchain() 527 struct addr_location al; in python_process_brstack() local 571 static int get_symoff(struct symbol *sym, struct addr_location *al, in get_symoff() 616 struct addr_location al; in python_process_brstacksym() local 793 static void set_sym_in_dict(PyObject *dict, struct addr_location *al, in set_sym_in_dict() 846 struct addr_location *al, in get_perf_sample_dict() 946 struct addr_location *al, in python_process_tracepoint() 1474 struct addr_location *al, in python_process_general_event() 1511 struct addr_location *al, in python_process_event()
|