Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dpercpu.h181 #define this_cpu_write_2(pcp, val) \ macro
/arch/x86/include/asm/
Dpercpu.h264 #define this_cpu_write_2(pcp, val) percpu_to_op(2, volatile, "mov", (pcp), val) macro