asm_type           56 arch/riscv/include/asm/atomic.h #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix)		\
asm_type           61 arch/riscv/include/asm/atomic.h 		"	amo" #asm_op "." #asm_type " zero, %1, %0"	\
asm_type           90 arch/riscv/include/asm/atomic.h #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix)	\
asm_type           97 arch/riscv/include/asm/atomic.h 		"	amo" #asm_op "." #asm_type " %1, %2, %0"	\
asm_type          108 arch/riscv/include/asm/atomic.h 		"	amo" #asm_op "." #asm_type ".aqrl  %1, %2, %0"	\
asm_type          115 arch/riscv/include/asm/atomic.h #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix)	\