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

123456789

/linux-master/arch/sparc/lib/
H A Dchecksum_32.S314 xor %o0, %o1, %o4 ! get changing bits
/linux-master/arch/powerpc/kernel/
H A Dhead_85xx.S317 xor r12, r10, r11; /* drop size bits from pointer */ \
/linux-master/drivers/video/fbdev/
H A Damifb.c2580 static inline unsigned long xor(unsigned long a, unsigned long b, function
3076 * Unaligned 32-bit pattern xor using 32/64-bit memory accesses
3098 *dst = xor(val, *dst, first);
3103 *dst = xor(val, *dst, first);
3122 *dst = xor(val, *dst, last);
/linux-master/arch/loongarch/include/asm/
H A Dinst.h721 DEF_EMIT_REG3_FORMAT(xor, xor_op)
/linux-master/arch/powerpc/lib/
H A Dcopyuser_power7.S309 xor r6,r4,r3
H A Dmemcpy_power7.S255 xor r6,r4,r3
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_power7.S309 xor r6,r4,r3
H A Dmemcpy_power7.S255 xor r6,r4,r3
/linux-master/drivers/staging/media/av7110/
H A Dav7110.c298 u8 xor, neq = 0; local
301 xor = filter->filter_value[i] ^ buffer1[i];
302 neq |= dvbdmxfilter->maskandnotmode[i] & xor;
/linux-master/arch/parisc/kernel/
H A Dentry.S1811 xor %r30,%r1,%r30
/linux-master/fs/btrfs/
H A Draid56.c14 #include <linux/raid/xor.h>
/linux-master/fs/bcachefs/
H A Dec.c31 #include <linux/raid/xor.h>
/linux-master/kernel/bpf/
H A Dcore.c2158 ATOMIC_ALU_OP(BPF_XOR, xor)
/linux-master/arch/x86/kvm/
H A Demulate.c1011 FASTOP2(xor); variable

Completed in 166 milliseconds

123456789