/arch/s390/include/asm/ |
D | percpu.h | 27 #define arch_this_cpu_to_op_simple(pcp, val, op) \ argument 44 #define this_cpu_add_1(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument 45 #define this_cpu_add_2(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument 46 #define this_cpu_add_return_1(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument 47 #define this_cpu_add_return_2(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument 48 #define this_cpu_and_1(pcp, val) arch_this_cpu_to_op_simple(pcp, val, &) argument 49 #define this_cpu_and_2(pcp, val) arch_this_cpu_to_op_simple(pcp, val, &) argument 50 #define this_cpu_or_1(pcp, val) arch_this_cpu_to_op_simple(pcp, val, |) argument 51 #define this_cpu_or_2(pcp, val) arch_this_cpu_to_op_simple(pcp, val, |) argument 55 #define this_cpu_add_4(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument [all …]
|
/arch/arm64/include/asm/ |
D | percpu.h | 155 #define _pcp_protect(op, pcp, ...) \ argument 162 #define _pcp_protect_return(op, pcp, args...) \ argument 171 #define this_cpu_read_1(pcp) \ argument 173 #define this_cpu_read_2(pcp) \ argument 175 #define this_cpu_read_4(pcp) \ argument 177 #define this_cpu_read_8(pcp) \ argument 180 #define this_cpu_write_1(pcp, val) \ argument 182 #define this_cpu_write_2(pcp, val) \ argument 184 #define this_cpu_write_4(pcp, val) \ argument 186 #define this_cpu_write_8(pcp, val) \ argument [all …]
|
/arch/x86/include/asm/ |
D | percpu.h | 222 #define this_cpu_read_stable_1(pcp) percpu_stable_op(1, "mov", pcp) argument 223 #define this_cpu_read_stable_2(pcp) percpu_stable_op(2, "mov", pcp) argument 224 #define this_cpu_read_stable_4(pcp) percpu_stable_op(4, "mov", pcp) argument 225 #define this_cpu_read_stable_8(pcp) percpu_stable_op(8, "mov", pcp) argument 226 #define this_cpu_read_stable(pcp) __pcpu_size_call_return(this_cpu_read_stable_, pcp) argument 228 #define raw_cpu_read_1(pcp) percpu_from_op(1, , "mov", pcp) argument 229 #define raw_cpu_read_2(pcp) percpu_from_op(2, , "mov", pcp) argument 230 #define raw_cpu_read_4(pcp) percpu_from_op(4, , "mov", pcp) argument 232 #define raw_cpu_write_1(pcp, val) percpu_to_op(1, , "mov", (pcp), val) argument 233 #define raw_cpu_write_2(pcp, val) percpu_to_op(2, , "mov", (pcp), val) argument [all …]
|
/arch/sparc/kernel/ |
D | pcic.c | 608 struct pcidev_cookie *pcp; in pcibios_fixup_bus() local
|