/arch/powerpc/platforms/cell/ |
D | spu_syscalls.c | 38 struct spufs_calls *calls = NULL; in spufs_calls_get() local 41 calls = rcu_dereference(spufs_calls); in spufs_calls_get() 42 if (calls && !try_module_get(calls->owner)) in spufs_calls_get() 43 calls = NULL; in spufs_calls_get() 46 return calls; in spufs_calls_get() 49 static inline void spufs_calls_put(struct spufs_calls *calls) in spufs_calls_put() argument 51 BUG_ON(calls != spufs_calls); in spufs_calls_put() 64 static inline void spufs_calls_put(struct spufs_calls *calls) { } in spufs_calls_put() argument 74 struct spufs_calls *calls; in sys_spu_create() local 76 calls = spufs_calls_get(); in sys_spu_create() [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 | 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()
|
/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/ |
D | Kconfig | 90 # TIF_SYSCALL_TRACE calls tracehook_report_syscall_{entry,exit} 91 # TIF_NOTIFY_RESUME calls tracehook_notify_resume() 92 # signal delivery calls tracehook_signal_handler() 106 The <linux/clk.h> calls support software clock gating and
|
/arch/sparc/kernel/ |
D | traps_32.c | 230 static int calls; local 300 calls++; 301 if(calls > 2) 330 if(calls > 0) 331 calls=0;
|
/arch/blackfin/kernel/ |
D | Makefile | 29 CFLAGS_kgdb_test.o := -mlong-calls -O0
|
/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 144 This option allows system calls to be traced to the console. It also
|
/arch/parisc/ |
D | Makefile | 50 cflags-y += -mno-space-regs -mfast-indirect-calls
|
/arch/mn10300/kernel/ |
D | entry.S | 85 calls (a0) 268 calls do_double_fault
|
/arch/arm/plat-omap/ |
D | Kconfig | 44 provide more detail as to why some powerdomain calls 56 provide more detail as to why some clockdomain calls
|
/arch/s390/ |
D | Makefile | 45 cflags-$(CONFIG_FRAME_POINTER) += -fno-optimize-sibling-calls
|
/arch/sh/kernel/ |
D | entry-common.S | 214 ! to rewrite system calls and args on the fly.
|
/arch/powerpc/ |
D | Kconfig.debug | 43 Adds code to keep track of the number of hypervisor calls made and 44 the amount of time spent in hypervisor calls. Wall time spent in 51 calls.
|
/arch/ia64/ |
D | Makefile | 30 -falign-functions=32 -frename-registers -fno-optimize-sibling-calls
|
D | Kconfig | 548 make ESI calls. ESI calls are used to support vendor-specific 553 bool "Support ACPI AML calls to native firmware"
|
/arch/powerpc/include/asm/ |
D | spu.h | 277 int register_spu_syscalls(struct spufs_calls *calls); 278 void unregister_spu_syscalls(struct spufs_calls *calls);
|
/arch/blackfin/ |
D | Makefile | 18 CFLAGS_MODULE += -mlong-calls
|
/arch/m68k/ifpsp060/ |
D | fplsp.doc | 41 making subroutine calls in place of the unimplemented 126 subroutine calls for all fp instructions. The code does NOT emulate
|
D | TEST.DOC | 120 In "C"-like fashion, the test program calls: 148 3 different calls to the package if each of the three following tests
|
D | ilsp.doc | 40 making subroutine calls in place of the unimplemented
|
/arch/arm/ |
D | Kconfig.debug | 30 2 - system calls
|
/arch/cris/arch-v32/mm/ |
D | mmu.S | 37 ; Bus fault handler. Extracts relevant information and calls mm subsystem
|
/arch/cris/arch-v10/kernel/ |
D | entry.S | 111 ;; Since we dont really want to have two epilogues (one for system calls 295 ;; TODO: see the i386 version. The switch_to which calls resume in our version
|