Searched refs:xor (Results 1 - 25 of 214) sorted by last modified time

123456789

/linux-master/kernel/bpf/
H A Dcore.c2158 ATOMIC_ALU_OP(BPF_XOR, xor)
/linux-master/arch/x86/kvm/svm/
H A Dvmenter.S59 xor %edx, %edx
90 xor %edx, %edx
238 xor %ecx, %ecx
239 xor %edx, %edx
240 xor %ebx, %ebx
241 xor %ebp, %ebp
242 xor %esi, %esi
243 xor %edi, %edi
245 xor %r8d, %r8d
246 xor
[all...]
/linux-master/fs/bcachefs/
H A Dec.c31 #include <linux/raid/xor.h>
/linux-master/arch/x86/kvm/vmx/
H A Dvmenter.S127 xor %edx, %edx
225 xor %ebx, %ebx
241 xor %eax, %eax
242 xor %ecx, %ecx
243 xor %edx, %edx
244 xor %ebp, %ebp
245 xor %esi, %esi
246 xor %edi, %edi
248 xor %r8d, %r8d
249 xor
[all...]
/linux-master/arch/x86/include/asm/
H A Dnospec-branch.h84 xor %eax, %eax; \
/linux-master/arch/s390/include/asm/
H A Datomic.h64 ATOMIC_OPS(xor)
135 ATOMIC64_OPS(xor)
/linux-master/arch/riscv/kernel/
H A Dentry.S198 xor x31, x31, x31
/linux-master/arch/riscv/include/asm/
H A Datomic.h77 ATOMIC_OPS(xor, xor, i)
175 ATOMIC_OPS(xor, xor, i)
H A Dbitops.h258 return __test_and_op_bit(xor, __NOP, nr, addr);
303 __op_bit(xor, __NOP, nr, addr);
359 __AMO(xor) ".rl %0, %2, %1"
/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/x86/kvm/
H A Demulate.c1011 FASTOP2(xor); variable
/linux-master/arch/sparc/lib/
H A DMakefile51 lib-$(CONFIG_SPARC64) += mcount.o ipcsum.o xor.o hweight.o ffs.o
/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/arch/powerpc/kexec/
H A Drelocate_32.S470 xor r6, r6, r0
/linux-master/net/sched/
H A Dcls_flow.c51 u32 xor; member in struct:flow_filter
328 classid = (classid & f->mask) ^ f->xor;
465 fnew->xor = fold->xor;
532 fnew->xor = nla_get_u32(tb[TCA_FLOW_XOR]);
639 if (f->mask != ~0 || f->xor != 0) {
641 nla_put_u32(skb, TCA_FLOW_XOR, f->xor))
/linux-master/net/netfilter/
H A Dnf_tables_core.c84 *dst = (*src & priv->mask) ^ priv->xor;
/linux-master/include/net/netfilter/
H A Dnf_tables_core.h34 u32 xor; member in struct:nft_bitwise_fast_expr
/linux-master/fs/btrfs/
H A Draid56.c14 #include <linux/raid/xor.h>
/linux-master/arch/x86/kernel/
H A Dhead_64.S402 xor %edx, %edx
/linux-master/arch/s390/lib/
H A DMakefile8 obj-y += mem.o xor.o
/linux-master/arch/x86/lib/
H A Dgetuser.S58 xor %eax,%eax
68 xor %eax,%eax
78 xor %eax,%eax
93 xor %eax,%eax
104 xor %eax,%eax
114 xor %eax,%eax
124 xor %eax,%eax
139 xor %eax,%eax
149 xor %edx,%edx
158 xor
[all...]
H A Dputuser.S51 xor %ecx,%ecx
60 xor %ecx,%ecx
70 xor %ecx,%ecx
79 xor %ecx,%ecx
89 xor %ecx,%ecx
98 xor %ecx,%ecx
111 xor %ecx,%ecx
123 xor %ecx,%ecx

Completed in 243 milliseconds

123456789