Searched defs:this_cpu_write_8 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | percpu.h | 227 #define this_cpu_write_8(pcp, val) _percpu_write(pcp, val) macro
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | percpu.h | 180 #define this_cpu_write_8(pcp, val) \ macro
|
/openbmc/linux/include/asm-generic/ |
H A D | percpu.h | 397 #define this_cpu_write_8(pcp, val) this_cpu_generic_to_op(pcp, val, =) macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | percpu.h | 369 #define this_cpu_write_8(pcp, val) percpu_to_op(8, volatile, "mov", (pcp), val) macro
|