Searched refs:fastcall (Results 1 – 19 of 19) sorted by relevance
/external/kernel-headers/original/linux/ |
D | irq.h | 142 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 …]
|
D | mutex.h | 114 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);
|
D | preempt.h | 13 extern void fastcall add_preempt_count(int val); 14 extern void fastcall sub_preempt_count(int val);
|
D | linkage.h | 60 #define fastcall macro
|
D | timer.h | 33 void fastcall init_timer(struct timer_list * timer);
|
D | spinlock.h | 73 #define __lockfunc fastcall __attribute__((section(".spinlock.text")))
|
D | kernel.h | 102 fastcall NORET_TYPE void do_exit(long error_code)
|
/external/kernel-headers/original/asm-x86/ |
D | hw_irq_32.h | 32 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);
|
D | semaphore_32.h | 86 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 */);
|
D | apic_32.h | 51 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()
|
D | linkage_32.h | 6 #define fastcall __attribute__((regparm(3))) macro
|
/external/kernel-headers/original/asm-generic/ |
D | mutex-xchg.h | 26 __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/ |
D | zlibd32.mak | 7 # This project uses the Delphi (fastcall/register) calling convention:
|
/external/zlib/contrib/pascal/ |
D | zlibd32.mak | 7 # This project uses the Delphi (fastcall/register) calling convention:
|
/external/webkit/JavaScriptCore/jit/ |
D | JITStubs.h | 216 #define JIT_STUB __attribute__ ((fastcall))
|
/external/webkit/JavaScriptCore/wtf/ |
D | Platform.h | 931 #define JSC_HOST_CALL __attribute__ ((fastcall))
|
/external/libffi/doc/ |
D | libffi.info | 365 instance, the x86 platform has both `stdcall' and `fastcall' functions.
|
D | libffi.texi | 411 instance, the x86 platform has both @samp{stdcall} and @samp{fastcall}
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 4304 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
|