/arch/powerpc/platforms/cell/ |
D | spu_syscalls.c | 39 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/ |
D | floppy.h | 191 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()
|
D | sun3xflop.h | 121 static int calls=0; in sun3xflop_hardint() local 133 if(!calls) in sun3xflop_hardint() 172 calls++; in sun3xflop_hardint() 184 virtual_dma_count, virtual_dma_residue, calls, bytes, in sun3xflop_hardint() 186 calls = 0; in sun3xflop_hardint()
|
/arch/tile/ |
D | Kconfig.debug | 18 bool "Provide wrapper functions for hypervisor ABI calls" 21 Provide wrapper functions for the hypervisor ABI calls 23 mechanisms, etc., to have visibility into those calls.
|
/arch/arc/ |
D | Makefile | 68 KBUILD_CFLAGS_MODULE += -mlong-calls 119 export CFLAGS_decompress_inflate.o = -mmedium-calls 120 export CFLAGS_initramfs.o = -mmedium-calls 122 export CFLAGS_core.o = -mmedium-calls
|
/arch/parisc/include/asm/ |
D | floppy.h | 72 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/ |
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/c6x/ |
D | Makefile | 13 cflags-$(CONFIG_C6X_BIG_KERNEL) += -mlong-calls 15 CFLAGS_MODULE += -mlong-calls -mno-dsbt -msdata=none
|
D | Kconfig | 45 for function calls. Use this option to have the compiler generate 46 function calls with 32-bit range. This will make the kernel both
|
/arch/mn10300/kernel/ |
D | switch_to.S | 105 calls flush_icache_range 119 calls flush_icache_range 152 calls flush_icache_range 167 calls flush_icache_range
|
D | entry.S | 62 calls (a0) 87 calls (a0) 393 calls (a2)
|
/arch/sparc/kernel/ |
D | traps_32.c | 225 static int calls; local 295 calls++; 296 if(calls > 2) 325 if(calls > 0) 326 calls=0;
|
/arch/parisc/ |
D | Makefile | 55 cflags-y += -mfast-indirect-calls 72 KBUILD_CFLAGS_KERNEL += -mlong-calls
|
/arch/s390/kernel/ |
D | Makefile | 21 CFLAGS_stacktrace.o += -fno-optimize-sibling-calls 22 CFLAGS_dumpstack.o += -fno-optimize-sibling-calls
|
/arch/hexagon/ |
D | Makefile | 16 CFLAGS_MODULE += -mlong-calls
|
/arch/arm/include/asm/xen/ |
D | hypercall.h | 52 int HYPERVISOR_multicall(struct multicall_entry *calls, uint32_t nr);
|
/arch/blackfin/kernel/ |
D | Makefile | 41 CFLAGS_kgdb_test.o := -mlong-calls
|
/arch/blackfin/ |
D | Makefile | 18 KBUILD_CFLAGS += -mlong-calls 21 KBUILD_CFLAGS_MODULE += -mlong-calls
|
/arch/sh/ |
D | Kconfig.debug | 14 in FLASH or EPROM. The kernel will use standard BIOS calls during 15 boot for various housekeeping tasks (including calls to read and
|
/arch/x86/vdso/ |
D | Makefile | 70 -fno-omit-frame-pointer -foptimize-sibling-calls \ 156 KBUILD_CFLAGS_32 += $(call cc-option, -foptimize-sibling-calls)
|
/arch/x86/um/vdso/ |
D | Makefile | 42 -fno-omit-frame-pointer -foptimize-sibling-calls
|
/arch/s390/ |
D | Makefile | 63 cflags-$(CONFIG_FRAME_POINTER) += -fno-optimize-sibling-calls
|
/arch/mn10300/include/asm/ |
D | frame.inc | 40 add -12,sp # allow for calls to be made
|
/arch/sh/kernel/ |
D | entry-common.S | 198 ! This allows the parent to rewrite system calls
|
/arch/ia64/ |
D | Makefile | 30 -falign-functions=32 -frename-registers -fno-optimize-sibling-calls
|