Searched refs:call (Results 101 - 125 of 588) sorted by relevance

1234567891011>>

/linux-master/kernel/trace/
H A Dtrace_export.c18 static int ftrace_event_register(struct trace_event_call *call, argument
171 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, regfn) \
172 static struct trace_event_class __refdata event_class_ftrace_##call = { \
174 .fields_array = ftrace_event_fields_##call, \
175 .fields = LIST_HEAD_INIT(event_class_ftrace_##call.fields),\
179 struct trace_event_call __used event_##call = { \
180 .class = &event_class_ftrace_##call, \
182 .name = #call, \
189 __section("_ftrace_events") *__event_##call = &event_##call;
196 ftrace_event_is_function(struct trace_event_call *call) argument
[all...]
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile22 cc32-option = $(call try-run,\
24 cc32-disable-warning = $(call try-run,\
42 VDSO_CAFLAGS += $(call cc32-option,-fno-PIE)
48 VDSO_CAFLAGS += $(call cc32-option,-fno-dwarf2-cfi-asm)
71 VDSO_CFLAGS += $(call cc32-option,-Wno-pointer-sign)
73 VDSO_CFLAGS += $(call cc32-option,-Werror=strict-prototypes)
75 VDSO_CFLAGS += $(call cc32-option,-Werror=incompatible-pointer-types)
84 VDSO_CFLAGS += $(call cc32-disable-warning,shift-count-overflow)
133 $(call if_changed,objcopy)
136 $(call if_change
[all...]
/linux-master/arch/s390/boot/
H A DMakefile75 $(call if_changed,objcopy)
78 $(call if_changed,section_cmp)
83 $(call if_changed,ld)
87 $(call if_changed,ld)
95 $(call if_changed,dumpsyms)
99 $(call if_changed,objcopy)
103 $(call if_changed,objcopy)
107 $(call if_changed,objcopy)
111 $(call if_changed,objcopy)
118 $(call if_change
[all...]
/linux-master/arch/x86/boot/compressed/
H A DMakefile46 KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member)
47 KBUILD_CFLAGS += $(call cc-disable-warning, gnu)
49 KBUILD_CFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=)
53 KBUILD_CFLAGS += $(call cc-option,-Wa$(comma)-mrelax-relocations=no)
66 KBUILD_LDFLAGS += $(call ld-option,--no-ld-generated-unwind-info)
69 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker)
75 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
95 $(call if_changed,voffset)
122 $(call if_changed,ld)
126 $(call if_change
[all...]
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_utils.c3 * vboxguest vmm-req and hgcm-call code, VBoxGuestR0LibHGCMInternal.cpp,
22 /* Get the pointer to the first parameter of a HGCM call request. */
240 * hgcm_call_preprocess - Preprocesses the HGCM call, validate parameters,
243 * @src_parm: Pointer to source function call parameters
244 * @parm_count: Number of function call parameters.
333 static void hgcm_call_init_linaddr(struct vmmdev_hgcm_call *call, argument
350 dst_pg_lst = (void *)call + *off_extra;
375 * hgcm_call_init_call - Initializes the call request that we're sending
377 * @call: The call t
384 hgcm_call_init_call( struct vmmdev_hgcm_call *call, u32 client_id, u32 function, const struct vmmdev_hgcm_function_parameter *src_parm, u32 parm_count, void **bounce_bufs) argument
438 hgcm_cancel_call(struct vbg_dev *gdev, struct vmmdev_hgcm_call *call) argument
478 vbg_hgcm_do_call(struct vbg_dev *gdev, struct vmmdev_hgcm_call *call, u32 timeout_ms, bool interruptible, bool *leak_it) argument
565 hgcm_call_copy_back_result( const struct vmmdev_hgcm_call *call, struct vmmdev_hgcm_function_parameter *dst_parm, u32 parm_count, void **bounce_bufs) argument
621 struct vmmdev_hgcm_call *call; local
[all...]
/linux-master/tools/lib/symbol/
H A DMakefile99 $(call QUIET_INSTALL, $(LIBFILE)) \
100 $(call do_install_mkdir,$(libdir_SQ)); \
108 $(call QUIET_INSTALL, $@) \
109 $(call do_install,$<,$(INSTALL_HDRS_PFX)/,644)
112 $(call QUIET_INSTALL, libsymbol_headers)
117 $(call QUIET_CLEAN, libsymbol) $(RM) $(LIBFILE); \
/linux-master/certs/
H A DMakefile21 $(call if_changed,check_and_copy_blacklist_hash_list)
32 $(call if_changed,extract_certs)
53 $(call if_changed,gen_key)
62 $(call cmd,copy_x509_config)
74 $(call if_changed,extract_certs)
81 $(call if_changed,extract_certs)
/linux-master/arch/s390/purgatory/
H A DMakefile11 $(call if_changed_rule,cc_o_c)
16 $(call if_changed_rule,as_o_S)
31 KBUILD_CFLAGS += $(call cc-option,-fno-PIE)
40 $(call if_changed,ld)
43 $(call if_changed,ld)
50 $(call if_changed,objcopy)
/linux-master/scripts/
H A DMakefile.vdsoinst21 $$(call cmd,install)
29 $$(call cmd,symlink)
34 $(foreach x, $(sort $(INSTALL_FILES)), $(eval $(call gen_install_rules,$(x))))
H A DMakefile.userprogs29 $(call if_changed_dep,user_cc_c)
36 $(call if_changed,user_ld)
37 $(call multi_depend, $(user-cmulti), , -objs)
43 $(call if_changed_dep,user_cc_o_c)
/linux-master/arch/x86/entry/
H A Dentry_64_fred.S38 call fred_entry_from_user
54 call fred_entry_from_kernel
68 * because there is no need to protect from reentrancy and the call
116 call __fred_entry_from_kvm /* Call the C entry point */
/linux-master/arch/riscv/kernel/compat_vdso/
H A DMakefile24 COMPAT_CC_FLAGS += $(call cc-option,-mno-riscv-attribute)
25 COMPAT_CC_FLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr)
48 $(call if_changed,compat_vdsold)
53 $(call if_changed_dep,compat_vdsoas)
58 $(call if_changed,objcopy)
66 $(call if_changed,compat_vdsosym)
/linux-master/arch/mips/vdso/
H A DMakefile34 -mrelax-pic-calls $(call cc-option, -mexplicit-relocs) \
36 $(call cc-option, -fno-asynchronous-unwind-tables)
86 $(call if_changed,objcopy)
116 $(call if_changed,vdsold_and_vdso_check)
120 $(call if_changed,genvdso)
143 $(call if_changed_dep,vdsoas_o_S)
146 $(call cmd,force_checksrc)
147 $(call if_changed_rule,cc_o_c)
151 $(call if_changed_dep,cpp_lds_S)
154 $(call if_change
[all...]
/linux-master/arch/mips/boot/compressed/
H A DMakefile65 $(call if_changed,objcopy)
78 $(call if_changed,$(tool_y))
86 $(call if_changed,objcopy)
115 $(call cmd,zld)
116 $(call cmd,strip)
144 $(call cmd,32)
152 $(call cmd,ecoff)
159 $(call cmd,objcopy)
166 $(call cmd,objcopy)
171 $(call if_change
[all...]
/linux-master/scripts/gdb/linux/
H A DMakefile12 $(call if_changed,symlink)
23 $(call if_changed_dep,gen_constants_py)
/linux-master/fs/ntfs3/
H A DMakefile8 $(call cc-option,-Wunused-but-set-variable,-Wunused-const-variable) \
9 $(call cc-option,-Wold-style-declaration,-Wout-of-line-declaration)
/linux-master/samples/bpf/
H A DMakefile.target58 $(call if_changed_dep,tprog-csingle)
67 $(call if_changed,tprog-cmulti)
68 $(call multi_depend, $(tprog-cmulti), , -objs)
75 $(call if_changed_dep,tprog-cobjs)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_probe_user.c34 int BPF_KSYSCALL(handle_sys_socketcall, int call, unsigned long *args) argument
36 if (call == SYS_CONNECT) {
/linux-master/arch/arm/boot/bootp/
H A DMakefile20 PARAMS_PHYS := $(call add_hex, $(PHYS_OFFSET), 0x100)
28 INITRD_PHYS := $(call add_hex, $(PHYS_OFFSET), $(INITRD_OFFSET))
51 $(call if_changed,ld)
/linux-master/arch/loongarch/boot/
H A DMakefile16 $(call if_changed,strip)
20 $(call if_changed,objcopy)
/linux-master/samples/hid/
H A DMakefile.target58 $(call if_changed_dep,tprog-csingle)
67 $(call if_changed,tprog-cmulti)
68 $(call multi_depend, $(tprog-cmulti), , -objs)
75 $(call if_changed_dep,tprog-cobjs)
/linux-master/arch/x86/
H A DMakefile.um23 KBUILD_CFLAGS += $(call cc-option,-m32)
24 KBUILD_AFLAGS += $(call cc-option,-m32)
25 LINK-y += $(call cc-option,-m32)
34 cflags-y += $(call cc-option,-mpreferred-stack-boundary=2)
/linux-master/kernel/kcsan/
H A DMakefile10 CFLAGS_core.o := $(call cc-option,-fno-conserve-stack) \
11 $(call cc-option,-mno-outline-atomics) \
/linux-master/arch/arm64/tools/
H A DMakefile21 $(call if_changed,gen_cpucaps)
24 $(call if_changed,gen_sysreg)
/linux-master/arch/s390/tools/
H A DMakefile24 $(call filechk,facility-defs.h)
27 $(call filechk,dis-defs.h)

Completed in 366 milliseconds

1234567891011>>