Home
last modified time | relevance | path

Searched defs:this_cpu_write_4 (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dpercpu.h219 #define this_cpu_write_4(pcp, val) _percpu_write(pcp, val) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dpercpu.h183 #define this_cpu_write_4(pcp, val) \ macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dpercpu.h221 #define this_cpu_write_4(pcp, val) _percpu_write(pcp, val) macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dpercpu.h178 #define this_cpu_write_4(pcp, val) \ macro
/kernel/linux/linux-5.10/include/asm-generic/
H A Dpercpu.h339 #define this_cpu_write_4(pcp, val) this_cpu_generic_to_op(pcp, val, =) macro
/kernel/linux/linux-6.6/include/asm-generic/
H A Dpercpu.h394 #define this_cpu_write_4(pcp, val) this_cpu_generic_to_op(pcp, val, =) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dpercpu.h265 #define this_cpu_write_4(pcp, val) percpu_to_op(4, volatile, "mov", (pcp), val) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dpercpu.h326 #define this_cpu_write_4(pcp, val) percpu_to_op(4, volatile, "mov", (pcp), val) macro

Completed in 5 milliseconds