/Linux-v5.4/tools/testing/selftests/powerpc/signal/ |
D | sigfuz.c | 153 ucp->uc_mcontext.gp_regs[PT_MSR] = random(); in trap_signal_handler() 155 ucp->uc_mcontext.gp_regs[PT_NIP] = random(); in trap_signal_handler() 157 ucp->uc_link->uc_mcontext.gp_regs[PT_MSR] = random(); in trap_signal_handler() 159 ucp->uc_link->uc_mcontext.gp_regs[PT_NIP] = random(); in trap_signal_handler() 161 ucp->uc_mcontext.gp_regs[PT_TRAP] = random(); in trap_signal_handler() 162 ucp->uc_mcontext.gp_regs[PT_DSISR] = random(); in trap_signal_handler() 163 ucp->uc_mcontext.gp_regs[PT_DAR] = random(); in trap_signal_handler() 164 ucp->uc_mcontext.gp_regs[PT_ORIG_R3] = random(); in trap_signal_handler() 165 ucp->uc_mcontext.gp_regs[PT_XER] = random(); in trap_signal_handler() 166 ucp->uc_mcontext.gp_regs[PT_RESULT] = random(); in trap_signal_handler() [all …]
|
/Linux-v5.4/arch/x86/lib/ |
D | kaslr.c | 56 unsigned long raw, random = get_boot_seed(); in kaslr_get_random_long() local 65 random ^= raw; in kaslr_get_random_long() 74 random ^= raw; in kaslr_get_random_long() 80 random ^= i8254(); in kaslr_get_random_long() 85 : "=a" (random), "=d" (raw) in kaslr_get_random_long() 86 : "a" (random), "rm" (mix_const)); in kaslr_get_random_long() 87 random += raw; in kaslr_get_random_long() 91 return random; in kaslr_get_random_long()
|
/Linux-v5.4/arch/s390/boot/ |
D | kaslr.c | 56 unsigned long seed, random; in get_random() local 65 cpacf_trng(NULL, 0, (u8 *) &random, sizeof(random)); in get_random() 70 cpacf_prno(CPACF_PRNO_SHA512_DRNG_GEN, &prno, (u8 *) &random, in get_random() 71 sizeof(random), NULL, 0); in get_random() 82 random = seed; in get_random() 83 cpacf_kmc(CPACF_KMC_PRNG, prng.parm_block, (u8 *) &random, in get_random() 84 (u8 *) &random, sizeof(random)); in get_random() 87 random = 0; in get_random() 89 return random % limit; in get_random()
|
/Linux-v5.4/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 100 s1[j] = random(); in testcase() 102 rand_s1 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase() 103 rand_s2 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase() 107 change = random() % comp_size; in testcase() 108 rand_s2[change] = random() & 0xff; in testcase() 126 s1[j] = random(); in testcase() 128 rand_s1 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase() 129 rand_s2 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase() 134 change = random() % comp_size; in testcase() 135 s2[change] = random() & 0xff; in testcase()
|
D | strlen.c | 69 c = random() & 0x7f; in testcase() 82 c = random() & 0x7f; in testcase() 96 c = random() & 0x7f; in testcase()
|
/Linux-v5.4/Documentation/admin-guide/ |
D | hw_random.rst | 2 Linux support for random number generator in i8xx chipsets 24 /dev/random special files. 30 and read() system calls, you can read random data from 36 data before assuming it is truly random. 63 using thermal noise generated from inherently random quantum 64 mechanical properties of silicon. When not generating new random
|
/Linux-v5.4/Documentation/devicetree/bindings/rng/ |
D | microchip,pic32-rng.txt | 3 The PIC32 RNG provides a pseudo random number generator which can be seeded by 4 another true random number generator.
|
D | sparc_sun_oracle_rng.txt | 21 name: 'random-number-generator' 28 name: 'random-number-generator'
|
D | apm,rng.txt | 1 APM X-Gene SoC random number generator.
|
/Linux-v5.4/tools/testing/selftests/vm/ |
D | Makefile | 13 TEST_GEN_FILES += mlock-random-test 31 $(OUTPUT)/mlock-random-test: LDLIBS += -lcap
|
D | .gitignore | 12 mlock-random-test
|
/Linux-v5.4/drivers/char/hw_random/ |
D | Kconfig | 15 of possibly several hardware random number generators. 17 These hardware random number generators do feed into the 18 kernel's random number generator entropy pool. 335 tristate "STMicroelectronics STM32 random number generator" 447 tristate "Hardware random number generator" 449 This option enables UML's "hardware" random number generator. It 450 attaches itself to the host's /dev/random, supplying as much entropy 452 own drivers. It registers itself as a standard hardware random number 458 /dev/hwrng and injects the entropy into /dev/random. 463 tristate "TI Keystone NETCP SA Hardware random number generator" [all …]
|
/Linux-v5.4/arch/xtensa/platforms/iss/ |
D | network.c | 130 goto random; in setup_etheraddr() 135 goto random; in setup_etheraddr() 140 goto random; in setup_etheraddr() 145 goto random; in setup_etheraddr() 152 random: in setup_etheraddr()
|
/Linux-v5.4/drivers/net/wireless/ath/carl9170/ |
D | Kconfig | 48 Provides a hardware random number generator to the kernel. 51 generated random numbers from the transport stream with
|
/Linux-v5.4/include/uapi/linux/netfilter/ |
D | xt_statistic.h | 27 } random; member
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | dm-zoned.rst | 11 device-side performance degradation due to excessive random writes on 49 zones of the device may be used also for buffering user random writes. 52 reused for buffering incoming random writes. 71 zone used to buffer random modification to the data zone. 91 chunk, resulting in native random write performance similar to a regular
|
/Linux-v5.4/arch/arc/include/asm/ |
D | tlb-mmu1.h | 22 ; and its unpleasant LFSR pseudo-random sequence
|
/Linux-v5.4/Documentation/devicetree/bindings/power/reset/ |
D | keystone-reset.txt | 32 in format: <0>, <2>; It can be in random order and 34 reset watchdogs and can be in random order.
|
/Linux-v5.4/arch/x86/tools/ |
D | insn_sanity.c | 154 *(unsigned short *)(&insn_buff[i]) = random() & 0xffff; in generate_insn() 157 insn_buff[i++] = random() & 0xff; in generate_insn()
|
/Linux-v5.4/arch/s390/crypto/ |
D | prng.c | 298 static const u8 random[] __initconst = { in prng_sha512_selftest() local 332 u8 buf[sizeof(random)]; in prng_sha512_selftest() 357 if (memcmp(buf, random, sizeof(random)) != 0) { in prng_sha512_selftest()
|
/Linux-v5.4/Documentation/translations/zh_CN/process/ |
D | submitting-patches.rst | 367 Signed-off-by: Random J Developer <random@developer.example.org> 382 Signed-off-by: Random J Developer <random@developer.example.org> 455 Co-developed-by: Random Co-Author <random@coauthor.example.org> 456 Signed-off-by: Random Co-Author <random@coauthor.example.org>
|
/Linux-v5.4/Documentation/devicetree/bindings/crypto/ |
D | qcom,prng.txt | 1 Qualcomm MSM pseudo random number generator.
|
/Linux-v5.4/arch/x86/oprofile/ |
D | op_model_amd.c | 108 unsigned int random = lfsr_random(); in op_amd_randomize_ibs_op() local 124 val += (s8)(random >> 4); in op_amd_randomize_ibs_op() 126 val |= (u64)(random & IBS_RANDOM_MASK) << 32; in op_amd_randomize_ibs_op()
|
/Linux-v5.4/tools/testing/selftests/pstore/ |
D | common_tests | 58 UUID=`cat /proc/sys/kernel/random/uuid`
|
/Linux-v5.4/Documentation/firmware-guide/acpi/dsd/ |
D | data-node-references.rst | 55 Package () { "random-property", 3 }, 67 Package () { "random-property", 0 },
|