__PERCPU_OP_CASE   97 arch/arm64/include/asm/percpu.h 	__PERCPU_OP_CASE(w, b, name,  8, op_llsc, op_lse)		\
__PERCPU_OP_CASE   98 arch/arm64/include/asm/percpu.h 	__PERCPU_OP_CASE(w, h, name, 16, op_llsc, op_lse)		\
__PERCPU_OP_CASE   99 arch/arm64/include/asm/percpu.h 	__PERCPU_OP_CASE(w,  , name, 32, op_llsc, op_lse)		\
__PERCPU_OP_CASE  100 arch/arm64/include/asm/percpu.h 	__PERCPU_OP_CASE( ,  , name, 64, op_llsc, op_lse)
__PERCPU_OP_CASE  118 arch/arm64/include/asm/percpu.h #undef __PERCPU_OP_CASE