Searched refs:call (Results 76 - 100 of 588) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/
H A DMakefile19 CROSS_COMPILE := $(call cc-cross-prefix, $(foreach a,$(CC_ARCHES), \
24 HAS_BIARCH := $(call cc-option-yn, -m32)
70 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-save-toc-indirect)
72 KBUILD_CFLAGS += $(call cc-option,-mbig-endian)
81 cflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mabi=elfv1)
82 cflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mcall-aixdesc)
83 aflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mabi=elfv1)
92 cflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian)
94 aflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian)
117 ifeq ($(call c
[all...]
/linux-master/include/trace/events/
H A Dafs.h141 EM(afs_server_trace_put_call, "PUT call ") \
537 TP_PROTO(struct afs_call *call, struct iov_iter *iter,
540 TP_ARGS(call, iter, want_more, ret),
544 __field(unsigned int, call)
552 __entry->call = call->debug_id;
553 __entry->state = call->state;
554 __entry->unmarshall = call->unmarshall;
561 __entry->call,
570 TP_PROTO(struct rxrpc_call *rxcall, struct afs_call *call),
[all...]
/linux-master/fs/afs/
H A Dvl_probe.c30 * Handle the completion of a probe RPC call.
47 void afs_vlserver_probe_result(struct afs_call *call) argument
49 struct afs_addr_list *alist = call->vl_probe;
50 struct afs_vlserver *server = call->vlserver;
51 struct afs_address *addr = &alist->addrs[call->probe_index];
52 unsigned int server_index = call->server_index;
54 unsigned int index = call->probe_index;
56 int ret = call->error;
58 _enter("%s,%u,%u,%d,%d", server->name, server_index, index, ret, call->abort_code);
68 server->probe.abort_code = call
153 struct afs_call *call; local
[all...]
/linux-master/net/rxrpc/
H A Dconn_object.c90 * When searching for a service call, if we find a peer but no connection, we
91 * return that through *_peer in case we need to create a new service call.
145 * Disconnect a call and clear any channel it occupies when that call
147 * call's ref on the connection.
150 struct rxrpc_call *call)
153 &conn->channels[call->cid & RXRPC_CHANNELMASK];
155 _enter("%d,%x", conn->debug_id, call->cid);
157 if (chan->call == call) {
149 __rxrpc_disconnect_call(struct rxrpc_connection *conn, struct rxrpc_call *call) argument
189 rxrpc_disconnect_call(struct rxrpc_call *call) argument
[all...]
/linux-master/arch/sparc/prom/
H A Dcif.S22 call %l2
38 call prom_world
41 call %l2
44 call prom_world
/linux-master/arch/sparc/kernel/
H A Dsun4v_mcd.S14 call sun4v_mem_corrupt_detect_precise
/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod-events.h39 #define BPF_TESTMOD_DECLARE_TRACE(call, proto, args, size) \
40 DECLARE_TRACE_WRITABLE(call, PARAMS(proto), PARAMS(args), size)
42 #define BPF_TESTMOD_DECLARE_TRACE(call, proto, args, size) \
43 DECLARE_TRACE(call, PARAMS(proto), PARAMS(args))
/linux-master/arch/microblaze/boot/dts/
H A DMakefile15 $(call if_changed,copy)
/linux-master/scripts/dtc/include-prefixes/microblaze/
H A DMakefile15 $(call if_changed,copy)
/linux-master/arch/s390/kernel/syscalls/
H A DMakefile34 $(call filechk,syshdr,$@)
38 $(call filechk,syshdr,$@)
41 $(call filechk,syscalls)
45 $(call filechk,sysnr)
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A DMakefile6 $(OUTPUT)/hashchk_test: CFLAGS += -fno-pie $(call cc-option,-mno-rop-protect)
/linux-master/arch/sh/
H A DMakefile14 CROSS_COMPILE := $(call cc-cross-prefix, sh-linux- sh-linux-gnu- sh-unknown-linux-gnu-)
32 cflags-$(CONFIG_CPU_SH2) := $(call cc-option,-m2,)
33 cflags-$(CONFIG_CPU_J2) += $(call cc-option,-mj2,)
34 cflags-$(CONFIG_CPU_SH2A) += $(call cc-option,-m2a,) \
35 $(call cc-option,-m2a-nofpu,) \
36 $(call cc-option,-m4-nofpu,)
37 cflags-$(CONFIG_CPU_SH3) := $(call cc-option,-m3,)
38 cflags-$(CONFIG_CPU_SH4) := $(call cc-option,-m4,) \
39 $(call cc-option,-mno-implicit-fp,-m4-nofpu)
40 cflags-$(CONFIG_CPU_SH4A) += $(call c
[all...]
/linux-master/tools/scripts/
H A Dutilities.mak10 # Usage: escape = $(call nl-escape[,escape])
20 # Usage: escaped-text = $(call escape-nl,text[,escape])
30 # $(call unescape-nl...)
32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
36 # Usage: text = $(call unescape-nl,escaped-text[,escape])
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
44 # Usage: $(shell some-command | $(call shell-escape-nl[,escape]))
46 # Use this to escape newlines from within a shell call;
60 # Usage: $(shell some-command | $(call shell-unescape-nl[,escape]))
62 # Use this to unescape newlines from within a shell call;
[all...]
/linux-master/arch/xtensa/boot/
H A DMakefile36 $(call if_changed,objcopy)
39 $(call if_changed,gzip)
48 $(call if_changed,uimage)
52 $(call if_changed,objcopy)
/linux-master/arch/mips/
H A DMakefile.postlink28 $(call if_changed,ls3_llsc)
31 $(call if_changed,relocs)
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx.seq76 call clear_target_state;
109 mov ALLZEROS call get_free_or_disc_scb;
121 mov ARG_1 call dma_scb;
133 mvi SCB_MISMATCH call set_seqint;
150 call start_selection;
201 mvi SHARED_DATA_ADDR call set_32byte_addr;
205 mvi SHARED_DATA_ADDR call set_32byte_addr;
243 call target_inb;
264 call target_inb;
293 call target_in
[all...]
/linux-master/arch/parisc/boot/compressed/
H A DMakefile28 $(call if_changed,ld)
36 $(call if_changed,sizes)
51 $(call if_changed,objcopy)
61 $(call if_changed,gzip)
63 $(call if_changed,bzip2_with_size)
65 $(call if_changed,lz4_with_size)
67 $(call if_changed,lzma_with_size)
69 $(call if_changed,lzo_with_size)
71 $(call if_changed,xzkern_with_size)
75 $(call if_change
[all...]
/linux-master/tools/lib/api/
H A DMakefile98 $(call QUIET_INSTALL, $(LIBFILE)) \
99 $(call do_install_mkdir,$(libdir_SQ)); \
111 $(call QUIET_INSTALL, $@) \
112 $(call do_install,$<,$(INSTALL_HDRS_PFX)/,644)
115 $(call QUIET_INSTALL, $@) \
116 $(call do_install,$<,$(INSTALL_HDRS_PFX)/fd/,644)
119 $(call QUIET_INSTALL, $@) \
120 $(call do_install,$<,$(INSTALL_HDRS_PFX)/fs/,644)
123 $(call QUIET_INSTALL, libapi_headers)
128 $(call QUIET_CLEA
[all...]
/linux-master/kernel/trace/
H A Dtrace_syscalls.c24 syscall_get_enter_fields(struct trace_event_call *call) argument
26 struct syscall_metadata *entry = call->data;
237 static int __init set_syscall_print_fmt(struct trace_event_call *call) argument
241 struct syscall_metadata *entry = call->data;
243 if (entry->enter_event != call) {
244 call->print_fmt = "\"0x%lx\", REC->ret";
257 call->print_fmt = print_fmt;
262 static void __init free_syscall_print_fmt(struct trace_event_call *call) argument
264 struct syscall_metadata *entry = call->data;
266 if (entry->enter_event == call)
270 syscall_enter_define_fields(struct trace_event_call *call) argument
368 reg_event_syscall_enter(struct trace_event_file *file, struct trace_event_call *call) argument
389 unreg_event_syscall_enter(struct trace_event_file *file, struct trace_event_call *call) argument
406 reg_event_syscall_exit(struct trace_event_file *file, struct trace_event_call *call) argument
427 unreg_event_syscall_exit(struct trace_event_file *file, struct trace_event_call *call) argument
444 init_syscall_trace(struct trace_event_call *call) argument
553 perf_call_bpf_enter(struct trace_event_call *call, struct pt_regs *regs, struct syscall_metadata *sys_data, struct syscall_trace_enter *rec) argument
625 perf_sysenter_enable(struct trace_event_call *call) argument
645 perf_sysenter_disable(struct trace_event_call *call) argument
659 perf_call_bpf_exit(struct trace_event_call *call, struct pt_regs *regs, struct syscall_trace_exit *rec) argument
722 perf_sysexit_enable(struct trace_event_call *call) argument
742 perf_sysexit_disable(struct trace_event_call *call) argument
[all...]
/linux-master/arch/riscv/purgatory/
H A DMakefile11 $(call if_changed_rule,cc_o_c)
14 $(call if_changed_rule,cc_o_c)
17 $(call if_changed_rule,as_o_S)
20 $(call if_changed_rule,as_o_S)
23 $(call if_changed_rule,as_o_S)
26 $(call if_changed_rule,as_o_S)
29 $(call if_changed_rule,as_o_S)
32 $(call if_changed_rule,cc_o_c)
107 $(call if_changed,ld)
110 $(call if_change
[all...]
/linux-master/scripts/
H A DMakefile.modfinal16 modules := $(call read-file, $(MODORDER))
29 $(call if_changed_dep,cc_o_c)
50 if_changed_except = $(if $(call newer_prereqs_except,$(2))$(cmd-check), \
56 +$(call if_changed_except,ld_ko_o,vmlinux)
58 +$(if $(newer-prereqs),$(call cmd,btf_ko))
/linux-master/arch/powerpc/platforms/cell/spufs/
H A DMakefile29 $(call if_changed,spu_cc)
35 $(call if_changed,spu_as)
41 $(call if_changed,spu_ld)
47 $(call if_changed,spu_objcopy)
63 $(call if_changed,hexdump)
/linux-master/arch/powerpc/kernel/syscalls/
H A DMakefile19 $(call if_changed,syshdr)
23 $(call if_changed,syshdr)
27 $(call if_changed,systbl)
31 $(call if_changed,systbl)
35 $(call if_changed,systbl)
/linux-master/arch/loongarch/
H A DMakefile37 $(call if_changed,orc_hash)
53 CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-linux-gnu- $(tool-archpref)-unknown-linux-gnu-)
82 cflags-y += $(call cc-option,-mexplicit-relocs)
83 KBUILD_CFLAGS_KERNEL += $(call cc-option,-mdirect-extern-access)
84 KBUILD_CFLAGS_KERNEL += $(call cc-option,-fdirect-access-external-data)
85 KBUILD_AFLAGS_MODULE += $(call cc-option,-fno-direct-access-external-data)
86 KBUILD_CFLAGS_MODULE += $(call cc-option,-fno-direct-access-external-data)
88 cflags-y += $(call cc-option,-mno-explicit-relocs)
95 KBUILD_AFLAGS += $(call cc-option,-mno-relax) $(call c
[all...]
/linux-master/arch/x86/entry/syscalls/
H A DMakefile29 $(call if_changed,syshdr)
34 $(call if_changed,syshdr)
39 $(call if_changed,syshdr)
43 $(call if_changed,syshdr)
48 $(call if_changed,syshdr)
52 $(call if_changed,systbl)
55 $(call if_changed,systbl)
58 $(call if_changed,systbl)
61 $(call if_changed,hypercalls)

Completed in 203 milliseconds

1234567891011>>