Searched refs:call (Results 276 - 300 of 588) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/perf/arch/loongarch/
H A DMakefile26 $(call QUIET_CLEAN, loongarch) $(RM) $(header)
/linux-master/drivers/tty/vt/
H A DMakefile21 $(call cmd,conmk)
/linux-master/arch/loongarch/kernel/
H A DMakefile24 CFLAGS_module.o += $(call cc-option,-Wno-override-init,)
25 CFLAGS_syscall.o += $(call cc-option,-Wno-override-init,)
26 CFLAGS_traps.o += $(call cc-option,-Wno-override-init,)
27 CFLAGS_perf_event.o += $(call cc-option,-Wno-override-init,)
/linux-master/arch/riscv/kernel/
H A Dalternative.c75 u32 call[2] = { auipc_insn, jalr_insn }; local
83 riscv_insn_insert_utype_itype_imm(&call[0], &call[1], imm);
85 /* patch the call place again */
86 patch_text_nosync(ptr, call, sizeof(u32) * 2);
100 /* patch the call place again */
124 /* if instruction pair is a call, it will use the ra register */
/linux-master/arch/sparc/kernel/
H A Dsyscalls.S2 /* SunOS's execv() call only specifies the argv argument, the
39 call do_sigreturn32
45 call do_rt_sigreturn
51 call do_rt_sigreturn32
60 call syscall_trace_leave
80 * XXX volatile across a system call in the sparc ABI I think
110 call schedule_tail
116 call %l1
152 call syscall_trace_enter
182 call syscall_trace_ente
[all...]
H A Dentry.S65 * on %l3 also, but we regenerate it before a call.
188 call sparc_floppy_irq
204 call do_hw_interrupt
236 call handler_irq
253 call smp4m_percpu_timer_interrupt
296 call smp_call_function_single_interrupt
302 call smp_call_function_interrupt
309 call smp_resched_interrupt
336 call smp4m_cross_call_irq
354 call smp4d_percpu_timer_interrup
[all...]
H A Dwinfixup.S34 call do_sparc64_fault
103 call do_sparc64_fault
125 call sun4v_do_mna
130 call mem_address_unaligned
153 call sun4v_data_access_exception
157 1: call spitfire_data_access_exception
/linux-master/arch/x86/boot/compressed/
H A Dhead_64.S96 * with a short local call on x86. Nothing else will tell us what
102 call 1f
130 call startup32_load_idt
134 call verify_cpu
183 call get_sev_encryption_bit
252 call startup32_check_sev_cbit
384 call load_stage1_idt
398 call sev_enable
412 call configure_5level_paging
460 call load_stage2_id
[all...]
/linux-master/net/rxrpc/
H A Dconn_event.c74 * Retransmit terminal ACK or ABORT of the previous call.
108 /* If the last call got moved on whilst we were waiting to run, just
198 struct rxrpc_call *call; local
204 call = conn->channels[i].call;
205 if (call)
206 rxrpc_set_call_completion(call,
216 * mark a call as being on a now-secured channel
219 static void rxrpc_call_is_secure(struct rxrpc_call *call) argument
221 if (call
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Didle.fuc69 call(recv)
/linux-master/arch/x86/purgatory/
H A Dsetup-x86_64.S33 call purgatory
/linux-master/arch/x86/platform/efi/
H A Defi_stub_32.S3 * EFI call stub for IA32.
43 /* call the EFI routine */
45 call *EFI_svam(%eax)
/linux-master/arch/arm/lib/
H A Dbacktrace-clang.S36 * call. Inserting a false stack frame allows us to reference the function
39 * If the call instruction was a bl we can look at the callers branch
133 * the instruction used to call the current function.
147 1004: ldr r0, [sv_lr, #-4] @ get call instruction
149 and r2, r3, r0 @ is this a bl call
152 and r0, #0xffffff @ get call offset 24-bit int
156 add sv_pc, sv_pc, #-4 @ get call instruction address
/linux-master/arch/arm/mach-at91/
H A DMakefile22 $(call filechk,offsets,__PM_DATA_OFFSETS_H__)
/linux-master/drivers/accessibility/speakup/
H A DMakefile48 $(call cmd,mkmap)
60 $(call cmd,genmap)
/linux-master/mm/kasan/
H A DMakefile21 CC_FLAGS_KASAN_RUNTIME := $(call cc-option, -fno-conserve-stack)
38 CFLAGS_KASAN_TEST := $(CFLAGS_KASAN) $(call cc-disable-warning, vla)
/linux-master/arch/um/scripts/
H A DMakefile.rules19 c_flags = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS)) $(CFLAGS_$(basetarget).o)
24 # The stubs can't try to call mcount or update basic block data
/linux-master/arch/arm/include/asm/
H A Dsyscalls.h38 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third,
49 asmlinkage long sys_oabi_socketcall(int call, unsigned long __user *args);
/linux-master/usr/
H A DMakefile76 $(call if_changed,initfs)
81 $(call if_changed,$(compress-y))
/linux-master/kernel/trace/
H A Dtrace_events_inject.c36 parse_field(char *str, struct trace_event_call *call, argument
60 field = trace_find_event_field(call, field_name);
138 static int trace_get_entry_size(struct trace_event_call *call) argument
144 head = trace_get_fields(call);
153 static void *trace_alloc_entry(struct trace_event_call *call, int *size) argument
155 int entry_size = trace_get_entry_size(call);
165 head = trace_get_fields(call);
196 static int parse_entry(char *str, struct trace_event_call *call, void **pentry) argument
204 entry = trace_alloc_entry(call, &entry_size);
209 tracing_generic_entry_update(entry, call
287 struct trace_event_call *call; local
[all...]
/linux-master/scripts/
H A DMakefile.ubsan13 ubsan-cflags-$(CONFIG_UBSAN_TRAP) += $(call cc-option,-fsanitize-trap=undefined,-fsanitize-undefined-trap-on-error)
H A DMakefile.headersinst63 $(call if_changed,install)
66 $(call if_changed,install)
73 $(call cmd,remove)
/linux-master/arch/x86/entry/vdso/
H A DMakefile64 $(call if_changed,vdso_and_check)
73 $(call if_changed,vdso2c)
127 $(call if_changed,x32)
133 $(call if_changed,objcopy)
136 $(call if_changed,vdso_and_check)
157 KBUILD_CFLAGS_32 += $(call cc-option, -foptimize-sibling-calls)
170 $(call if_changed,vdso_and_check)
182 $(call ld-option, --eh-frame-hdr) -Bsymbolic -z noexecstack
/linux-master/fs/afs/
H A Dfs_operation.c195 if (op->call) {
196 afs_wait_for_call_to_complete(op->call);
197 op->call_abort_code = op->call->abort_code;
198 op->call_error = op->call->error;
199 op->call_responded = op->call->responded;
200 afs_put_call(op->call);
/linux-master/Documentation/
H A DMakefile118 @+$(foreach var,$(SPHINXDIRS),$(call loop_cmd,sphinx,html,$(var),,$(var)))
132 @+$(foreach var,$(SPHINXDIRS),$(call loop_cmd,sphinx,texinfo,$(var),texinfo,$(var)))
140 @$(foreach var,$(SPHINXDIRS),$(call loop_cmd,sphinx,linkcheck,$(var),,$(var)))
144 @+$(foreach var,$(SPHINXDIRS),$(call loop_cmd,sphinx,latex,$(var),latex,$(var)))
166 @+$(foreach var,$(SPHINXDIRS),$(call loop_cmd,sphinx,epub,$(var),epub,$(var)))
170 @+$(foreach var,$(SPHINXDIRS),$(call loop_cmd,sphinx,xml,$(var),xml,$(var)))

Completed in 207 milliseconds

<<11121314151617181920>>