Searched refs:shuffle (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/arch/x86/crypto/ |
D | cast6-avx-x86_64-asm_64.S | 181 #define shuffle(mask) \ macro 277 preload_rkr(1, shuffle, .Lrkr_enc_Q_Q_QBAR_QBAR); 282 preload_rkr(2, shuffle, .Lrkr_enc_QBAR_QBAR_QBAR_QBAR); 320 preload_rkr(2, shuffle, .Lrkr_dec_Q_Q_Q_Q); 325 preload_rkr(1, shuffle, .Lrkr_dec_Q_Q_QBAR_QBAR); 330 preload_rkr(0, shuffle, .Lrkr_dec_QBAR_QBAR_QBAR_QBAR);
|
D | sha256-ssse3-asm.S | 87 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA 88 SHUF_DC00 = %xmm11 # shuffle xDxC -> DC00 505 # shuffle xBxA -> 00BA 511 # shuffle xDxC -> DC00
|
D | sha256-avx-asm.S | 94 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA 95 SHUF_DC00 = %xmm12 # shuffle xDxC -> DC00 491 # shuffle xBxA -> 00BA 497 # shuffle xDxC -> DC00
|
D | sha256-avx2-asm.S | 87 SHUF_00BA = %ymm10 # shuffle xBxA -> 00BA 88 SHUF_DC00 = %ymm12 # shuffle xDxC -> DC00 764 # shuffle xBxA -> 00BA 770 # shuffle xDxC -> DC00
|
/linux-6.12.1/crypto/ |
D | jitterentropy.c | 387 __u64 shuffle = 0; in jent_loop_shuffle() local 398 shuffle ^= time & mask; in jent_loop_shuffle() 406 return (shuffle + (1<<min)); in jent_loop_shuffle()
|
/linux-6.12.1/tools/perf/bench/ |
D | epoll-wait.c | 157 static void shuffle(void *array, size_t n, size_t size) in shuffle() function 394 shuffle((void *)worker, nthreads, sizeof(*worker)); in writerfn() 401 shuffle((void *)w->fdmap, nfds, sizeof(int)); in writerfn()
|
/linux-6.12.1/mm/ |
D | shuffle.c | 30 module_param_cb(shuffle, &shuffle_param_ops, &shuffle_param, 0400);
|
D | Makefile | 62 page-alloc-$(CONFIG_SHUFFLE_PAGE_ALLOCATOR) += shuffle.o
|
D | slub.c | 2564 bool shuffle; in allocate_slab() local 2606 shuffle = shuffle_freelist(s, slab); in allocate_slab() 2608 if (!shuffle) { in allocate_slab()
|
D | Kconfig | 368 with the 'page_alloc.shuffle' kernel command line parameter.
|
/linux-6.12.1/scripts/gcc-plugins/ |
D | randomize_layout_plugin.c | 239 static void shuffle(const_tree type, tree *newtree, unsigned long length) in shuffle() function 345 shuffle(type, (tree *)newtree, shuffle_length); in relayout_struct()
|
/linux-6.12.1/arch/arm/kernel/ |
D | entry-common.S | 376 stmialo sp, {r5, r6} @ shuffle args
|
/linux-6.12.1/drivers/hwmon/ |
D | fschmd.c | 999 const int shuffle[3] = { 1, 0, 2 }; in fschmd_dmi_decode() local 1000 int in = shuffle[dmi_data[i] - 1]; in fschmd_dmi_decode()
|
/linux-6.12.1/Documentation/userspace-api/media/rc/ |
D | rc-tables.rst | 240 - Enable shuffle mode
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | bttv.rst | 310 try to shuffle around the PCI cards to give bttv another IRQ or make
|
/linux-6.12.1/Documentation/admin-guide/ |
D | kernel-parameters.txt | 3136 Set task-shuffle interval (jiffies). Shuffling 4229 page_alloc.shuffle= 4234 /sys/module/page_alloc/parameters/shuffle. 5430 Set task-shuffle interval (s). Shuffling tasks
|
/linux-6.12.1/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 2073 random.shuffle(colours)
|
/linux-6.12.1/Documentation/networking/ |
D | bonding.rst | 865 The default behavior of tlb mode is to shuffle active flows across
|