Searched refs:call (Results 126 - 150 of 588) sorted by relevance

1234567891011>>

/linux-master/drivers/hwtracing/coresight/
H A DMakefile15 $(call cc-option, -Wrestrict) \
16 $(call cc-option, -Wunused-but-set-variable) \
17 $(call cc-option, -Wunused-const-variable) \
18 $(call cc-option, -Wpacked-not-aligned) \
19 $(call cc-option, -Wformat-overflow) \
20 $(call cc-option, -Wformat-truncation) \
21 $(call cc-option, -Wstringop-overflow) \
22 $(call cc-option, -Wstringop-truncation)
/linux-master/arch/nios2/kernel/
H A Dentry.S189 /* Check that the requested system call is within limits */
202 /* Execute the system call */
249 call do_syscall_trace_enter
252 /* Create system call register arguments. The 5th and 6th
292 call do_syscall_trace_exit
309 call schedule
317 call do_notify_resume
358 /* This is the IRQ # for handler call */
364 mov r5, sp /* Setup pt_regs pointer for handler call */
365 call do_IR
[all...]
/linux-master/drivers/tee/optee/
H A DMakefile4 optee-objs += call.o
/linux-master/tools/build/
H A DMakefile15 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
16 $(call allow-override,LD,$(CROSS_COMPILE)ld)
38 $(call QUIET_CLEAN, fixdep)
41 $(call QUIET_CLEAN, feature-detect)
/linux-master/scripts/basic/
H A DMakefile15 $(call if_changed,create_randstruct_seed)
/linux-master/arch/parisc/kernel/vdso64/
H A DMakefile13 $(call ld-option, -Wl$(comma)--hash-style=sysv)
30 $(call if_changed,vdso64ld)
34 $(call if_changed_dep,vdso64as)
48 $(call if_changed,vdsosym)
/linux-master/kernel/trace/
H A Dtrace_synth.h34 struct trace_event_call call; member in struct:synth_event
H A Dtrace_events.c98 trace_find_event_field(struct trace_event_call *call, char *name) argument
103 head = trace_get_fields(call);
143 int trace_define_field(struct trace_event_call *call, const char *type, argument
149 if (WARN_ON(!call->class))
152 head = trace_get_fields(call);
158 static int trace_define_field_ext(struct trace_event_call *call, const char *type, argument
164 if (WARN_ON(!call->class))
167 head = trace_get_fields(call);
217 static void trace_destroy_fields(struct trace_event_call *call) argument
222 head = trace_get_fields(call);
233 trace_event_get_offsets(struct trace_event_call *call) argument
251 test_field(const char *fmt, struct trace_event_call *call) argument
284 test_event_printk(struct trace_event_call *call) argument
462 trace_event_raw_init(struct trace_event_call *call) argument
527 trace_event_reg(struct trace_event_call *call, enum trace_reg type, void *data) argument
612 struct trace_event_call *call = file->event_call; local
1032 struct trace_event_call *call; local
1223 struct trace_event_call *call; local
1295 struct trace_event_call *call = file->event_call; local
1455 struct trace_event_call *call; local
1543 struct trace_event_call *call = event_file_data(m->private); local
1575 struct trace_event_call *call = event_file_data(m->private); local
2442 event_define_fields(struct trace_event_call *call) argument
2483 struct trace_event_call *call = file->event_call; local
2558 struct trace_event_call *call = file->event_call; local
2640 remove_event_from_tracers(struct trace_event_call *call) argument
2660 event_remove(struct trace_event_call *call) argument
2688 event_init(struct trace_event_call *call) argument
2707 __register_event(struct trace_event_call *call, struct module *mod) argument
2746 update_event_printk(struct trace_event_call *call, struct trace_eval_map *map) argument
2843 update_event_fields(struct trace_event_call *call, struct trace_eval_map *map) argument
2894 struct trace_event_call *call, *p; local
2935 event_in_systems(struct trace_event_call *call, const char *systems) argument
2957 trace_create_new_event(struct trace_event_call *call, struct trace_array *tr) argument
3030 __trace_add_new_event(struct trace_event_call *call, struct trace_array *tr) argument
3077 __trace_early_add_new_event(struct trace_event_call *call, struct trace_array *tr) argument
3109 trace_add_event_call(struct trace_event_call *call) argument
3129 __trace_remove_event_call(struct trace_event_call *call) argument
3137 probe_remove_event_call(struct trace_event_call *call) argument
3180 trace_remove_event_call(struct trace_event_call *call) argument
3205 struct trace_event_call **call, **start, **end; local
3228 struct trace_event_call *call, *p; local
3290 struct trace_event_call *call; local
3306 struct trace_event_call *call; local
3775 struct trace_event_call *call; local
3801 __add_event_to_tracers(struct trace_event_call *call) argument
4021 struct trace_event_call **iter, *call; local
4188 struct trace_event_call *call; local
[all...]
/linux-master/arch/powerpc/
H A DMakefile.postlink32 $(call cmd,head_check)
35 $(call if_changed,relocs_check)
/linux-master/arch/x86/
H A DMakefile.postlink33 $(call cmd,relocs)
34 $(call cmd,strip_relocs)
H A DMakefile16 RETPOLINE_CFLAGS := $(call cc-option,-mindirect-branch=thunk-extern -mindirect-branch-register)
17 RETPOLINE_VDSO_CFLAGS := $(call cc-option,-mindirect-branch=thunk-inline -mindirect-branch-register)
23 RETPOLINE_CFLAGS += $(call cc-option,-mindirect-branch-cs-prefix)
36 ifneq ($(call cc-option, -mpreferred-stack-boundary=4),)
39 else ifneq ($(call cc-option, -mstack-alignment=16),)
49 -mno-mmx -mno-sse $(call cc-option,-fcf-protection=none)
87 KBUILD_CFLAGS += $(call cc-option,-fcf-protection=branch -fno-jump-tables)
90 KBUILD_CFLAGS += $(call cc-option,-fcf-protection=none)
135 KBUILD_CFLAGS += $(call cc-option,-falign-jumps=1)
138 KBUILD_CFLAGS += $(call c
[all...]
/linux-master/scripts/kconfig/
H A DMakefile56 $(foreach c, config menuconfig nconfig gconfig xconfig, $(eval $(call config_rule,$(c))))
105 all-config-fragments = $(call configfiles,*.config)
106 config-fragments = $(call configfiles,$@)
179 HOSTLDLIBS_nconf = $(call read-file, $(obj)/nconf-libs)
180 HOSTCFLAGS_nconf.o = $(call read-file, $(obj)/nconf-cflags)
181 HOSTCFLAGS_nconf.gui.o = $(call read-file, $(obj)/nconf-cflags)
192 HOSTLDLIBS_mconf = $(call read-file, $(obj)/mconf-libs)
194 $(eval HOSTCFLAGS_$f = $$(call read-file, $(obj)/mconf-cflags)))
204 HOSTLDLIBS_qconf = $(call read-file, $(obj)/qconf-libs)
205 HOSTCXXFLAGS_qconf.o = -std=c++11 -fPIC $(call rea
[all...]
/linux-master/arch/xtensa/
H A DMakefile36 KBUILD_CFLAGS += $(call cc-option,-mforce-no-pic,)
37 KBUILD_CFLAGS += $(call cc-option,-mno-serialize-volatile,)
38 KBUILD_CFLAGS += $(call cc-option,-mno-fdpic,)
45 KBUILD_AFLAGS += $(call cc-option,-mno-fdpic,)
/linux-master/fs/afs/
H A Dinternal.h68 AFS_CALL_CL_PROC_REPLY, /* Client: rxrpc call complete; processing reply */
126 * a record of an in-progress RxRPC call
129 const struct afs_call_type *type; /* type of call */
133 struct rxrpc_call *rxcall; /* RxRPC call handle */
135 struct key *key; /* security for this call */
170 bool drop_ref; /* T if need to drop ref for incoming call */
176 bool responded; /* Got a response from the call (may be abort) */
179 u32 operation_ID; /* operation ID for an incoming call */
195 /* deliver request or reply data to an call
196 * - returning an error will cause the call t
938 struct afs_call *call; member in struct:afs_operation
1346 afs_make_op_call(struct afs_operation *op, struct afs_call *call, gfp_t gfp) argument
1361 afs_extract_begin(struct afs_call *call, void *buf, size_t size) argument
1369 afs_extract_to_tmp(struct afs_call *call) argument
1375 afs_extract_to_tmp64(struct afs_call *call) argument
1381 afs_extract_discard(struct afs_call *call, size_t size) argument
1387 afs_extract_to_buf(struct afs_call *call, size_t size) argument
1393 afs_transfer_reply(struct afs_call *call) argument
1398 afs_check_call_state(struct afs_call *call, enum afs_call_state state) argument
1404 afs_set_call_state(struct afs_call *call, enum afs_call_state from, enum afs_call_state to) argument
1420 afs_set_call_complete(struct afs_call *call, int error, u32 remote_abort) argument
1697 afs_io_error(struct afs_call *call, enum afs_io_error where) argument
[all...]
/linux-master/arch/arm64/kernel/pi/
H A DMakefile7 $(call cc-option,-mbranch-protection=none) \
12 $(call cc-option,-fno-addrsig)
36 $(call if_changed,piobjcopy)
42 $(call if_changed_rule,cc_o_c)
/linux-master/arch/sh/boot/romimage/
H A DMakefile20 $(call if_changed,ld)
25 $(call if_changed,objcopy)
30 $(call if_changed,ld)
/linux-master/ipc/
H A Dsyscall.c20 int ksys_ipc(unsigned int call, int first, unsigned long second, argument
25 version = call >> 16; /* hack for backward compatibility */
26 call &= 0xffff;
28 switch (call) {
110 SYSCALL_DEFINE6(ipc, unsigned int, call, int, first, unsigned long, second,
113 return ksys_ipc(call, first, second, third, ptr, fifth);
130 int compat_ksys_ipc(u32 call, int first, int second, argument
136 version = call >> 16; /* hack for backward compatibility */
137 call &= 0xffff;
139 switch (call) {
[all...]
/linux-master/drivers/video/logo/
H A DMakefile28 $(call if_changed,logo)
31 $(call if_changed,logo)
34 $(call if_changed,logo)
/linux-master/tools/bpf/
H A DMakefile96 $(call QUIET_CLEAN, bpf-progs)
99 $(call QUIET_CLEAN, core-gen)
104 $(call QUIET_INSTALL, bpf_jit_disasm)
107 $(call QUIET_INSTALL, bpf_dbg)
109 $(call QUIET_INSTALL, bpf_asm)
113 $(call descend,bpftool)
116 $(call descend,bpftool,install)
119 $(call descend,bpftool,clean)
122 $(call descend,runqslower)
125 $(call descen
[all...]
/linux-master/arch/x86/boot/
H A DMakefile63 $(call if_changed,cpustr)
70 KBUILD_CFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=)
83 $(call if_changed,image)
88 $(call if_changed,objcopy)
99 $(call if_changed,zoffset)
107 $(call if_changed,ld)
111 $(call if_changed,objcopy)
141 $(call cmd,genimage,bzdisk,/dev/fd0)
144 $(call cmd,genimage,fdimage144,$(obj)/fdimage)
148 $(call cm
[all...]
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile.zboot13 $(call if_changed,copy_and_pad)
33 $(call if_changed,$(zboot-method-y))
39 $(call if_changed,objcopy)
51 $(call if_changed_rule,as_o_S)
57 $(call if_changed,ld)
61 $(call if_changed,objcopy)
/linux-master/arch/powerpc/kernel/vdso/
H A DMakefile14 CFLAGS_vgettimeofday-32.o += $(call cc-option, -fno-stack-protector)
26 CFLAGS_vgettimeofday-64.o += $(call cc-option, -fno-stack-protector)
34 CFLAGS_vgettimeofday-64.o += $(call cc-option, -ffixed-r30)
58 ldflags-$(CONFIG_LD_IS_LLD) += $(call cc-option,--ld-path=$(LD),-fuse-ld=lld)
78 $(call if_changed,vdso32ld_and_check)
80 $(call if_changed,vdso64ld_and_check)
84 $(call if_changed_dep,vdso32as)
86 $(call if_changed_dep,vdso32cc)
88 $(call if_changed_dep,vdso64as)
90 $(call if_changed_de
[all...]
/linux-master/arch/sh/kernel/vsyscall/
H A DMakefile23 $(call if_changed,syscall)
31 $(call if_changed,syscall)
35 $(call if_changed,ld)
/linux-master/scripts/
H A DMakefile.vmlinux_o22 $(call if_changed,gen_initcalls_lds)
57 $(call cmd_and_savecmd,ld_vmlinux.o)
58 $(call cmd,gen_objtooldep)
62 $(call if_changed_rule,ld_vmlinux.o)
73 $(call if_changed,objcopy)
88 $(call if_changed,modules_builtin)
/linux-master/tools/perf/
H A DMakefile.config29 $(call detected_var,SRCARCH)
57 $(call detected,CONFIG_X86)
62 $(call detected,CONFIG_X86_64)
118 $(foreach libunwind_arch,$(LIBUNWIND_ARCHS),$(call libunwind_arch_set_flags,$(libunwind_arch)))
195 ifeq ($(call get-executable,$(FLEX)),)
199 ifeq ($(call get-executable,$(BISON)),)
204 ifeq ($(call get-executable,$(PKG_CONFIG)),)
242 $(call detected_var,PARSER_DEBUG_BISON)
243 $(call detected_var,PARSER_DEBUG_FLEX)
260 PYTHON_AUTO := $(if $(call ge
[all...]

Completed in 227 milliseconds

1234567891011>>