Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dlapic.c22 #define xchg(ptr, v) ((__typeof__(*(ptr)))__xchg((unsigned long)(v), (ptr), \ macro
/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dsystem.h130 #define xchg(ptr, with) \ macro
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dsystem.h217 #define xchg(ptr,x) \ macro
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dsystem.h240 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro