Home
last modified time | relevance | path

Searched refs:this_cpu_or_1 (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/s390/include/asm/
Dpercpu.h54 #define this_cpu_or_1(pcp, val) arch_this_cpu_to_op(pcp, val, |) macro
/linux-3.4.99/include/linux/
Dpercpu.h417 # ifndef this_cpu_or_1
418 # define this_cpu_or_1(pcp, val) _this_cpu_generic_to_op((pcp), (val), |=) macro
/linux-3.4.99/arch/x86/include/asm/
Dpercpu.h407 #define this_cpu_or_1(pcp, val) percpu_to_op("or", (pcp), val) macro