Home
last modified time | relevance | path

Searched refs:sc_sfx (Results 1 – 1 of 1) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dcmpxchg.h19 #define __arch_xchg_masked(sc_sfx, swap_sfx, prepend, sc_append, \ argument
49 " sc.w" sc_sfx " %1, %1, %2\n" \
71 #define _arch_xchg(ptr, new, sc_sfx, swap_sfx, prepend, \ argument
80 __arch_xchg_masked(sc_sfx, ".b" swap_sfx, \
85 __arch_xchg_masked(sc_sfx, ".h" swap_sfx, \
133 #define __arch_cmpxchg_masked(sc_sfx, cas_sfx, \ argument
172 " sc.w" sc_sfx " %1, %1, %2\n" \
185 #define __arch_cmpxchg(lr_sfx, sc_sfx, cas_sfx, \ argument
212 " sc" sc_sfx " %1, %z4, %2\n" \
222 #define _arch_cmpxchg(ptr, old, new, sc_sfx, cas_sfx, \ argument
[all …]