Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dpercpu.h170 #define this_cpu_write_2(pcp, val) _percpu_write(2, pcp, val) macro
/linux/include/asm-generic/
H A Dpercpu.h390 #ifndef this_cpu_write_2
391 #define this_cpu_write_2(pcp, val) this_cpu_generic_to_op(pcp, val, =) macro
/linux/arch/arm64/include/asm/
H A Dpercpu.h176 #define this_cpu_write_2(pcp, val) \ macro
/linux/arch/x86/include/asm/
H A Dpercpu.h483 #define this_cpu_write_2(pcp, val) __raw_cpu_write(2, volatile, pcp, val) macro