this_cpu_write_4  169 arch/arm64/include/asm/percpu.h #define this_cpu_write_4(pcp, val)	\
this_cpu_write_4  431 arch/x86/include/asm/percpu.h #define this_cpu_write_4(pcp, val)	percpu_to_op(volatile, "mov", (pcp), val)
this_cpu_write_4  339 include/asm-generic/percpu.h #define this_cpu_write_4(pcp, val)	this_cpu_generic_to_op(pcp, val, =)