Searched defs:xchg (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/accel/tcg/ |
H A D | atomic_template.h | 104 ABI_TYPE ATOMIC_NAME(xchg)(CPUArchState *env, abi_ptr addr, ABI_TYPE val, in ATOMIC_NAME() argument 229 ABI_TYPE ATOMIC_NAME(xchg)(CPUArchState *env, abi_ptr addr, ABI_TYPE val, in ATOMIC_NAME() argument
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | cmpxchg.h | 53 #define xchg(ptr, x) \ macro
|
/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/linux/tools/testing/selftests/bpf/progs/ |
H A D | atomics.c | 157 int xchg(const void *ctx) in xchg() function
|
/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
|
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | context_switch.c | 274 static unsigned long xchg(unsigned long *p, unsigned long val) in xchg() function
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | 11n_rxreorder.c | 150 int i, j, xchg; in mwifiex_11n_scan_and_dispatch() local
|
/openbmc/linux/include/linux/atomic/ |
H A D | atomic-instrumented.h | 4711 #define xchg(ptr, ...) \ macro
|