Searched refs:xor (Results 176 - 200 of 214) sorted by relevance

123456789

/linux-master/arch/arm64/lib/
H A Dxor-neon.c3 * arch/arm64/lib/xor-neon.c
9 #include <linux/raid/xor.h>
/linux-master/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S167 xor crc1, crc1
168 xor crc2, crc2
184 xor crc1,crc1
185 xor crc2,crc2
233 xor -i*8(block_2), %rax
H A Daegis128-aesni-asm.S76 xor %r9d, %r9d
109 xor %r8, %r9
209 /* update 10 times with KEY / KEY xor IV: */
735 /* xor tag: */
H A Dcamellia_glue.c23 bool xor);
30 bool xor);
/linux-master/crypto/
H A DMakefile207 obj-$(CONFIG_XOR_BLOCKS) += xor.o
/linux-master/arch/x86/kernel/
H A Dhead_64.S402 xor %edx, %edx
/linux-master/net/netfilter/
H A Dnf_tables_core.c84 *dst = (*src & priv->mask) ^ priv->xor;
/linux-master/arch/powerpc/kexec/
H A Drelocate_32.S470 xor r6, r6, r0
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.c355 emit(ctx, xor, dst, dst, src);
428 emit(ctx, xor, MIPS_R_T8, MIPS_R_T9, src);
H A Dbpf_jit_comp32.c256 emit(ctx, xor, lo(dst), lo(dst), src);
302 emit(ctx, xor, lo(dst), lo(dst), lo(src));
303 emit(ctx, xor, hi(dst), hi(dst), hi(src));
1081 emit(ctx, xor, t3, hi(rs), hi(rt)); /* t3 = rlh ^ rth */
1111 emit(ctx, xor, tmp, lo(dst), tmp);
H A Dbpf_jit_comp64.c404 emit(ctx, xor, t2, t1, src);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c98 u32 xor = key[0] ^ key[1] ^ key[2] ^ key[3]; local
101 (jhash_2words(xor, ifindex, 0) % l2t_size_half));
/linux-master/arch/xtensa/kernel/
H A Dentry.S1013 xor a3, a3, a4
1019 xor a2, a2, a3
1663 xor a0, a0, a1
/linux-master/arch/alpha/lib/
H A Dstxncpy.S122 xor a0, a1, t1 # e0 :
H A Dev6-stxncpy.S154 xor a0, a1, t1 # E :
/linux-master/arch/sparc/lib/
H A Dcopy_user.S188 xor %o0, %o1, %o4
H A Dcsum_copy.S73 xor %o0, %o1, %g1
/linux-master/arch/mips/lib/
H A Dmemcpy.S430 xor match, t0, t1
H A Dcsum_partial.S591 xor match, t0, t1
/linux-master/arch/mips/kernel/
H A Dgenex.S620 xor k1, k0
/linux-master/arch/loongarch/net/
H A Dbpf_jit.c678 emit_insn(ctx, xor, dst, dst, src);
689 emit_insn(ctx, xor, dst, dst, t1);
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx.seq83 xor SBLKCTL,SELBUSB; /* Toggle to the other bus */
89 xor SBLKCTL,SELBUSB; /* Toggle to the other bus */
605 xor LASTPHASE, IOI, SCB_TARGET_DATA_DIR;
/linux-master/arch/powerpc/mm/nohash/
H A Dtlb_low_64e.S456 xor r14,r14,r15 /* Clear size bits */
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10.S12 # Xi xor X1
/linux-master/arch/powerpc/kernel/
H A Dhead_8xx.S458 xor r10, r10, r10 /* sum starts at zero */

Completed in 199 milliseconds

123456789