/Linux-v5.4/arch/x86/crypto/ |
D | cast6-avx-x86_64-asm_64.S | 177 #define shuffle(mask) \ macro 275 preload_rkr(1, shuffle, .Lrkr_enc_Q_Q_QBAR_QBAR); 280 preload_rkr(2, shuffle, .Lrkr_enc_QBAR_QBAR_QBAR_QBAR); 318 preload_rkr(2, shuffle, .Lrkr_dec_Q_Q_Q_Q); 323 preload_rkr(1, shuffle, .Lrkr_dec_Q_Q_QBAR_QBAR); 328 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 | 374 # adjust the shuffle mask pointer to be able to shift 16-r13 bytes 377 # get the appropriate shuffle mask 410 # shuffle xmm0 back to output as ciphertext 666 # adjust the shuffle mask pointer to be able to shift r13 bytes 669 movdqu (%r12), %xmm2 # get the appropriate shuffle mask 746 # shuffle xmm9 back to output as ciphertext
|
D | aesni-intel_avx-x86_64.S | 450 sub %r13, %r12 # adjust the shuffle mask pointer to be 467 # adjust the shuffle mask pointer to be able to shift 16-r13 bytes 470 # get the appropriate shuffle mask 496 vpshufb SHUF_MASK(%rip), %xmm9, %xmm9 # shuffle xmm9 back to output as ciphertext 775 # adjust the shuffle mask pointer to be able to shift r13 bytes 778 vmovdqu (%r12), %xmm2 # get the appropriate shuffle mask 855 # shuffle xmm9 back to output as ciphertext
|
/Linux-v5.4/crypto/ |
D | jitterentropy.c | 129 __u64 shuffle = 0; in jent_loop_shuffle() local 145 shuffle ^= time & mask; in jent_loop_shuffle() 153 return (shuffle + (1<<min)); in jent_loop_shuffle()
|
/Linux-v5.4/tools/perf/bench/ |
D | epoll-wait.c | 158 static void shuffle(void *array, size_t n, size_t size) in shuffle() function 382 shuffle((void *)worker, nthreads, sizeof(*worker)); in writerfn() 389 shuffle((void *)w->fdmap, nfds, sizeof(int)); in writerfn()
|
/Linux-v5.4/mm/ |
D | shuffle.c | 55 module_param_call(shuffle, shuffle_store, shuffle_show, &shuffle_param, 0400);
|
D | Makefile | 49 page-alloc-$(CONFIG_SHUFFLE_PAGE_ALLOCATOR) += shuffle.o
|
D | slub.c | 1623 bool shuffle; in allocate_slab() local 1667 shuffle = shuffle_freelist(s, page); in allocate_slab() 1669 if (!shuffle) { in allocate_slab()
|
/Linux-v5.4/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-v5.4/arch/arm/kernel/ |
D | entry-common.S | 373 stmialo sp, {r5, r6} @ shuffle args
|
/Linux-v5.4/drivers/hwmon/ |
D | fschmd.c | 1000 const int shuffle[3] = { 1, 0, 2 }; in fschmd_dmi_decode() local 1001 int in = shuffle[dmi_data[i] - 1]; in fschmd_dmi_decode()
|
/Linux-v5.4/Documentation/media/uapi/rc/ |
D | rc-tables.rst | 247 - Enable shuffle mode
|
/Linux-v5.4/Documentation/admin-guide/ |
D | kernel-parameters.txt | 2323 Set task-shuffle interval (jiffies). Shuffling 3260 page_alloc.shuffle= 3268 /sys/module/page_alloc/parameters/shuffle. 4055 Set task-shuffle interval (s). Shuffling tasks
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | bttv.rst | 356 try to shuffle around the PCI cards to give bttv another IRQ or make
|
/Linux-v5.4/init/ |
D | Kconfig | 1886 'page_alloc.shuffle' kernel command line parameter.
|
/Linux-v5.4/Documentation/networking/ |
D | bonding.txt | 797 The default behavior of tlb mode is to shuffle active flows across
|