Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm64/include/asm/
Dpercpu.h65 #define __PERCPU_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument
79 #op_lse "\t%" #w "[val], %[ptr]\n" \
86 #define __PERCPU_RET_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument
100 #op_lse "\t%" #w "[val], %" #w "[ret], %[ptr]\n" \
110 #define PERCPU_OP(name, op_llsc, op_lse) \ argument
111 __PERCPU_OP_CASE(w, b, name, 8, op_llsc, op_lse) \
112 __PERCPU_OP_CASE(w, h, name, 16, op_llsc, op_lse) \
113 __PERCPU_OP_CASE(w, , name, 32, op_llsc, op_lse) \
114 __PERCPU_OP_CASE( , , name, 64, op_llsc, op_lse)
116 #define PERCPU_RET_OP(name, op_llsc, op_lse) \ argument
[all …]