Searched refs:__xchg (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/arch/microblaze/include/asm/ |
D | system.h | 131 ((__typeof__ (*(ptr)))__xchg ((unsigned long)(with), (ptr), sizeof (*(ptr)))) 134 static inline unsigned long __xchg(unsigned long with, in __xchg() function
|
/external/u-boot/arch/x86/cpu/ |
D | lapic.c | 21 #define xchg(ptr, v) ((__typeof__(*(ptr)))__xchg((unsigned long)(v), (ptr), \ 33 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, in __xchg() function
|
/external/u-boot/arch/mips/include/asm/ |
D | system.h | 241 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) 245 __xchg(unsigned long x, volatile void * ptr, int size) in __xchg() function
|
/external/u-boot/arch/sh/include/asm/ |
D | system.h | 197 #define __xchg(ptr, x, size) \ macro 218 ((__typeof__(*(ptr)))__xchg((ptr),(unsigned long)(x), sizeof(*(ptr))))
|
/external/u-boot/arch/arm/include/asm/proc-armv/ |
D | system.h | 183 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size) in __xchg() function
|