Searched refs:combine (Results 1 - 24 of 24) sorted by relevance

/linux-master/arch/hexagon/lib/
H A Dudivsi3.S12 r5:4 = combine(#1,#0)
18 r1:0 = combine(r0,r4)
H A Ddivsi3.S33 r5:4 = combine(#1,r3)
H A Dmemset.S162 r5:4=combine(r7,r7)
H A Dmemcpy.S348 inc = combine(#32, #-1);
/linux-master/include/net/sctp/
H A Dchecksum.h48 .combine = sctp_csum_combine,
/linux-master/arch/powerpc/perf/
H A Dpower7-pmu.c253 unsigned int pmc, unit, combine, l2sel, psel; local
273 combine = (event[i] >> PM_COMBINE_SH) & PM_COMBINE_MSK;
292 mmcr1 |= (unsigned long) combine
H A Disa207-common.c14 PMU_FORMAT_ATTR(combine, "config:11");
562 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; local
589 combine = combine_from_event(event[i]);
603 mmcr1 |= combine << combine_shift(pmc);
H A Dpower9-pmu.c32 * | *- sampling mode for marked events *- combine
228 PMU_FORMAT_ATTR(combine, "config:10-11");
H A Dpower10-pmu.c31 * | *- sampling mode for marked events *- combine
216 PMU_FORMAT_ATTR(combine, "config:10-11");
/linux-master/drivers/hid/
H A Dhid-lg4ff.c66 u16 combine; member in struct:lg4ff_wheel_data
336 if (entry->wdata.combine) {
394 .combine = 0,
959 count = scnprintf(buf, PAGE_SIZE, "%u\n", entry->wdata.combine);
969 u16 combine = simple_strtoul(buf, NULL, 10); local
983 if (combine > 1)
984 combine = 1;
986 entry->wdata.combine = combine;
1374 hid_warn(hid, "Unable to create sysfs interface for \"combine\", errn
[all...]
/linux-master/arch/hexagon/mm/
H A Dcopy_user_template.S28 src_dst_sav = combine(src,dst)
/linux-master/arch/mips/boot/
H A Delf2ecoff.c102 static void combine(struct sect *base, struct sect *new, int pad) function
369 combine(&data, &ndata, 0);
370 combine(&bss, &nbss, 1);
377 combine(&text, &ntxt, 0);
/linux-master/arch/arm/mm/
H A Dabort-lv4t.S94 orrne r6, r9, r6, lsr #4 @ combine nibbles } else
H A Dproc-v7.S495 orr r6, r6, r3, lsr #20-4 @ combine variant and revision
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw.h690 .combine = siw_csum_combine,
/linux-master/arch/m68k/fpsp040/
H A Ddo_func.S82 addl %d1,%d0 |combine for final index into table
/linux-master/arch/arm/crypto/
H A Daes-ce-core.S277 veor q14, q15, q6 @ combine prev ct with last key
/linux-master/arch/powerpc/crypto/
H A Dpoly1305-p10le_64.S801 # combine 26 bit limbs
/linux-master/net/core/
H A Dskbuff.c3465 csum = INDIRECT_CALL_1(ops->combine,
3490 csum = INDIRECT_CALL_1(ops->combine, csum_block_add_ext,
3510 .combine = csum_block_add_ext,
3682 .combine = warn_crc32c_csum_combine,
/linux-master/drivers/perf/
H A Darm-cmn.c1351 u32 combine = CMN_EVENT_WP_COMBINE(event); local
1361 if (combine && !grp)
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S1185 vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with the corresponding ciphertext
2136 vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with
H A Daesni-intel_asm.S961 # combine GHASHed value with the corresponding ciphertext
/linux-master/include/linux/
H A Dskbuff.h4118 __wsum (*combine)(__wsum csum, __wsum csum2, int offset, int len); member in struct:skb_checksum_ops
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S11584 or.b STAG(%a6),%d1 # combine src tags
12402 or.b STAG(%a6),%d1 # combine src tags
14306 or.b STAG(%a6),%d1 # combine src tags
14653 or.b STAG(%a6),%d1 # combine src tags
15106 or.b STAG(%a6),%d1 # combine src tags

Completed in 287 milliseconds