Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Dobjtool.h30 struct list_head call_list; member
/linux/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.c119 call_list(PL_scopestack_ix, PL_unitcheckav); in XS()
/linux/tools/objtool/
H A Dobjtool.c108 INIT_LIST_HEAD(&file.call_list); in objtool_open_read()
H A Dcheck.c946 INIT_LIST_HEAD(&file->call_list); in create_cfi_sections()
1040 INIT_LIST_HEAD(&file->call_list); in create_direct_call_sections()
1045 if (list_empty(&file->call_list)) in create_direct_call_sections()
1049 list_for_each_entry(insn, &file->call_list, call_node) in create_direct_call_sections()
1058 list_for_each_entry(insn, &file->call_list, call_node) { in create_direct_call_sections()
1480 list_add_tail(&insn->call_node, &file->call_list); in annotate_call_site()
/linux/arch/x86/include/asm/xen/
H A Dhypercall.h420 HYPERVISOR_multicall(void *call_list, uint32_t nr_calls) in HYPERVISOR_multicall() argument
422 return _hypercall2(int, multicall, call_list, nr_calls); in HYPERVISOR_multicall()