Home
last modified time | relevance | path

Searched refs:fastcall (Results 1 – 19 of 19) sorted by relevance

/external/kernel-headers/original/linux/
Dirq.h142 void fastcall (*handle_irq)(unsigned int irq,
295 extern void fastcall
297 extern void fastcall
300 extern void fastcall
302 extern void fastcall
305 extern void fastcall
308 extern void fastcall
316 handle_irq_name(void fastcall (*handle)(unsigned int, struct irq_desc *,
323 extern fastcall unsigned int __do_IRQ(unsigned int irq, struct pt_regs *regs);
363 void fastcall (*handle)(unsigned int,
[all …]
Dmutex.h114 static inline int fastcall mutex_is_locked(struct mutex *lock) in mutex_is_locked()
123 extern void fastcall mutex_lock(struct mutex *lock);
124 extern int fastcall mutex_lock_interruptible(struct mutex *lock);
136 extern int fastcall mutex_trylock(struct mutex *lock);
137 extern void fastcall mutex_unlock(struct mutex *lock);
Dpreempt.h13 extern void fastcall add_preempt_count(int val);
14 extern void fastcall sub_preempt_count(int val);
Dlinkage.h60 #define fastcall macro
Dtimer.h33 void fastcall init_timer(struct timer_list * timer);
Dspinlock.h73 #define __lockfunc fastcall __attribute__((section(".spinlock.text")))
Dkernel.h102 fastcall NORET_TYPE void do_exit(long error_code)
/external/kernel-headers/original/asm-x86/
Dhw_irq_32.h32 fastcall void reschedule_interrupt(void);
33 fastcall void invalidate_interrupt(void);
34 fastcall void call_function_interrupt(void);
38 fastcall void apic_timer_interrupt(void);
39 fastcall void error_interrupt(void);
40 fastcall void spurious_interrupt(void);
41 fastcall void thermal_interrupt(void);
Dsemaphore_32.h86 fastcall void __down_failed(void /* special register calling convention */);
87 fastcall int __down_failed_interruptible(void /* params in registers */);
88 fastcall int __down_failed_trylock(void /* params in registers */);
89 fastcall void __up_wakeup(void /* special register calling convention */);
Dapic_32.h51 static __inline fastcall void native_apic_write(unsigned long reg, in native_apic_write()
57 static __inline fastcall void native_apic_write_atomic(unsigned long reg, in native_apic_write_atomic()
63 static __inline fastcall unsigned long native_apic_read(unsigned long reg) in native_apic_read()
Dlinkage_32.h6 #define fastcall __attribute__((regparm(3))) macro
/external/kernel-headers/original/asm-generic/
Dmutex-xchg.h26 __mutex_fastpath_lock(atomic_t *count, fastcall void (*fail_fn)(atomic_t *)) in __mutex_fastpath_lock()
45 __mutex_fastpath_lock_retval(atomic_t *count, fastcall int (*fail_fn)(atomic_t *)) in __mutex_fastpath_lock_retval()
68 __mutex_fastpath_unlock(atomic_t *count, fastcall void (*fail_fn)(atomic_t *)) in __mutex_fastpath_unlock()
/external/zlib/contrib/delphi/
Dzlibd32.mak7 # This project uses the Delphi (fastcall/register) calling convention:
/external/zlib/contrib/pascal/
Dzlibd32.mak7 # This project uses the Delphi (fastcall/register) calling convention:
/external/webkit/JavaScriptCore/jit/
DJITStubs.h216 #define JIT_STUB __attribute__ ((fastcall))
/external/webkit/JavaScriptCore/wtf/
DPlatform.h931 #define JSC_HOST_CALL __attribute__ ((fastcall))
/external/libffi/doc/
Dlibffi.info365 instance, the x86 platform has both `stdcall' and `fastcall' functions.
Dlibffi.texi411 instance, the x86 platform has both @samp{stdcall} and @samp{fastcall}
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-164304 chose fastcall as that seemed most sensible given we were having to declare
4305 the convention explicitly. In addition switched to fastcall on mac in the
4306 deluded belief that documented fastcall behavior on windows would match
28728 to use the fastcall calling convention for CTI functions by using
29418 Use fastcall calling convention on GCC > 4.0
30149 Switch CTI runtime calls to the fastcall calling convention