Home
last modified time | relevance | path

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

/linux-6.6.21/include/asm-generic/
Dpercpu.h390 #ifndef this_cpu_write_2
391 #define this_cpu_write_2(pcp, val) this_cpu_generic_to_op(pcp, val, =) macro
/linux-6.6.21/arch/loongarch/include/asm/
Dpercpu.h220 #define this_cpu_write_2(pcp, val) _percpu_write(pcp, val) macro
/linux-6.6.21/arch/arm64/include/asm/
Dpercpu.h176 #define this_cpu_write_2(pcp, val) \ macro
/linux-6.6.21/arch/x86/include/asm/
Dpercpu.h325 #define this_cpu_write_2(pcp, val) percpu_to_op(2, volatile, "mov", (pcp), val) macro