Home
last modified time | relevance | path

Searched refs:call_list (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/objtool/include/objtool/
H A Dobjtool.h30 struct list_head call_list; member
/linux-6.15/tools/objtool/
H A Dobjtool.c40 INIT_LIST_HEAD(&file.call_list); in objtool_open_read()
H A Dcheck.c857 INIT_LIST_HEAD(&file->call_list); in create_cfi_sections()
951 INIT_LIST_HEAD(&file->call_list); in create_direct_call_sections()
956 if (list_empty(&file->call_list)) in create_direct_call_sections()
960 list_for_each_entry(insn, &file->call_list, call_node) in create_direct_call_sections()
969 list_for_each_entry(insn, &file->call_list, call_node) { in create_direct_call_sections()
1358 list_add_tail(&insn->call_node, &file->call_list); in annotate_call_site()
/linux-6.15/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.c119 call_list(PL_scopestack_ix, PL_unitcheckav); in XS()
/linux-6.15/arch/x86/include/asm/xen/
H A Dhypercall.h426 HYPERVISOR_multicall(void *call_list, uint32_t nr_calls) in HYPERVISOR_multicall() argument
428 return _hypercall2(int, multicall, call_list, nr_calls); in HYPERVISOR_multicall()