Home
last modified time | relevance | path

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

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