Searched refs:_arch_xchg (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/riscv/include/asm/ |
D | cmpxchg.h | 52 #define _arch_xchg(ptr, new, sc_sfx, swap_sfx, prepend, \ macro 80 _arch_xchg(ptr, x, "", "", "", "", "") 83 _arch_xchg(ptr, x, "", "", "", \ 87 _arch_xchg(ptr, x, "", "", RISCV_RELEASE_BARRIER, "", "") 90 _arch_xchg(ptr, x, ".rl", ".aqrl", "", RISCV_FULL_BARRIER, "")
|