Home
last modified time | relevance | path

Searched defs:this_cpu_xchg_8 (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpercpu.h165 #define this_cpu_xchg_8(pcp, nval) arch_this_cpu_xchg(pcp, nval) macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpercpu.h181 #define this_cpu_xchg_8(pcp, nval) arch_this_cpu_xchg(pcp, nval) macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dpercpu.h225 #define this_cpu_xchg_8(pcp, val) _percpu_xchg(pcp, val) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dpercpu.h230 #define this_cpu_xchg_8(pcp, val) \ macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dpercpu.h227 #define this_cpu_xchg_8(pcp, val) _percpu_xchg(pcp, val) macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dpercpu.h225 #define this_cpu_xchg_8(pcp, val) \ macro
/kernel/linux/linux-5.10/include/asm-generic/
H A Dpercpu.h407 #define this_cpu_xchg_8(pcp, nval) this_cpu_generic_xchg(pcp, nval) macro
/kernel/linux/linux-6.6/include/asm-generic/
H A Dpercpu.h462 #define this_cpu_xchg_8(pcp, nval) this_cpu_generic_xchg(pcp, nval) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dpercpu.h330 #define this_cpu_xchg_8(pcp, nval) percpu_xchg_op(8, volatile, pcp, nval) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dpercpu.h374 #define this_cpu_xchg_8(pcp, nval) percpu_xchg_op(8, volatile, pcp, nval) macro

Completed in 6 milliseconds