Searched refs:shuffle (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/arch/x86/crypto/ |
D | cast6-avx-x86_64-asm_64.S | 192 #define shuffle(mask) \ macro 290 preload_rkr(1, shuffle, .Lrkr_enc_Q_Q_QBAR_QBAR); 295 preload_rkr(2, shuffle, .Lrkr_enc_QBAR_QBAR_QBAR_QBAR); 333 preload_rkr(2, shuffle, .Lrkr_dec_Q_Q_Q_Q); 338 preload_rkr(1, shuffle, .Lrkr_dec_Q_Q_QBAR_QBAR); 343 preload_rkr(0, shuffle, .Lrkr_dec_QBAR_QBAR_QBAR_QBAR);
|
D | sha256-avx-asm.S | 94 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA 95 SHUF_DC00 = %xmm12 # shuffle xDxC -> DC00 492 # shuffle xBxA -> 00BA 498 # shuffle xDxC -> DC00
|
D | sha256-ssse3-asm.S | 86 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA 87 SHUF_DC00 = %xmm11 # shuffle xDxC -> DC00 503 # shuffle xBxA -> 00BA 509 # shuffle xDxC -> DC00
|
D | sha256-avx2-asm.S | 87 SHUF_00BA = %ymm10 # shuffle xBxA -> 00BA 88 SHUF_DC00 = %ymm12 # shuffle xDxC -> DC00 759 # shuffle xBxA -> 00BA 765 # shuffle xDxC -> DC00
|
D | aesni-intel_asm.S | 378 # adjust the shuffle mask pointer to be able to shift 16-r13 bytes 381 # get the appropriate shuffle mask 414 # shuffle xmm0 back to output as ciphertext 670 # adjust the shuffle mask pointer to be able to shift r13 bytes 673 movdqu (%r12), %xmm2 # get the appropriate shuffle mask 750 # shuffle xmm9 back to output as ciphertext
|
D | aesni-intel_avx-x86_64.S | 1367 sub %r13, %r12 # adjust the shuffle mask pointer to be 1370 vmovdqu (%r12), %xmm2 # get the appropriate shuffle mask 1390 sub %r13, %r12 # adjust the shuffle mask pointer to be 1430 vpshufb SHUF_MASK(%rip), %xmm9, %xmm9 # shuffle xmm9 back to output as ciphertext 2692 sub %r13, %r12 # adjust the shuffle mask pointer 2695 vmovdqu (%r12), %xmm2 # get the appropriate shuffle mask 2715 sub %r13, %r12 # adjust the shuffle mask pointer to be 2753 vpshufb SHUF_MASK(%rip), %xmm9, %xmm9 # shuffle xmm9 back to output as ciphertext
|
/Linux-v4.19/crypto/ |
D | jitterentropy.c | 137 __u64 shuffle = 0; in jent_loop_shuffle() local 153 shuffle ^= time & mask; in jent_loop_shuffle() 161 return (shuffle + (1<<min)); in jent_loop_shuffle()
|
/Linux-v4.19/scripts/gcc-plugins/ |
D | randomize_layout_plugin.c | 256 static void shuffle(const_tree type, tree *newtree, unsigned long length) in shuffle() function 373 shuffle(type, (tree *)newtree, shuffle_length); in relayout_struct()
|
/Linux-v4.19/arch/arm/kernel/ |
D | entry-common.S | 377 stmloia sp, {r5, r6} @ shuffle args
|
/Linux-v4.19/Documentation/media/uapi/rc/ |
D | rc-tables.rst | 240 - Enable shuffle mode
|
/Linux-v4.19/drivers/hwmon/ |
D | fschmd.c | 1016 const int shuffle[3] = { 1, 0, 2 }; in fschmd_dmi_decode() local 1017 int in = shuffle[dmi_data[i] - 1]; in fschmd_dmi_decode()
|
/Linux-v4.19/mm/ |
D | slub.c | 1566 bool shuffle; in allocate_slab() local 1612 shuffle = shuffle_freelist(s, page); in allocate_slab() 1614 if (!shuffle) { in allocate_slab()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | bttv.rst | 354 try to shuffle around the PCI cards to give bttv another IRQ or make
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 2189 Set task-shuffle interval (jiffies). Shuffling 3786 Set task-shuffle interval (s). Shuffling tasks
|
/Linux-v4.19/Documentation/networking/ |
D | bonding.txt | 787 The default behavior of tlb mode is to shuffle active flows across
|