Home
last modified time | relevance | path

Searched refs:this_cpu_xchg_4 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/asm-generic/
Dpercpu.h403 #ifndef this_cpu_xchg_4
404 #define this_cpu_xchg_4(pcp, nval) this_cpu_generic_xchg(pcp, nval) macro
/Linux-v5.4/arch/s390/include/asm/
Dpercpu.h164 #define this_cpu_xchg_4(pcp, nval) arch_this_cpu_xchg(pcp, nval) macro
/Linux-v5.4/arch/arm64/include/asm/
Dpercpu.h214 #define this_cpu_xchg_4(pcp, val) \ macro
/Linux-v5.4/arch/x86/include/asm/
Dpercpu.h443 #define this_cpu_xchg_4(pcp, nval) percpu_xchg_op(volatile, pcp, nval) macro