Searched refs:shuffle (Results 1 – 17 of 17) sorted by relevance
| /linux/arch/x86/crypto/ |
| H A 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);
|
| /linux/tools/lib/python/abi/ |
| H A D | system_symbols.py | 16 from random import shuffle 307 shuffle(all_refs)
|
| /linux/mm/ |
| H A D | shuffle.c | 30 module_param_cb(shuffle, &shuffle_param_ops, &shuffle_param, 0400);
|
| H A D | Makefile | 62 page-alloc-$(CONFIG_SHUFFLE_PAGE_ALLOCATOR) += shuffle.o
|
| H A D | slub.c | 3467 bool shuffle; in allocate_slab() local 3518 shuffle = shuffle_freelist(s, slab, allow_spin); in allocate_slab() 3520 if (!shuffle) { in allocate_slab()
|
| H A D | Kconfig | 288 with the 'page_alloc.shuffle' kernel command line parameter.
|
| /linux/lib/crypto/x86/ |
| H A D | sha256-avx-asm.S | 93 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA 94 SHUF_DC00 = %xmm12 # shuffle xDxC -> DC00 485 # shuffle xBxA -> 00BA 491 # shuffle xDxC -> DC00
|
| H A D | sha256-ssse3-asm.S | 86 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA 87 SHUF_DC00 = %xmm11 # shuffle xDxC -> DC00 497 # shuffle xBxA -> 00BA 503 # shuffle xDxC -> DC00
|
| H A D | sha256-avx2-asm.S | 86 SHUF_00BA = %ymm10 # shuffle xBxA -> 00BA 87 SHUF_DC00 = %ymm12 # shuffle xDxC -> DC00 760 # shuffle xBxA -> 00BA 766 # shuffle xDxC -> DC00
|
| /linux/scripts/gcc-plugins/ |
| H A D | randomize_layout_plugin.c | 242 static void shuffle(const_tree type, tree *newtree, unsigned long length) in shuffle() function 348 shuffle(type, (tree *)newtree, shuffle_length); in relayout_struct()
|
| /linux/arch/arm/kernel/ |
| H A D | entry-common.S | 376 stmialo sp, {r5, r6} @ shuffle args
|
| /linux/drivers/hwmon/ |
| H A 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/Documentation/userspace-api/media/rc/ |
| H A D | rc-tables.rst | 240 - Enable shuffle mode
|
| /linux/Documentation/admin-guide/media/ |
| H A D | bttv.rst | 310 try to shuffle around the PCI cards to give bttv another IRQ or make
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 3644 Set task-shuffle interval (jiffies). Shuffling 4836 page_alloc.shuffle= 4841 /sys/module/page_alloc/parameters/shuffle. 6215 Set task-shuffle interval (s). Shuffling tasks
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 2076 random.shuffle(colours)
|
| /linux/ |
| H A D | MAINTAINERS | 16857 F: mm/shuffle.c 16858 F: mm/shuffle.h
|