Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dpercpu.h393 #ifndef this_cpu_write_4
394 #define this_cpu_write_4(pcp, val) this_cpu_generic_to_op(pcp, val, =) macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dpercpu.h226 #define this_cpu_write_4(pcp, val) _percpu_write(pcp, val) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dpercpu.h178 #define this_cpu_write_4(pcp, val) \ macro
/openbmc/linux/arch/x86/include/asm/
H A Dpercpu.h326 #define this_cpu_write_4(pcp, val) percpu_to_op(4, volatile, "mov", (pcp), val) macro