Home
last modified time | relevance | path

Searched defs:raw_cpu_write_1 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/asm-generic/
H A Dpercpu.h208 #define raw_cpu_write_1(pcp, val) raw_cpu_generic_to_op(pcp, val, =) macro
/kernel/linux/linux-6.6/include/asm-generic/
H A Dpercpu.h215 #define raw_cpu_write_1(pcp, val) raw_cpu_generic_to_op(pcp, val, =) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dpercpu.h232 #define raw_cpu_write_1(pcp, val) percpu_to_op(1, , "mov", (pcp), val) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dpercpu.h293 #define raw_cpu_write_1(pcp, val) percpu_to_op(1, , "mov", (pcp), val) macro

Completed in 3 milliseconds