Home
last modified time | relevance | path

Searched defs:xchg (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Datomic_template.h91 ABI_TYPE ATOMIC_NAME(xchg)(CPUArchState *env, abi_ptr addr, ABI_TYPE val, in ATOMIC_NAME() argument
196 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 Dcmpxchg.h53 #define xchg(ptr, x) \ macro
/openbmc/u-boot/arch/x86/cpu/
H A Dlapic.c21 #define xchg(ptr, v) ((__typeof__(*(ptr)))__xchg((unsigned long)(v), (ptr), \ macro
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dsystem.h130 #define xchg(ptr, with) \ macro
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Datomics.c157 int xchg(const void *ctx) in xchg() function
/openbmc/u-boot/arch/sh/include/asm/
H A Dsystem.h217 #define xchg(ptr,x) \ macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h241 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c274 static unsigned long xchg(unsigned long *p, unsigned long val) in xchg() function
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A D11n_rxreorder.c150 int i, j, xchg; in mwifiex_11n_scan_and_dispatch() local
/openbmc/linux/include/linux/atomic/
H A Datomic-instrumented.h4711 #define xchg(ptr, ...) \ macro