Home
last modified time | relevance | path

Searched defs:this_cpu_or_8 (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/arch/s390/include/asm/
Dpercpu.h63 #define this_cpu_or_8(pcp, val) arch_this_cpu_to_op_simple(pcp, val, |) macro
131 #define this_cpu_or_8(pcp, val) arch_this_cpu_to_op(pcp, val, "laog") macro
/linux-6.14.4/arch/loongarch/include/asm/
Dpercpu.h162 #define this_cpu_or_8(pcp, val) _percpu_or(pcp, val) macro
/linux-6.14.4/arch/arm64/include/asm/
Dpercpu.h216 #define this_cpu_or_8(pcp, val) \ macro
/linux-6.14.4/include/asm-generic/
Dpercpu.h436 #define this_cpu_or_8(pcp, val) this_cpu_generic_to_op(pcp, val, |=) macro
/linux-6.14.4/arch/x86/include/asm/
Dpercpu.h561 #define this_cpu_or_8(pcp, val) percpu_binary_op(8, volatile, "or", (pcp), val) macro