/arch/powerpc/platforms/cell/ |
D | spu_syscalls.c | 26 struct spufs_calls *calls = NULL; in spufs_calls_get() local 29 calls = rcu_dereference(spufs_calls); in spufs_calls_get() 30 if (calls && !try_module_get(calls->owner)) in spufs_calls_get() 31 calls = NULL; in spufs_calls_get() 34 return calls; in spufs_calls_get() 37 static inline void spufs_calls_put(struct spufs_calls *calls) in spufs_calls_put() argument 39 BUG_ON(calls != spufs_calls); in spufs_calls_put() 52 static inline void spufs_calls_put(struct spufs_calls *calls) { } in spufs_calls_put() argument 60 struct spufs_calls *calls; in SYSCALL_DEFINE4() local 62 calls = spufs_calls_get(); in SYSCALL_DEFINE4() [all …]
|
/arch/m68k/include/asm/ |
D | sun3xflop.h | 122 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()
|
D | floppy.h | 191 static int calls=0; in floppy_hardint() local 201 if(!calls) in floppy_hardint() 230 calls++; in floppy_hardint() 239 virtual_dma_count, virtual_dma_residue, calls, bytes, in floppy_hardint() 241 calls = 0; in floppy_hardint()
|
/arch/parisc/include/asm/ |
D | floppy.h | 59 static int calls=0; in floppy_hardint() local 69 if(!calls) in floppy_hardint() 95 calls++; in floppy_hardint() 104 virtual_dma_count, virtual_dma_residue, calls, bytes, in floppy_hardint() 106 calls = 0; in floppy_hardint()
|
/arch/hexagon/ |
D | Makefile | 14 KBUILD_CFLAGS += -mlong-calls 20 KBUILD_CFLAGS_MODULE += -mlong-calls
|
/arch/arm/tools/ |
D | Makefile | 16 gen-y := $(gen)/calls-oabi.S 17 gen-y += $(gen)/calls-eabi.S 57 $(gen)/calls-%.S: $(syscall) $(systbl) FORCE
|
D | syscall.tbl | 8 # common - for system calls shared between oabi and eabi (may have compat) 9 # oabi - for oabi-only system calls (may have compat) 10 # eabi - for eabi-only system calls
|
/arch/x86/include/asm/ |
D | floppy.h | 61 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/s390/kernel/ |
D | Makefile | 32 CFLAGS_stacktrace.o += -fno-optimize-sibling-calls 33 CFLAGS_dumpstack.o += -fno-optimize-sibling-calls 34 CFLAGS_unwind_bc.o += -fno-optimize-sibling-calls
|
/arch/sparc/kernel/ |
D | traps_32.c | 201 static int calls; local 271 calls++; 272 if(calls > 2) 297 if(calls > 0) 298 calls=0;
|
/arch/s390/lib/ |
D | Makefile | 16 CFLAGS_test_unwind.o += -fno-optimize-sibling-calls
|
/arch/arc/ |
D | Makefile | 12 cflags-y += -fno-common -pipe -fno-builtin -mmedium-calls -D__linux__ 78 KBUILD_CFLAGS_MODULE += -mlong-calls -mno-millicode
|
/arch/nios2/ |
D | Makefile | 36 KBUILD_CFLAGS += -fno-optimize-sibling-calls
|
/arch/parisc/ |
D | Makefile | 85 cflags-y += -mfast-indirect-calls 96 KBUILD_CFLAGS_KERNEL += -mlong-calls
|
/arch/sparc/vdso/ |
D | Makefile | 56 -fno-omit-frame-pointer -foptimize-sibling-calls \ 95 KBUILD_CFLAGS_32 += $(call cc-option, -foptimize-sibling-calls)
|
/arch/mips/vdso/ |
D | Kconfig | 10 # GCC (at least up to version 9.2) appears to emit function calls that make use
|
/arch/x86/um/vdso/ |
D | Makefile | 46 -fno-omit-frame-pointer -foptimize-sibling-calls
|
/arch/sh/ |
D | Kconfig.debug | 8 in FLASH or EPROM. The kernel will use standard BIOS calls during 9 boot for various housekeeping tasks (including calls to read and
|
/arch/ia64/ |
D | Makefile | 26 -falign-functions=32 -frename-registers -fno-optimize-sibling-calls
|
D | Kconfig | 355 make ESI calls. ESI calls are used to support vendor-specific 360 bool "Support ACPI AML calls to native firmware"
|
/arch/x86/entry/vdso/ |
D | Makefile | 85 -fno-omit-frame-pointer -foptimize-sibling-calls \ 157 KBUILD_CFLAGS_32 += $(call cc-option, -foptimize-sibling-calls)
|
/arch/sh/kernel/ |
D | entry-common.S | 378 ! This allows the parent to rewrite system calls
|
/arch/powerpc/ |
D | Kconfig.debug | 32 Adds code to keep track of the number of hypervisor calls made and 33 the amount of time spent in hypervisor calls. Wall time spent in 40 calls. 69 bool "Do extra check on feature fixup calls"
|
/arch/parisc/boot/compressed/ |
D | Makefile | 23 KBUILD_CFLAGS += -mfast-indirect-calls
|
/arch/powerpc/include/asm/ |
D | spu.h | 246 int register_spu_syscalls(struct spufs_calls *calls); 247 void unregister_spu_syscalls(struct spufs_calls *calls);
|