Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dcmpxchg.h126 #define xchg(ptr, with) \ macro
139 #define xchg(ptr, with) _xchg(ptr, with) macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dcmpxchg.h45 #define xchg(ptr, v) ((__typeof__(*(ptr)))__xchg((unsigned long)(v), (ptr), \ macro
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dcmpxchg.h36 #define xchg(ptr, x) (__xchg((x), (ptr), sizeof(*(ptr)))) macro
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dcmpxchg.h48 #define xchg(ptr,x) \ macro
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dcmpxchg.h44 #define xchg(ptr, x) \ macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dcmpxchg.h83 #define xchg(ptr, x) ({ \ macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcmpxchg.h26 #define xchg(ptr, x) \ macro
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Dcmpxchg.h7 #define xchg(ptr, x) \ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dcmpxchg_32.h28 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
H A Dcmpxchg_64.h55 #define xchg(ptr,x) \ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dcmpxchg.h45 #define xchg(ptr, x) \ macro
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dlapic.c22 #define xchg(ptr, v) ((__typeof__(*(ptr)))__xchg((unsigned long)(v), (ptr), \ macro
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dcmpxchg.h56 #define xchg(ptr, x) \ macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dcmpxchg.h47 #define xchg(ptr, x) \ macro
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dcmpxchg.h79 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dcmpxchg.h164 #define xchg(ptr, with) \ macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dcmpxchg.h172 #define xchg(ptr,x) \ macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dcmpxchg.h131 #define xchg xchg_relaxed macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcmpxchg.h93 #define xchg(ptr, x) \ macro
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dsystem.h130 #define xchg(ptr, with) \ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_11n_rxreorder.c171 int no_pkt_to_send, i, xchg; in wlan_11n_dispatch_pkt_until_start_win() local
251 int i, j, xchg; in wlan_11n_scan_and_dispatch() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_11n_rxreorder.c172 int no_pkt_to_send, i, xchg; in wlan_11n_dispatch_pkt_until_start_win() local
254 int i, j, xchg; in wlan_11n_scan_and_dispatch() local
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dsystem.h217 #define xchg(ptr,x) \ macro
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dsystem.h240 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dcmpxchg.h143 #define xchg(ptr, x) \ macro

12