Home
last modified time | relevance | path

Searched defs:this_cpu_xchg_8 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dpercpu.h177 #define this_cpu_xchg_8(pcp, val) _percpu_xchg(pcp, val) macro
/linux/arch/s390/include/asm/
H A Dpercpu.h181 #define this_cpu_xchg_8(pcp, nval) arch_this_cpu_xchg(pcp, nval) macro
/linux/arch/arm64/include/asm/
H A Dpercpu.h232 #define this_cpu_xchg_8(pcp, val) \ macro
/linux/arch/x86/include/asm/
H A Dpercpu.h544 #define this_cpu_xchg_8(pcp, nval) this_percpu_xchg_op(pcp, nval) macro