Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 55) sorted by relevance

123

/arch/powerpc/platforms/cell/
Dspu_syscalls.c39 struct spufs_calls *calls = NULL; in spufs_calls_get() local
42 calls = rcu_dereference(spufs_calls); in spufs_calls_get()
43 if (calls && !try_module_get(calls->owner)) in spufs_calls_get()
44 calls = NULL; in spufs_calls_get()
47 return calls; in spufs_calls_get()
50 static inline void spufs_calls_put(struct spufs_calls *calls) in spufs_calls_put() argument
52 BUG_ON(calls != spufs_calls); in spufs_calls_put()
65 static inline void spufs_calls_put(struct spufs_calls *calls) { } in spufs_calls_put() argument
73 struct spufs_calls *calls; in SYSCALL_DEFINE4() local
75 calls = spufs_calls_get(); in SYSCALL_DEFINE4()
[all …]
/arch/m68k/include/asm/
Dfloppy.h191 static int calls=0; in floppy_hardint() local
201 if(!calls) in floppy_hardint()
229 calls++; in floppy_hardint()
238 virtual_dma_count, virtual_dma_residue, calls, bytes, in floppy_hardint()
240 calls = 0; in floppy_hardint()
Dsun3xflop.h122 static int calls=0; in sun3xflop_hardint() local
134 if(!calls) in sun3xflop_hardint()
173 calls++; in sun3xflop_hardint()
185 virtual_dma_count, virtual_dma_residue, calls, bytes, in sun3xflop_hardint()
187 calls = 0; in sun3xflop_hardint()
/arch/tile/
DKconfig.debug19 bool "Provide wrapper functions for hypervisor ABI calls"
22 Provide wrapper functions for the hypervisor ABI calls
24 mechanisms, etc., to have visibility into those calls.
/arch/arm/tools/
DMakefile16 gen-y := $(gen)/calls-oabi.S
17 gen-y += $(gen)/calls-eabi.S
75 $(gen)/calls-oabi.S: $(syscall) $(systbl) FORCE
79 $(gen)/calls-eabi.S: $(syscall) $(systbl) FORCE
/arch/parisc/include/asm/
Dfloppy.h72 static int calls=0; in floppy_hardint() local
82 if(!calls) in floppy_hardint()
107 calls++; in floppy_hardint()
116 virtual_dma_count, virtual_dma_residue, calls, bytes, in floppy_hardint()
118 calls = 0; in floppy_hardint()
/arch/x86/include/asm/
Dfloppy.h61 static int calls; in floppy_hardint() local
69 if (!calls) in floppy_hardint()
94 calls++; in floppy_hardint()
103 virtual_dma_count, virtual_dma_residue, calls, bytes, in floppy_hardint()
105 calls = 0; in floppy_hardint()
/arch/c6x/
DMakefile13 cflags-$(CONFIG_C6X_BIG_KERNEL) += -mlong-calls
15 CFLAGS_MODULE += -mlong-calls -mno-dsbt -msdata=none
DKconfig48 for function calls. Use this option to have the compiler generate
49 function calls with 32-bit range. This will make the kernel both
/arch/mn10300/kernel/
Dswitch_to.S105 calls flush_icache_range
119 calls flush_icache_range
152 calls flush_icache_range
167 calls flush_icache_range
Dentry.S62 calls (a0)
87 calls (a0)
393 calls (a2)
/arch/sparc/kernel/
Dtraps_32.c228 static int calls; local
298 calls++;
299 if(calls > 2)
328 if(calls > 0)
329 calls=0;
/arch/arc/
DMakefile11 cflags-y += -fno-common -pipe -fno-builtin -mmedium-calls -D__linux__
71 KBUILD_CFLAGS_MODULE += -mlong-calls -mno-millicode
/arch/parisc/
DMakefile60 cflags-y += -mfast-indirect-calls
75 KBUILD_CFLAGS_KERNEL += -mlong-calls
/arch/s390/kernel/
DMakefile48 CFLAGS_stacktrace.o += -fno-optimize-sibling-calls
49 CFLAGS_dumpstack.o += -fno-optimize-sibling-calls
/arch/nios2/
DMakefile36 KBUILD_CFLAGS += -fno-optimize-sibling-calls
/arch/hexagon/
DMakefile17 CFLAGS_MODULE += -mlong-calls
/arch/blackfin/kernel/
DMakefile42 CFLAGS_kgdb_test.o := -mlong-calls
/arch/blackfin/
DMakefile18 KBUILD_CFLAGS += -mlong-calls
21 KBUILD_CFLAGS_MODULE += -mlong-calls
/arch/sh/
DKconfig.debug15 in FLASH or EPROM. The kernel will use standard BIOS calls during
16 boot for various housekeeping tasks (including calls to read and
/arch/x86/entry/vdso/
DMakefile74 -fno-omit-frame-pointer -foptimize-sibling-calls \
155 KBUILD_CFLAGS_32 += $(call cc-option, -foptimize-sibling-calls)
/arch/x86/um/vdso/
DMakefile46 -fno-omit-frame-pointer -foptimize-sibling-calls
/arch/parisc/boot/compressed/
DMakefile20 KBUILD_CFLAGS += -mfast-indirect-calls
/arch/powerpc/
DKconfig.debug36 Adds code to keep track of the number of hypervisor calls made and
37 the amount of time spent in hypervisor calls. Wall time spent in
44 calls.
74 bool "Do extra check on feature fixup calls"
/arch/s390/
DMakefile59 cflags-$(CONFIG_FRAME_POINTER) += -fno-optimize-sibling-calls

123