Searched refs:call (Results 126 - 150 of 594) sorted by path

1234567891011>>

/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S132 | We do not have the bug 1232 case. Clean up the stack and call
358 | Replace this with a call to your kernel panic code or
/linux-master/arch/m68k/ifpsp060/
H A Dos.S59 | instructions for supervisor mode applications and call _copyin()/_copyout()
/linux-master/arch/m68k/kernel/syscalls/
H A DMakefile18 $(call if_changed,syshdr)
21 $(call if_changed,systbl)
/linux-master/arch/microblaze/boot/
H A DMakefile11 $(call if_changed,objcopy)
14 $(call if_changed,uimage)
17 $(call if_changed,gzip)
26 $(call if_changed,objcopy)
29 $(call if_changed,uimage)
32 $(call if_changed,copy)
35 $(call if_changed,strip)
/linux-master/arch/microblaze/boot/dts/
H A DMakefile15 $(call if_changed,copy)
/linux-master/arch/microblaze/kernel/syscalls/
H A DMakefile18 $(call if_changed,syshdr)
21 $(call if_changed,systbl)
/linux-master/arch/mips/
H A DMakefile54 CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-linux-gnu- $(tool-archpref)-unknown-linux-gnu-)
60 ifeq ($(call cc-option-yn,-mmcount-ra-address), y)
65 cflags-y += $(call cc-option, -mno-check-zero-division)
112 cflags-$(CONFIG_SB1XXX_CORELIS) += $(call cc-option,-mno-sched-prolog) \
146 cflags-y += $(call cc-option,-Wa$(comma)-mno-fix-loongson3-llsc,)
151 cflags-$(CONFIG_CPU_R3000) += $(call cc-option,-march=r3000,-march=mips1)
152 cflags-$(CONFIG_CPU_R4300) += $(call cc-option,-march=r4300,-march=mips3) -Wa,--trap
153 cflags-$(CONFIG_CPU_R4X00) += $(call cc-option,-march=r4600,-march=mips3) -Wa,--trap
154 cflags-$(CONFIG_CPU_TX49XX) += $(call cc-option,-march=r4600,-march=mips3) -Wa,--trap
163 cflags-$(CONFIG_CPU_P5600) += $(call c
[all...]
H A DMakefile.postlink28 $(call if_changed,ls3_llsc)
31 $(call if_changed,relocs)
/linux-master/arch/mips/boot/
H A DMakefile36 $(call if_changed,ecoff)
42 $(call if_changed,bin)
48 $(call if_changed,srec)
63 $(call if_changed,bzip2)
66 $(call if_changed,gzip)
69 $(call if_changed,lzma)
72 $(call if_changed,lzo)
86 $(call if_changed,uimage,none)
89 $(call if_changed,uimage,bzip2)
92 $(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/arch/mips/crypto/
H A DMakefile22 $(call if_changed,perlasm)
/linux-master/arch/mips/kernel/syscalls/
H A DMakefile23 $(call if_changed,syshdr)
30 $(call if_changed,sysnr)
33 $(call if_changed,systbl)
/linux-master/arch/mips/sgi-ip27/
H A Dip27-irq.c257 int resched, call; local
263 call = CPU_CALL_A_IRQ + slice;
264 set_bit(call, mask);
265 LOCAL_HUB_CLR_INTR(call);
/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/nios2/boot/
H A DMakefile18 $(call if_changed,objcopy)
21 $(call if_changed,gzip)
24 $(call if_changed,uimage)
28 $(call if_changed,objcopy)
/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...]
H A Dsyscall_table.c13 #define __SYSCALL(nr, call) [nr] = (call),
/linux-master/arch/openrisc/
H A DMakefile31 KBUILD_CFLAGS += $(call cc-option,-mhard-mul)
33 KBUILD_CFLAGS += $(call cc-option,-msoft-mul)
37 KBUILD_CFLAGS += $(call cc-option,-mhard-div)
39 KBUILD_CFLAGS += $(call cc-option,-msoft-div)
43 KBUILD_CFLAGS += $(call cc-option,-mcmov)
47 KBUILD_CFLAGS += $(call cc-option,-mror)
51 KBUILD_CFLAGS += $(call cc-option,-mrori)
55 KBUILD_CFLAGS += $(call cc-option,-msext)
/linux-master/arch/openrisc/boot/
H A DMakefile10 $(call if_changed,objcopy)
/linux-master/arch/parisc/
H A DMakefile45 CROSS32_COMPILE := $(call cc-cross-prefix, \
55 CROSS_COMPILE := $(call cc-cross-prefix, \
186 $(call cmd,install)
/linux-master/arch/parisc/boot/
H A DMakefile11 $(call if_changed,objcopy)
14 $(call if_changed,objcopy)
/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/arch/parisc/kernel/syscalls/
H A DMakefile18 $(call if_changed,syshdr)
21 $(call if_changed,systbl)
/linux-master/arch/parisc/kernel/vdso32/
H A DMakefile13 $(call ld-option, -Wl$(comma)--hash-style=sysv)
30 $(call if_changed,vdso32ld)
34 $(call if_changed_dep,vdso32as)
37 $(call if_changed_dep,vdso32cc)
53 $(call if_changed,vdsosym)
/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)

Completed in 343 milliseconds

1234567891011>>