Searched refs:op_llsc (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm64/include/asm/ |
H A D | percpu.h | 66 #define __PERCPU_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument 76 #op_llsc "\t%" #w "[tmp], %" #w "[tmp], %" #w "[val]\n" \ 87 #define __PERCPU_RET_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument 97 #op_llsc "\t%" #w "[ret], %" #w "[ret], %" #w "[val]\n" \ 102 #op_llsc "\t%" #w "[ret], %" #w "[ret], %" #w "[val]\n" \ 111 #define PERCPU_OP(name, op_llsc, op_lse) \ argument 112 __PERCPU_OP_CASE(w, b, name, 8, op_llsc, op_lse) \ 113 __PERCPU_OP_CASE(w, h, name, 16, op_llsc, op_lse) \ 114 __PERCPU_OP_CASE(w, , name, 32, op_llsc, op_lse) \ 115 __PERCPU_OP_CASE( , , name, 64, op_llsc, op_lse) [all …]
|