Home
last modified time | relevance | path

Searched refs:shuffle (Results 1 – 21 of 21) sorted by relevance

/linux/arch/x86/crypto/
A Dcast6-avx-x86_64-asm_64.S177 #define shuffle(mask) \ macro
273 preload_rkr(1, shuffle, .Lrkr_enc_Q_Q_QBAR_QBAR);
278 preload_rkr(2, shuffle, .Lrkr_enc_QBAR_QBAR_QBAR_QBAR);
316 preload_rkr(2, shuffle, .Lrkr_dec_Q_Q_Q_Q);
321 preload_rkr(1, shuffle, .Lrkr_dec_Q_Q_QBAR_QBAR);
326 preload_rkr(0, shuffle, .Lrkr_dec_QBAR_QBAR_QBAR_QBAR);
A Dsha256-avx-asm.S93 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA
94 SHUF_DC00 = %xmm12 # shuffle xDxC -> DC00
491 # shuffle xBxA -> 00BA
497 # shuffle xDxC -> DC00
A Dsha256-ssse3-asm.S86 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA
87 SHUF_DC00 = %xmm11 # shuffle xDxC -> DC00
505 # shuffle xBxA -> 00BA
511 # shuffle xDxC -> DC00
A Dsha256-avx2-asm.S86 SHUF_00BA = %ymm10 # shuffle xBxA -> 00BA
87 SHUF_DC00 = %ymm12 # shuffle xDxC -> DC00
757 # shuffle xBxA -> 00BA
763 # shuffle xDxC -> DC00
A Daesni-intel_avx-x86_64.S439 sub %r13, %r12 # adjust the shuffle mask pointer to be
456 # adjust the shuffle mask pointer to be able to shift 16-r13 bytes
459 # get the appropriate shuffle mask
485 vpshufb SHUF_MASK(%rip), %xmm9, %xmm9 # shuffle xmm9 back to output as ciphertext
764 # adjust the shuffle mask pointer to be able to shift r13 bytes
767 vmovdqu (%r12), %xmm2 # get the appropriate shuffle mask
844 # shuffle xmm9 back to output as ciphertext
A Daesni-intel_asm.S369 # adjust the shuffle mask pointer to be able to shift 16-r13 bytes
372 # get the appropriate shuffle mask
405 # shuffle xmm0 back to output as ciphertext
661 # adjust the shuffle mask pointer to be able to shift r13 bytes
664 movdqu (%r12), %xmm2 # get the appropriate shuffle mask
741 # shuffle xmm9 back to output as ciphertext
/linux/crypto/
A Djitterentropy.c329 __u64 shuffle = 0; in jent_loop_shuffle() local
345 shuffle ^= time & mask; in jent_loop_shuffle()
353 return (shuffle + (1<<min)); in jent_loop_shuffle()
/linux/tools/perf/bench/
A Depoll-wait.c156 static void shuffle(void *array, size_t n, size_t size) in shuffle() function
380 shuffle((void *)worker, nthreads, sizeof(*worker)); in writerfn()
387 shuffle((void *)w->fdmap, nfds, sizeof(int)); in writerfn()
/linux/mm/
A Dshuffle.c31 module_param_call(shuffle, shuffle_store, shuffle_show, &shuffle_param, 0400);
A DMakefile59 page-alloc-$(CONFIG_SHUFFLE_PAGE_ALLOCATOR) += shuffle.o
A Dslub.c1916 bool shuffle; in allocate_slab() local
1959 shuffle = shuffle_freelist(s, page); in allocate_slab()
1961 if (!shuffle) { in allocate_slab()
A D.page_alloc.o.cmd1307 mm/shuffle.h \
/linux/scripts/gcc-plugins/
A Drandomize_layout_plugin.c256 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/arch/arm/kernel/
A Dentry-common.S368 stmialo sp, {r5, r6} @ shuffle args
/linux/drivers/hwmon/
A Dfschmd.c1000 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/Documentation/userspace-api/media/rc/
A Drc-tables.rst240 - Enable shuffle mode
/linux/Documentation/admin-guide/media/
A Dbttv.rst310 try to shuffle around the PCI cards to give bttv another IRQ or make
/linux/Documentation/admin-guide/
A Dkernel-parameters.txt2657 Set task-shuffle interval (jiffies). Shuffling
3671 page_alloc.shuffle=
3679 /sys/module/page_alloc/parameters/shuffle.
4707 Set task-shuffle interval (s). Shuffling tasks
/linux/tools/perf/scripts/python/
A Dexported-sql-viewer.py2073 random.shuffle(colours)
/linux/init/
A DKconfig1986 'page_alloc.shuffle' kernel command line parameter.
/linux/Documentation/networking/
A Dbonding.rst818 The default behavior of tlb mode is to shuffle active flows across

Completed in 71 milliseconds