Searched refs:__bad_xchg (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dsystem.h48 void __bad_xchg(volatile void *ptr, int size);
71 __bad_xchg(ptr, size), ret = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dsystem.h252 extern void __bad_xchg(volatile void *, int);
317 __bad_xchg(ptr, size), ret = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dtraps.c667 void __bad_xchg(volatile void *ptr, int size) function
673 EXPORT_SYMBOL(__bad_xchg); variable

Completed in 152 milliseconds