this_cpu_write_2  388 arch/x86/include/asm/percpu.h #define this_cpu_write_2(pcp, val)	percpu_to_op("mov", (pcp), val)
this_cpu_write_2  312 include/asm-generic/percpu.h #define this_cpu_write_2(pcp, val)	this_cpu_generic_to_op(pcp, val, =)