Searched refs:xor (Results 151 - 175 of 214) sorted by relevance

123456789

/linux-master/arch/powerpc/lib/
H A Dmemcmp_64.S107 xor r6,r3,r4
440 xor r0,r3,r4
/linux-master/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp_64.S107 xor r6,r3,r4
440 xor r0,r3,r4
/linux-master/drivers/video/fbdev/core/
H A Dfb_logo.c103 u8 xor = (info->fix.visual == FB_VISUAL_MONO01) ? 0xff : 0; local
137 d = *src ^ xor;
/linux-master/arch/powerpc/mm/book3s32/
H A Dhash_low.S346 xor r3,r3,r0 /* make primary hash */
553 xor r8,r0,r8 /* make primary hash */
/linux-master/drivers/vfio/pci/pds/
H A Ddirty.c485 u64 xor = le64_to_cpu(seq[i]) ^ le64_to_cpu(ack[i]); local
491 if (xor & BIT(bit_i)) {
/linux-master/arch/nios2/kernel/
H A Dinsnemu.S269 xor r17, r3, r5 /* MSB contains sign of quotient */
/linux-master/tools/bpf/
H A Dbpf_exp.y110 | xor
415 xor
/linux-master/crypto/async_tx/
H A Dasync_xor.c3 * xor offload engine api
18 #include <linux/raid/xor.h>
21 /* do_async_xor - dma map the pages and perform the xor with an engine */
160 * async_xor_offs - attempt to xor a set of blocks with a dma engine.
202 /* run the xor asynchronously */
225 /* run the xor synchronously */
252 * async_xor - attempt to xor a set of blocks with a dma engine.
298 * async_xor_val_offs - attempt a xor parity check with a dma engine.
299 * @dest: destination page used if the xor is performed synchronously
393 * async_xor_val - attempt a xor parit
[all...]
/linux-master/drivers/dma/ioat/
H A Ddma.h164 * @xor: hardware xor descriptor
165 * @xor_ex: hardware xor extension descriptor
180 struct ioat_xor_descriptor *xor; member in union:ioat_ring_ent::__anon9
H A Ddma.c504 struct ioat_xor_descriptor *xor = desc->xor; local
506 if (src_cnt_to_sw(xor->ctl_f.src_cnt) > 5)
/linux-master/arch/alpha/lib/
H A Dev6-memcpy.S36 xor $16, $17, $1 # E : are source and dest alignments the same?
H A Dstxcpy.S103 xor a0, a1, t0 # e0 :
H A Dev6-stxcpy.S123 xor a0, a1, t0 # E :
/linux-master/drivers/md/
H A Draid5.h5 #include <linux/raid/xor.h>
178 check_state_run, /* xor parity check */
/linux-master/arch/riscv/kernel/
H A Dentry.S198 xor x31, x31, x31
/linux-master/arch/arm/crypto/
H A Daes-ce-core.S239 veor q0, q0, q1 @ ..and xor with iv
316 veor q0, q0, q1 @ xor with iv
363 veor q0, q0, q3 @ xor with iv
/linux-master/drivers/input/joystick/
H A Dsidewinder.c555 unsigned char xor = 0; local
558 xor |= (buf[i - 1] ^ buf[i]) & 6;
560 return !!xor * 2 + 1;
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.seq244 xor QOUTFIFO_ENTRY_VALID_TAG, QOUTFIFO_ENTRY_VALID_TOGGLE ret;
1137 xor SCBPTR[1], 1;
1504 xor MODE_PTR, MK_MODE(M_DFF1, M_DFF1);
1517 xor MODE_PTR, MK_MODE(M_DFF1, M_DFF1);
1888 xor MODE_PTR, MK_MODE(M_DFF1, M_DFF1);
/linux-master/arch/x86/crypto/
H A Dchacha-ssse3-x86_64.S172 # xor remaining bytes from partial register into output
650 # xor with corresponding input, write to output
768 # xor remaining bytes from partial register into output
H A Daesni-intel_avx-x86_64.S270 xor %r11d, %r11d
644 xor %r11d, %r11d
693 xor %eax, %eax
702 xor %eax, %eax
777 xor %eax,%eax
812 xor %eax,%eax
886 vpxor \T3, \T2, \T2 # xor the shifted versions
899 vpxor \T3, \T2, \T2 # xor the shifted versions
1521 vpxor \T3, \T2, \T2 # xor the shifted versions
1545 vpxor \T3, \T2, \T2 # xor th
[all...]
/linux-master/drivers/media/dvb-core/
H A Ddvb_demux.c141 u8 xor = f->filter.filter_value[i] ^ feed->feed.sec.secbuf[i]; local
143 if (f->maskandmode[i] & xor)
146 neq |= f->maskandnotmode[i] & xor;
/linux-master/arch/powerpc/kernel/
H A Dhead_book3s_32.S470 xor r1,r1,r2
525 xor r1,r0,r1
604 xor r1,r0,r1
/linux-master/arch/mips/kernel/
H A Dbmips_5xxx_init.S384 xor k0, k1, k0
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
H A Dg98.fuc0s353 xor $r3 1
408 xor $r4 $r5
/linux-master/arch/parisc/lib/
H A Dlusercopy.S118 xor src,dst,t0

Completed in 370 milliseconds

123456789