Home
last modified time | relevance | path

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

12

/arch/powerpc/platforms/cell/
Dspu_syscalls.c38 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/
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/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/
DKconfig90 # 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/
Dtraps_32.c230 static int calls; local
300 calls++;
301 if(calls > 2)
330 if(calls > 0)
331 calls=0;
/arch/blackfin/kernel/
DMakefile29 CFLAGS_kgdb_test.o := -mlong-calls -O0
/arch/sh/
DKconfig.debug14 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/
DMakefile50 cflags-y += -mno-space-regs -mfast-indirect-calls
/arch/mn10300/kernel/
Dentry.S85 calls (a0)
268 calls do_double_fault
/arch/arm/plat-omap/
DKconfig44 provide more detail as to why some powerdomain calls
56 provide more detail as to why some clockdomain calls
/arch/s390/
DMakefile45 cflags-$(CONFIG_FRAME_POINTER) += -fno-optimize-sibling-calls
/arch/sh/kernel/
Dentry-common.S214 ! to rewrite system calls and args on the fly.
/arch/powerpc/
DKconfig.debug43 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/
DMakefile30 -falign-functions=32 -frename-registers -fno-optimize-sibling-calls
DKconfig548 make ESI calls. ESI calls are used to support vendor-specific
553 bool "Support ACPI AML calls to native firmware"
/arch/powerpc/include/asm/
Dspu.h277 int register_spu_syscalls(struct spufs_calls *calls);
278 void unregister_spu_syscalls(struct spufs_calls *calls);
/arch/blackfin/
DMakefile18 CFLAGS_MODULE += -mlong-calls
/arch/m68k/ifpsp060/
Dfplsp.doc41 making subroutine calls in place of the unimplemented
126 subroutine calls for all fp instructions. The code does NOT emulate
DTEST.DOC120 In "C"-like fashion, the test program calls:
148 3 different calls to the package if each of the three following tests
Dilsp.doc40 making subroutine calls in place of the unimplemented
/arch/arm/
DKconfig.debug30 2 - system calls
/arch/cris/arch-v32/mm/
Dmmu.S37 ; Bus fault handler. Extracts relevant information and calls mm subsystem
/arch/cris/arch-v10/kernel/
Dentry.S111 ;; 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

12