Searched refs:fastcall (Results 1 - 25 of 73) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-um/
H A Dlinkage.h10 #undef fastcall macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-generic/
H A Diomap.h28 extern unsigned int fastcall ioread8(void __iomem *);
29 extern unsigned int fastcall ioread16(void __iomem *);
30 extern unsigned int fastcall ioread16be(void __iomem *);
31 extern unsigned int fastcall ioread32(void __iomem *);
32 extern unsigned int fastcall ioread32be(void __iomem *);
34 extern void fastcall iowrite8(u8, void __iomem *);
35 extern void fastcall iowrite16(u16, void __iomem *);
36 extern void fastcall iowrite16be(u16, void __iomem *);
37 extern void fastcall iowrite32(u32, void __iomem *);
38 extern void fastcall iowrite32b
[all...]
H A Dmutex-dec.h21 __mutex_fastpath_lock(atomic_t *count, fastcall void (*fail_fn)(atomic_t *))
40 __mutex_fastpath_lock_retval(atomic_t *count, fastcall int (*fail_fn)(atomic_t *))
64 __mutex_fastpath_unlock(atomic_t *count, fastcall void (*fail_fn)(atomic_t *))
H A Dmutex-xchg.h26 __mutex_fastpath_lock(atomic_t *count, fastcall void (*fail_fn)(atomic_t *))
45 __mutex_fastpath_lock_retval(atomic_t *count, fastcall int (*fail_fn)(atomic_t *))
68 __mutex_fastpath_unlock(atomic_t *count, fastcall void (*fail_fn)(atomic_t *))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Dhw_irq.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);
H A Dmutex.h29 typecheck_fn(fastcall void (*)(atomic_t *), fail_fn); \
55 int fastcall (*fail_fn)(atomic_t *))
81 typecheck_fn(fastcall void (*)(atomic_t *), fail_fn); \
H A Dlinkage.h6 #define fastcall __attribute__((regparm(3))) macro
H A Dsemaphore.h87 fastcall void __down_failed(void /* special register calling convention */);
88 fastcall int __down_failed_interruptible(void /* params in registers */);
89 fastcall int __down_failed_trylock(void /* params in registers */);
90 fastcall void __up_wakeup(void /* special register calling convention */);
H A Dapic.h51 static __inline fastcall void native_apic_write(unsigned long reg,
57 static __inline fastcall void native_apic_write_atomic(unsigned long reg,
63 static __inline fastcall unsigned long native_apic_read(unsigned long reg)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/mcheck/
H A Dmce.h11 extern fastcall void (*machine_check_vector)(struct pt_regs *, long error_code);
H A Dmce.c25 static fastcall void unexpected_machine_check(struct pt_regs * regs, long error_code)
31 void fastcall (*machine_check_vector)(struct pt_regs *, long error_code) = unexpected_machine_check;
H A Dwinchip.c18 static fastcall void winchip_machine_check(struct pt_regs * regs, long error_code)
H A Dp5.c19 static fastcall void pentium_machine_check(struct pt_regs * regs, long error_code)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpreempt.h13 extern void fastcall add_preempt_count(int val);
14 extern void fastcall sub_preempt_count(int val);
H A Dmutex.h114 static inline int fastcall mutex_is_locked(struct mutex *lock)
123 extern void fastcall mutex_lock(struct mutex *lock);
124 extern int __must_check fastcall mutex_lock_interruptible(struct mutex *lock);
139 extern int fastcall mutex_trylock(struct mutex *lock);
140 extern void fastcall mutex_unlock(struct mutex *lock);
H A Dirq.h28 typedef void fastcall (*irq_flow_handler_t)(unsigned int irq,
277 extern void fastcall handle_level_irq(unsigned int irq, struct irq_desc *desc);
278 extern void fastcall handle_fasteoi_irq(unsigned int irq, struct irq_desc *desc);
279 extern void fastcall handle_edge_irq(unsigned int irq, struct irq_desc *desc);
280 extern void fastcall handle_simple_irq(unsigned int irq, struct irq_desc *desc);
281 extern void fastcall handle_percpu_irq(unsigned int irq, struct irq_desc *desc);
282 extern void fastcall handle_bad_irq(unsigned int irq, struct irq_desc *desc);
286 * (is an explicit fastcall, because i386 4KSTACKS calls it from assembly)
289 extern fastcall unsigned int __do_IRQ(unsigned int irq);
H A Dlinkage.h64 #define fastcall macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A Diomap.c72 unsigned int fastcall ioread8(void __iomem *addr)
77 unsigned int fastcall ioread16(void __iomem *addr)
82 unsigned int fastcall ioread16be(void __iomem *addr)
87 unsigned int fastcall ioread32(void __iomem *addr)
92 unsigned int fastcall ioread32be(void __iomem *addr)
113 void fastcall iowrite8(u8 val, void __iomem *addr)
117 void fastcall iowrite16(u16 val, void __iomem *addr)
121 void fastcall iowrite16be(u16 val, void __iomem *addr)
125 void fastcall iowrite32(u32 val, void __iomem *addr)
129 void fastcall iowrite32b
[all...]
H A Dsemaphore-sleepers.c51 fastcall void __up(struct semaphore *sem)
56 fastcall void __sched __down(struct semaphore * sem)
93 fastcall int __sched __down_interruptible(struct semaphore * sem)
156 fastcall int __down_trylock(struct semaphore * sem)
H A Drwsem-spinlock.c128 void fastcall __sched __down_read(struct rw_semaphore *sem)
171 int fastcall __down_read_trylock(struct rw_semaphore *sem)
194 void fastcall __sched __down_write_nested(struct rw_semaphore *sem, int subclass)
234 void fastcall __sched __down_write(struct rw_semaphore *sem)
242 int fastcall __down_write_trylock(struct rw_semaphore *sem)
263 void fastcall __up_read(struct rw_semaphore *sem)
278 void fastcall __up_write(struct rw_semaphore *sem)
295 void fastcall __downgrade_write(struct rw_semaphore *sem)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dwait.c21 void fastcall add_wait_queue(wait_queue_head_t *q, wait_queue_t *wait)
32 void fastcall add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t *wait)
43 void fastcall remove_wait_queue(wait_queue_head_t *q, wait_queue_t *wait)
66 void fastcall
85 void fastcall
104 void fastcall finish_wait(wait_queue_head_t *q, wait_queue_t *wait)
160 int __sched fastcall
176 int __sched fastcall out_of_line_wait_on_bit(void *word, int bit,
186 int __sched fastcall
204 int __sched fastcall out_of_line_wait_on_bit_loc
[all...]
H A Dmutex.c60 static void fastcall noinline __sched
84 void inline fastcall __sched mutex_lock(struct mutex *lock)
96 static void fastcall noinline __sched
110 void fastcall __sched mutex_unlock(struct mutex *lock)
192 static void fastcall noinline __sched
223 static fastcall inline void
260 static fastcall noinline void
270 static int fastcall noinline __sched
284 int fastcall __sched mutex_lock_interruptible(struct mutex *lock)
293 static int fastcall noinlin
[all...]
H A Dpid.c90 static fastcall void free_pidmap(struct pid_namespace *pid_ns, int pid)
177 fastcall void put_pid(struct pid *pid)
193 fastcall void free_pid(struct pid *pid)
238 struct pid * fastcall find_pid(int nr)
255 int fastcall attach_pid(struct task_struct *task, enum pid_type type,
267 void fastcall detach_pid(struct task_struct *task, enum pid_type type)
287 void fastcall transfer_pid(struct task_struct *old, struct task_struct *new,
295 struct task_struct * fastcall pid_task(struct pid *pid, enum pid_type type)
326 struct task_struct *fastcall get_pid_task(struct pid *pid, enum pid_type type)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dinternal.h37 extern void fastcall __init __free_pages_bootmem(struct page *page,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/
H A Dmutex.h27 __mutex_fastpath_lock(atomic_t *count, fastcall void (*fail_fn)(atomic_t *))
47 __mutex_fastpath_lock_retval(atomic_t *count, fastcall int (*fail_fn)(atomic_t *))
73 __mutex_fastpath_unlock(atomic_t *count, fastcall void (*fail_fn)(atomic_t *))

Completed in 262 milliseconds

123