Home
last modified time | relevance | path

Searched refs:this_cpu_xchg_8 (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/include/asm-generic/
Dpercpu.h461 #ifndef this_cpu_xchg_8
462 #define this_cpu_xchg_8(pcp, nval) this_cpu_generic_xchg(pcp, nval) macro
/linux-6.6.21/arch/loongarch/include/asm/
Dpercpu.h227 #define this_cpu_xchg_8(pcp, val) _percpu_xchg(pcp, val) macro
/linux-6.6.21/arch/s390/include/asm/
Dpercpu.h181 #define this_cpu_xchg_8(pcp, nval) arch_this_cpu_xchg(pcp, nval) macro
/linux-6.6.21/arch/arm64/include/asm/
Dpercpu.h225 #define this_cpu_xchg_8(pcp, val) \ macro
/linux-6.6.21/arch/x86/include/asm/
Dpercpu.h374 #define this_cpu_xchg_8(pcp, nval) percpu_xchg_op(8, volatile, pcp, nval) macro