Searched defs:xchg (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/accel/tcg/ |
| H A D | atomic_template.h | 104 ABI_TYPE ATOMIC_NAME(xchg)(CPUArchState *env, vaddr addr, ABI_TYPE val, in ATOMIC_NAME() argument 229 ABI_TYPE ATOMIC_NAME(xchg)(CPUArchState *env, vaddr addr, ABI_TYPE val, in ATOMIC_NAME() argument
|
| /openbmc/u-boot/arch/x86/cpu/ |
| H A D | lapic.c | 21 #define xchg(ptr, v) ((__typeof__(*(ptr)))__xchg((unsigned long)(v), (ptr), \ macro
|
| /openbmc/u-boot/arch/microblaze/include/asm/ |
| H A D | system.h | 130 #define xchg(ptr, with) \ macro
|
| /openbmc/u-boot/arch/sh/include/asm/ |
| H A D | system.h | 217 #define xchg(ptr,x) \ macro
|
| /openbmc/u-boot/arch/mips/include/asm/ |
| H A D | system.h | 241 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
|