Home
last modified time | relevance | path

Searched defs:__xchg (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/proc-armv/
H A Dsystem.h183 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size) in __xchg() function
/openbmc/u-boot/arch/x86/cpu/
H A Dlapic.c33 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, in __xchg() function
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dsystem.h134 static inline unsigned long __xchg(unsigned long with, in __xchg() function
/openbmc/u-boot/arch/sh/include/asm/
H A Dsystem.h197 #define __xchg(ptr, x, size) \ macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h245 __xchg(unsigned long x, volatile void * ptr, int size) in __xchg() function