Home
last modified time | relevance | path

Searched refs:XOR (Results 26 – 50 of 65) sorted by relevance

123

/openbmc/linux/Documentation/driver-api/md/
H A Draid5-ppl.rst15 Partial parity for a write operation is the XOR of stripe data chunks not
/openbmc/linux/net/can/
H A DKconfig53 They can be modified with AND/OR/XOR/SET operations as configured
/openbmc/linux/Documentation/networking/
H A Dbonding.rst624 XOR policy: Transmit based on the selected transmit
626 MAC address XOR'd with destination MAC address XOR
910 hash = source MAC[5] XOR destination MAC[5] XOR packet type ID
926 hash = source MAC[5] XOR destination MAC[5] XOR packet type ID
927 hash = hash XOR source IP XOR destination IP
928 hash = hash XOR (hash RSHIFT 16)
929 hash = hash XOR (hash RSHIFT 8)
958 hash = hash XOR source IP XOR destination IP
959 hash = hash XOR (hash RSHIFT 16)
960 hash = hash XOR (hash RSHIFT 8)
[all …]
/openbmc/linux/Documentation/filesystems/
H A Domfs.rst65 u8 h_check_xor; /* XOR of header bytes before this */
/openbmc/linux/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S176 HashKey_k = 16*14 # store XOR of HashKey <<1 mod poly here (for Karatsuba purposes)
177 HashKey_2_k = 16*15 # store XOR of HashKey^2 <<1 mod poly here (for Karatsuba purposes)
178 HashKey_3_k = 16*16 # store XOR of HashKey^3 <<1 mod poly here (for Karatsuba purposes)
179 HashKey_4_k = 16*17 # store XOR of HashKey^4 <<1 mod poly here (for Karatsuba purposes)
180 HashKey_5_k = 16*18 # store XOR of HashKey^5 <<1 mod poly here (for Karatsuba purposes)
181 HashKey_6_k = 16*19 # store XOR of HashKey^6 <<1 mod poly here (for Karatsuba purposes)
182 HashKey_7_k = 16*20 # store XOR of HashKey^7 <<1 mod poly here (for Karatsuba purposes)
443 vpxor %xmm1, %xmm9, %xmm9 # Plaintext XOR E(K, Yn)
453 vpxor %xmm1, %xmm9, %xmm9 # Plaintext XOR E(K, Yn)
750 pxor %xmm1, %xmm9 # Cyphertext XOR E(K, Yn)
[all …]
H A Daesni-intel_asm.S384 pxor %xmm1, %xmm0 # XOR Encrypt(K, Yn)
669 pxor %xmm1, %xmm9 # Cyphertext XOR E(K, Yn)
705 pxor %xmm1, %xmm9 # Plaintext XOR E(K, Yn)
1118 pxor \TMP3, \XMM1 # Ciphertext/Plaintext XOR EK
1120 pxor \TMP3, \XMM2 # Ciphertext/Plaintext XOR EK
1122 pxor \TMP3, \XMM3 # Ciphertext/Plaintext XOR EK
1124 pxor \TMP3, \XMM4 # Ciphertext/Plaintext XOR EK
1326 pxor \TMP3, \XMM1 # Ciphertext/Plaintext XOR EK
1330 pxor \TMP3, \XMM2 # Ciphertext/Plaintext XOR EK
1334 pxor \TMP3, \XMM3 # Ciphertext/Plaintext XOR EK
[all …]
/openbmc/linux/Documentation/driver-api/dmaengine/
H A Dprovider.rst88 async TX API, to offload operations such as memory copy, XOR,
180 - The device is able to perform XOR operations on memory areas
182 - Used to accelerate XOR intensive tasks, such as RAID5
186 - The device is able to perform parity check using the XOR
192 simple XOR, and Q being a Reed-Solomon algorithm.
H A Ddmatest.rst9 The dmatest module tests DMA memcpy, memset, XOR and RAID6 P+Q operations using
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Drzg2lc-smarc-som.dtsi169 * SD0 device selection is XOR between GPIO_SD0_DEV_SEL and SW1[2]
H A Drzg2l-smarc-som.dtsi240 * SD0 device selection is XOR between GPIO_SD0_DEV_SEL and SW1[2]
/openbmc/qemu/target/hexagon/imported/
H A Dalu.idef44 COND_ALU(A2_pxor,"Rd32=xor(Rs32,Rt32)","Conditionally XOR registers",RdV=RsV^RtV)
336 "logical XOR",{ RdV=RsV^RtV;})
339 "logical XOR with XOR accumulation",{ RxV^=RsV^RtV;})
342 "logical XOR with XOR accumulation",{ RxxV^=RssV^RttV;})
/openbmc/linux/Documentation/core-api/
H A Dlibrs.rst61 inversion mask. The expanded data is XOR'ed with the mask. This is used
/openbmc/qemu/docs/
H A Dxbzrle.txt25 The compression format performs a XOR between the previous and current content
/openbmc/linux/crypto/
H A DKconfig765 XCTR (XOR Counter) mode for HCTR2
773 tristate "XTS (XOR Encrypt XOR with ciphertext stealing)"
778 XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
/openbmc/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt92 30: XOR Eb,Gb
93 31: XOR Ev,Gv
94 32: XOR Gb,Eb
95 33: XOR Gv,Ev
96 34: XOR AL,Ib
97 35: XOR rAX,Iz
985 6: XOR
/openbmc/linux/arch/x86/lib/
H A Dx86-opcode-map.txt92 30: XOR Eb,Gb
93 31: XOR Ev,Gv
94 32: XOR Gb,Eb
95 33: XOR Gv,Ev
96 34: XOR AL,Ib
97 35: XOR rAX,Iz
985 6: XOR
/openbmc/linux/arch/parisc/math-emu/
H A Dfloat.h385 #define XOR ^
/openbmc/linux/include/linux/
H A Dethtool.h111 #define ETH_RSS_HASH_XOR __ETH_RSS_HASH(XOR)
/openbmc/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dintroduction.rst207 AND OR NOR XOR ANDN ORN ANDI ORI XORI
/openbmc/qemu/target/sparc/
H A Dinsns.decode172 XOR 10 ..... 0.0011 ..... . ............. @r_r_ri_cc
/openbmc/linux/Documentation/devicetree/bindings/
H A Dexample-schema.yaml38 # More complicated schema can use oneOf (XOR), anyOf (OR), or allOf (AND)
/openbmc/libmctp/docs/bindings/
H A Dvendor-ibm-astlpc.md240 3. Incrementally shifting and `XOR`ing data bytes through the reversed
242 4. `XOR`ing the calculated remainder with `2^32 - 1`
/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/
H A Dcp110-system-controller.txt55 - 1 14 PCIe / XOR
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dmmc-controller.yaml65 # latter case. We choose to use the XOR logic for GPIO CD and WP
/openbmc/linux/lib/
H A Dtest_bpf.c11597 BPF_TEST_CLOBBER_ALU(ALU64_IMM, XOR, R8, 123456789),
11598 BPF_TEST_CLOBBER_ALU(ALU64_IMM, XOR, R9, 123456789),
11620 BPF_TEST_CLOBBER_ALU(ALU32_IMM, XOR, R8, 123456789),
11621 BPF_TEST_CLOBBER_ALU(ALU32_IMM, XOR, R9, 123456789),
11643 BPF_TEST_CLOBBER_ALU(ALU64_REG, XOR, R8, R1),
11644 BPF_TEST_CLOBBER_ALU(ALU64_REG, XOR, R9, R1),
11666 BPF_TEST_CLOBBER_ALU(ALU32_REG, XOR, R8, R1),
11667 BPF_TEST_CLOBBER_ALU(ALU32_REG, XOR, R9, R1),
11766 BPF_ALU32_SRC_ZEXT(XOR),
11796 BPF_ATOMIC32_SRC_ZEXT(XOR),

123