Lines Matching defs:pcp

65 #define raw_cpu_generic_read(pcp)					\  argument
70 #define raw_cpu_generic_to_op(pcp, val, op) \ argument
75 #define raw_cpu_generic_add_return(pcp, val) \ argument
83 #define raw_cpu_generic_xchg(pcp, nval) \ argument
92 #define __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, _cmpxchg) \ argument
101 #define raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument
116 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
123 #define __this_cpu_generic_read_nopreempt(pcp) \ argument
132 #define __this_cpu_generic_read_noirq(pcp) \ argument
142 #define this_cpu_generic_read(pcp) \ argument
152 #define this_cpu_generic_to_op(pcp, val, op) \ argument
161 #define this_cpu_generic_add_return(pcp, val) \ argument
171 #define this_cpu_generic_xchg(pcp, nval) \ argument
181 #define this_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument
191 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
202 #define raw_cpu_read_1(pcp) raw_cpu_generic_read(pcp) argument
205 #define raw_cpu_read_2(pcp) raw_cpu_generic_read(pcp) argument
208 #define raw_cpu_read_4(pcp) raw_cpu_generic_read(pcp) argument
211 #define raw_cpu_read_8(pcp) raw_cpu_generic_read(pcp) argument
215 #define raw_cpu_write_1(pcp, val) raw_cpu_generic_to_op(pcp, val, =) argument
218 #define raw_cpu_write_2(pcp, val) raw_cpu_generic_to_op(pcp, val, =) argument
221 #define raw_cpu_write_4(pcp, val) raw_cpu_generic_to_op(pcp, val, =) argument
224 #define raw_cpu_write_8(pcp, val) raw_cpu_generic_to_op(pcp, val, =) argument
228 #define raw_cpu_add_1(pcp, val) raw_cpu_generic_to_op(pcp, val, +=) argument
231 #define raw_cpu_add_2(pcp, val) raw_cpu_generic_to_op(pcp, val, +=) argument
234 #define raw_cpu_add_4(pcp, val) raw_cpu_generic_to_op(pcp, val, +=) argument
237 #define raw_cpu_add_8(pcp, val) raw_cpu_generic_to_op(pcp, val, +=) argument
241 #define raw_cpu_and_1(pcp, val) raw_cpu_generic_to_op(pcp, val, &=) argument
244 #define raw_cpu_and_2(pcp, val) raw_cpu_generic_to_op(pcp, val, &=) argument
247 #define raw_cpu_and_4(pcp, val) raw_cpu_generic_to_op(pcp, val, &=) argument
250 #define raw_cpu_and_8(pcp, val) raw_cpu_generic_to_op(pcp, val, &=) argument
254 #define raw_cpu_or_1(pcp, val) raw_cpu_generic_to_op(pcp, val, |=) argument
257 #define raw_cpu_or_2(pcp, val) raw_cpu_generic_to_op(pcp, val, |=) argument
260 #define raw_cpu_or_4(pcp, val) raw_cpu_generic_to_op(pcp, val, |=) argument
263 #define raw_cpu_or_8(pcp, val) raw_cpu_generic_to_op(pcp, val, |=) argument
267 #define raw_cpu_add_return_1(pcp, val) raw_cpu_generic_add_return(pcp, val) argument
270 #define raw_cpu_add_return_2(pcp, val) raw_cpu_generic_add_return(pcp, val) argument
273 #define raw_cpu_add_return_4(pcp, val) raw_cpu_generic_add_return(pcp, val) argument
276 #define raw_cpu_add_return_8(pcp, val) raw_cpu_generic_add_return(pcp, val) argument
280 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
283 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
286 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
289 #define raw_cpu_xchg_8(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
294 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
297 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
303 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
306 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
312 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
315 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
321 #define raw_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
324 #define raw_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
331 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
334 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
340 #define raw_cpu_try_cmpxchg128(pcp, ovalp, nval) \ argument
343 #define raw_cpu_try_cmpxchg128(pcp, ovalp, nval) \ argument
349 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument
353 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument
357 #define raw_cpu_cmpxchg_4(pcp, oval, nval) \ argument
361 #define raw_cpu_cmpxchg_8(pcp, oval, nval) \ argument
366 #define raw_cpu_cmpxchg64(pcp, oval, nval) \ argument
370 #define raw_cpu_cmpxchg128(pcp, oval, nval) \ argument
375 #define this_cpu_read_1(pcp) this_cpu_generic_read(pcp) argument
378 #define this_cpu_read_2(pcp) this_cpu_generic_read(pcp) argument
381 #define this_cpu_read_4(pcp) this_cpu_generic_read(pcp) argument
384 #define this_cpu_read_8(pcp) this_cpu_generic_read(pcp) argument
388 #define this_cpu_write_1(pcp, val) this_cpu_generic_to_op(pcp, val, =) argument
391 #define this_cpu_write_2(pcp, val) this_cpu_generic_to_op(pcp, val, =) argument
394 #define this_cpu_write_4(pcp, val) this_cpu_generic_to_op(pcp, val, =) argument
397 #define this_cpu_write_8(pcp, val) this_cpu_generic_to_op(pcp, val, =) argument
401 #define this_cpu_add_1(pcp, val) this_cpu_generic_to_op(pcp, val, +=) argument
404 #define this_cpu_add_2(pcp, val) this_cpu_generic_to_op(pcp, val, +=) argument
407 #define this_cpu_add_4(pcp, val) this_cpu_generic_to_op(pcp, val, +=) argument
410 #define this_cpu_add_8(pcp, val) this_cpu_generic_to_op(pcp, val, +=) argument
414 #define this_cpu_and_1(pcp, val) this_cpu_generic_to_op(pcp, val, &=) argument
417 #define this_cpu_and_2(pcp, val) this_cpu_generic_to_op(pcp, val, &=) argument
420 #define this_cpu_and_4(pcp, val) this_cpu_generic_to_op(pcp, val, &=) argument
423 #define this_cpu_and_8(pcp, val) this_cpu_generic_to_op(pcp, val, &=) argument
427 #define this_cpu_or_1(pcp, val) this_cpu_generic_to_op(pcp, val, |=) argument
430 #define this_cpu_or_2(pcp, val) this_cpu_generic_to_op(pcp, val, |=) argument
433 #define this_cpu_or_4(pcp, val) this_cpu_generic_to_op(pcp, val, |=) argument
436 #define this_cpu_or_8(pcp, val) this_cpu_generic_to_op(pcp, val, |=) argument
440 #define this_cpu_add_return_1(pcp, val) this_cpu_generic_add_return(pcp, val) argument
443 #define this_cpu_add_return_2(pcp, val) this_cpu_generic_add_return(pcp, val) argument
446 #define this_cpu_add_return_4(pcp, val) this_cpu_generic_add_return(pcp, val) argument
449 #define this_cpu_add_return_8(pcp, val) this_cpu_generic_add_return(pcp, val) argument
453 #define this_cpu_xchg_1(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument
456 #define this_cpu_xchg_2(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument
459 #define this_cpu_xchg_4(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument
462 #define this_cpu_xchg_8(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument
467 #define this_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
470 #define this_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
476 #define this_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
479 #define this_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
485 #define this_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
488 #define this_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
494 #define this_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
497 #define this_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
504 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
507 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
513 #define this_cpu_try_cmpxchg128(pcp, ovalp, nval) \ argument
516 #define this_cpu_try_cmpxchg128(pcp, ovalp, nval) \ argument
522 #define this_cpu_cmpxchg_1(pcp, oval, nval) \ argument
526 #define this_cpu_cmpxchg_2(pcp, oval, nval) \ argument
530 #define this_cpu_cmpxchg_4(pcp, oval, nval) \ argument
534 #define this_cpu_cmpxchg_8(pcp, oval, nval) \ argument
539 #define this_cpu_cmpxchg64(pcp, oval, nval) \ argument
543 #define this_cpu_cmpxchg128(pcp, oval, nval) \ argument