/linux-4.4.14/arch/x86/boot/compressed/ |
D | aslr.c | 70 unsigned long raw, random = get_random_boot(); in get_random_long() local 78 random ^= raw; in get_random_long() 87 random ^= raw; in get_random_long() 93 random ^= i8254(); in get_random_long() 98 : "=a" (random), "=d" (raw) in get_random_long() 99 : "a" (random), "rm" (mix_const)); in get_random_long() 100 random += raw; in get_random_long() 104 return random; in get_random_long() 305 unsigned long random; in choose_kernel_location() local 326 random = find_random_addr(choice, output_size); in choose_kernel_location() [all …]
|
/linux-4.4.14/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 66 s1[j] = random(); in testcase() 71 change = random() % SIZE; in testcase() 72 s2[change] = random() & 0xff; in testcase() 84 s1[j] = random(); in testcase() 90 change = random() % SIZE; in testcase() 91 s2[change] = random() & 0xff; in testcase()
|
/linux-4.4.14/arch/blackfin/mach-common/ |
D | arch_checks.c | 55 …g a part with anomaly 05000448, this issue causes random memory read/write failures - that means r…
|
/linux-4.4.14/Documentation/ |
D | hw_random.txt | 19 /dev/random special files. 24 and read() system calls, you can read random data from 30 data before assuming it is truly random. 55 using thermal noise generated from inherently random quantum 56 mechanical properties of silicon. When not generating new random
|
D | bcache.txt | 12 designed to avoid random writes at all costs; it fills up an erase block 25 Since random IO is what SSDs excel at, there generally won't be much benefit 148 because you really want to be caching the random IO, and if you copy a 10 414 One of either lru, fifo or random.
|
D | SubmitChecklist | 105 same time, just various/random combinations of them]:
|
D | xz.txt | 94 Support for limited random-access reading is planned for the
|
D | eisa.txt | 3 This document groups random notes about porting EISA drivers to the
|
D | rpmsg.txt | 24 sensors, drive random hardware blocks, or just perform background tasks
|
D | cpu-hotplug.txt | 111 for_each_cpu(x,mask) - Iterate over some random collection of cpu mask.
|
D | CodingStyle | 263 some random integer loop counter, it should probably be called "i". 499 uses are less than desirable (in fact, they are worse than random
|
D | 00-INDEX | 215 - info on Linux support for random number generator in i8xx chipsets.
|
D | SubmittingPatches | 450 Signed-off-by: Random J Developer <random@developer.example.org> 471 Signed-off-by: Random J Developer <random@developer.example.org>
|
D | devices.txt | 98 8 = /dev/random Nondeterministic random number gen. 99 9 = /dev/urandom Faster, less secure random number gen. 401 183 = /dev/hwrng Generic random number generator
|
D | memory-barriers.txt | 322 in random order, but this can be a problem for CPU-CPU interaction and for I/O. 942 effectively random order, despite the write barrier issued by CPU 1: 1028 some effectively random order, despite the write barrier issued by CPU 1:
|
D | kernel-parameters.txt | 842 of catching random memory corruption, but reduce the 845 to 1 or 2 should be enough to identify most random 848 random memory location. Note that there exists a class
|
/linux-4.4.14/drivers/char/hw_random/ |
D | Kconfig | 14 of possibly several hardware random number generators. 16 These hardware random number generators do not feed directly 17 into the kernel's random number generator. That is usually 272 tristate "PowerPC 4xx generic true random number generator support" 311 tristate "EXYNOS HW random number generator support" 373 tristate "STMicroelectronics STM32 random number generator" 388 tristate "Hardware random number generator" 390 This option enables UML's "hardware" random number generator. It 391 attaches itself to the host's /dev/random, supplying as much entropy 393 own drivers. It registers itself as a standard hardware random number [all …]
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | Kconfig | 49 Provides a hardware random number generator to the kernel. 52 generated random numbers from the transport stream with
|
/linux-4.4.14/arch/xtensa/platforms/iss/ |
D | network.c | 133 goto random; in setup_etheraddr() 138 goto random; in setup_etheraddr() 143 goto random; in setup_etheraddr() 148 goto random; in setup_etheraddr() 155 random: in setup_etheraddr()
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | xt_statistic.h | 26 } random; member
|
/linux-4.4.14/arch/arc/include/asm/ |
D | tlb-mmu1.h | 25 ; and its unpleasant LFSR pseudo-random sequence
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache-policies.txt | 51 considered sequential it will bypass the cache. The random threshold 53 before the stream is treated as random again. 55 The sequential and random thresholds default to 512 and 4 respectively. 64 Setting the random threshold to 0 does _not_ disable the random I/O
|
D | dm-raid.txt | 218 attribute. Other devices will return random data. Confusingly, some
|
/linux-4.4.14/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-4.4.14/Documentation/devicetree/bindings/rng/ |
D | apm,rng.txt | 1 APM X-Gene SoC random number generator.
|
D | qcom,prng.txt | 1 Qualcomm MSM pseudo random number generator.
|
D | st,stm32-rng.txt | 4 The STM32 hardware random number generator is a simple fixed purpose IP and
|
/linux-4.4.14/arch/x86/tools/ |
D | insn_sanity.c | 167 *(unsigned short *)(&insn_buf[i]) = random() & 0xffff; in generate_insn() 170 insn_buf[i++] = random() & 0xff; in generate_insn()
|
/linux-4.4.14/tools/testing/selftests/pstore/ |
D | common_tests | 58 UUID=`cat /proc/sys/kernel/random/uuid`
|
/linux-4.4.14/arch/x86/oprofile/ |
D | op_model_amd.c | 109 unsigned int random = lfsr_random(); in op_amd_randomize_ibs_op() local 125 val += (s8)(random >> 4); in op_amd_randomize_ibs_op() 127 val |= (u64)(random & IBS_RANDOM_MASK) << 32; in op_amd_randomize_ibs_op()
|
/linux-4.4.14/arch/s390/crypto/ |
D | prng.c | 273 static const u8 random[] __initconst = { in prng_sha512_selftest() local 308 u8 buf[sizeof(random)]; in prng_sha512_selftest() 354 if (memcmp(buf, random, sizeof(random)) != 0) { in prng_sha512_selftest()
|
/linux-4.4.14/arch/um/drivers/ |
D | net_kern.c | 305 goto random; in setup_etheraddr() 314 goto random; in setup_etheraddr() 322 goto random; in setup_etheraddr() 328 goto random; in setup_etheraddr() 342 random: in setup_etheraddr()
|
D | Makefile | 61 obj-$(CONFIG_UML_RANDOM) += random.o
|
/linux-4.4.14/security/keys/ |
D | Kconfig | 59 keys in the kernel. Trusted keys are random number symmetric keys, 77 in the kernel. Encrypted keys are kernel generated random numbers,
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-wusb_cbaf | 38 generated CDID to wusb_cdid and then a random CK 99 Write 16 space-separated random, hex octets to
|
D | sysfs-fs-ext4 | 108 variability of time necessary to complete a random 109 write operation (since a 4k random write might turn
|
D | sysfs-block | 152 merge contiguous I/Os. For known random I/O loads these 217 stale or random data when a previously discarded block
|
D | sysfs-firmware-acpi | 66 the platform understand random hardware without
|
D | sysfs-power | 121 clock to be set to a random invalid time after a resume.
|
/linux-4.4.14/net/tipc/ |
D | core.h | 82 int random; member
|
D | core.c | 60 get_random_bytes(&tn->random, sizeof(int)); in tipc_init_net()
|
D | discover.c | 91 msg_set_node_sig(msg, tn->random); in tipc_disc_init_msg()
|
D | node.c | 607 b->window, mod(tipc_net(net)->random), in tipc_node_check_dest()
|
/linux-4.4.14/net/netfilter/ |
D | xt_statistic.c | 40 if ((prandom_u32() & 0x7FFFFFFF) < info->u.random.probability) in statistic_mt()
|
/linux-4.4.14/Documentation/filesystems/ |
D | udf.txt | 11 dvd+rw drives and media support true random sector writes, and so a udf 16 and read-modify-write cycles to allow the filesystem random sector writes
|
D | cramfs.txt | 7 allows random page access. The meta-data is not compressed, but is
|
D | btrfs.txt | 52 Auto defragmentation detects small random writes into files and queue
|
D | f2fs.txt | 80 - Enlarge the random write area for better performance, but provide the high 549 from random writes, but no cleaning process is needed. F2FS adopts a hybrid
|
D | hpfs.txt | 194 Sometimes (I think it's random) when you create a file with one-char name under
|
D | relay.txt | 263 easily implement random-access-on-buffer-boundary schemes, which can
|
D | proc.txt | 482 rr - random read advise provided
|
/linux-4.4.14/drivers/crypto/ |
D | Kconfig | 140 tristate "Pseudo random number generator device driver" 144 Select this option if you want to use the s390 pseudo random number 146 and uses triple-DES to generate secure random numbers like the 148 pseudo-random-number device through the char device /dev/prandom. 217 bool "HIFN 795x random number generator" 220 Select this option if you want to enable the random number generator
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | cxio_resource.c | 51 int random) in __cxio_init_resource_fifo() argument 63 if (random) { in __cxio_init_resource_fifo()
|
/linux-4.4.14/drivers/net/hamradio/ |
D | 6pack.c | 143 static unsigned char random; in sp_xmit_on_air() local 145 random = random * 17 + 41; in sp_xmit_on_air() 147 if (((sp->status1 & SIXP_DCD_MASK) == 0) && (random < sp->persistence)) { in sp_xmit_on_air()
|
D | dmascc.c | 249 static inline unsigned char random(void); 1087 static inline unsigned char random(void) in random() function 1453 random() / priv->param.persist * in tm_isr()
|
/linux-4.4.14/drivers/char/ |
D | Makefile | 5 obj-y += mem.o random.o
|
D | random.c | 952 if (!disk || !disk->random) in add_disk_randomness() 955 add_timer_randomness(disk->random, 0x100 + disk_devt(disk)); in add_disk_randomness() 1415 disk->random = state; in rand_initialize_disk()
|
D | Kconfig | 239 allow random users access to this device. :-)
|
/linux-4.4.14/Documentation/cdrom/ |
D | packet-writing.txt | 42 shall implement "true random writes with 2KB granularity", which means 68 DVD-RAM discs are random writable, so using the pktcdvd driver is not
|
/linux-4.4.14/tools/lguest/ |
D | lguest.txt | 118 /dev/hwrng in the guest that will read from the host's /dev/random. 120 to provide entropy to the guest kernel's /dev/random.
|
/linux-4.4.14/Documentation/networking/ |
D | pktgen.txt | 155 are: IPSRC_RND # IP source is random (between min/max) 156 IPDST_RND # IP destination is random 162 QUEUE_MAP_RND # queue map random 190 can have any mix of random and fixed
|
D | netdevices.txt | 7 The following is a random collection of documentation regarding
|
D | rxrpc.txt | 223 (*) If connect() is called on an unbound client, a random local port will 507 This specifies the local UDP port to be used. If not given, a random
|
D | filter.txt | 313 ** icmp random packet sampling, 1 in 4 318 # get a random uint32 number
|
D | bonding.txt | 725 random. 1679 (a) ad_actor_system : You can set a random mac-address that can be used for 1682 generates a random mac-address as described above. 1695 code generates random priority and sets it.
|
D | packet_mmap.txt | 591 - PACKET_FANOUT_RND: schedule to socket by random selection
|
D | ip-sysctl.txt | 1546 Maximum value for DESYNC_FACTOR, which is a random value
|
/linux-4.4.14/net/sctp/ |
D | auth.c | 188 sctp_random_param_t *random, in sctp_auth_make_key_vector() argument 198 random_len = ntohs(random->param_hdr.length); in sctp_auth_make_key_vector() 209 memcpy(new->data, random, random_len); in sctp_auth_make_key_vector()
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-memory.txt | 57 0x24-0x3c - usually just random values??? 67 0x60-0x7C - random values
|
/linux-4.4.14/Documentation/usb/ |
D | wusb-cbaf | 44 If we allow the device to connect, set a random new CDID and CK
|
/linux-4.4.14/Documentation/ja_JP/ |
D | SubmittingPatches | 336 Signed-off-by: Random J Developer <random@developer.example.org> 358 Signed-off-by: Random J Developer <random@developer.example.org>
|
/linux-4.4.14/Documentation/devicetree/bindings/display/bridge/ |
D | adi,adv7511.txt | 14 color depth, color format, clock mode, bit justification and random
|
/linux-4.4.14/drivers/usb/misc/ |
D | Kconfig | 260 tristate "ChaosKey random number generator driver support" 264 your computer's USB port. The ChaosKey is a hardware random 266 ensure a large supply of entropy for /dev/random and
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec_mpc52xx.h | 91 u32 random; /* FEC + 0x128 */ member
|
/linux-4.4.14/Documentation/video4linux/ |
D | cpia2_overview.txt | 35 of contiguous registers. Random mode reads or writes random registers with
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec2.txt | 24 bit 4 = set if SEC has the random number generator EU (RNG)
|
/linux-4.4.14/include/trace/events/ |
D | random.h | 2 #define TRACE_SYSTEM random
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ti/ |
D | ti,omap-dss.txt | 39 name for each display. If no aliases are defined, a semi-random number is used
|
/linux-4.4.14/Documentation/power/ |
D | interface.txt | 75 set to a random invalid time after a resume.
|
D | basic-pm-debugging.txt | 99 to make sure that any random factors are avoided).
|
/linux-4.4.14/drivers/auxdisplay/ |
D | Kconfig | 66 If your LCD seems to miss random writings, increment this.
|
/linux-4.4.14/Documentation/zh_CN/ |
D | SubmittingPatches | 268 Signed-off-by: Random J Developer <random@developer.example.org>
|
/linux-4.4.14/Documentation/fmc/ |
D | fmc-write-eeprom.txt | 10 module makes it unlikely for the random user to change a working EEPROM.
|
/linux-4.4.14/Documentation/RCU/ |
D | lockdep-splat.txt | 10 This problem can therefore be serious: it might result in random memory
|
D | rcu_dereference.txt | 13 will complain. Worse yet, your code can see random memory-corruption
|
D | RTFP.txt | 422 but subject to random memory corruption under heavy load.
|
/linux-4.4.14/ |
D | CREDITS | 142 D: Linux-AFS Port, random kernel hacker, 386 D: Original author of the Keyspan USB to serial drivers, random PowerPC hacker 488 D: Author of Sparc CS4231 audio driver, random Sparc work 528 D: random Linux hacker 870 D: HTB qdisc and random networking hacks 1101 D: random kernel hacker 1206 D: random kernel hacker, ZF MachZ Watchdog driver 1967 D: various lockdep annotations, autofs and other random bugfixes 2912 D: random kernel hacks 2964 D: random Linux documentation, patches, and hacks [all …]
|
D | README | 203 values to random values.
|
D | MAINTAINERS | 8843 F: drivers/char/random.c
|
/linux-4.4.14/Documentation/scsi/ |
D | ufs.txt | 39 * High random IOPs and low latency
|
/linux-4.4.14/drivers/net/arcnet/ |
D | Kconfig | 68 be random data.
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 70 * Ver 1.1 Dec 14 95 Fixed random problems which occurred when the tape 152 * Ver 1.12 Dec 7 97 Fix random memory overwriting and/or last block data
|
/linux-4.4.14/Documentation/security/ |
D | keys-trusted-encrypted.txt | 48 encryption/decryption. New keys are created from kernel generated random
|
/linux-4.4.14/Documentation/dvb/ |
D | ci.txt | 66 With the High Level CI approach any new card with almost any random
|
/linux-4.4.14/Documentation/laptops/ |
D | sony-laptop.txt | 121 those entries are for, by reading/writing random values from/to those
|
/linux-4.4.14/Documentation/DocBook/ |
D | networking.xml.db | 383 API-eth-random-addr 386 API-eth-hw-addr-random
|
/linux-4.4.14/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 393 *prio = random() % mq_prio_max; in random_prio()
|
/linux-4.4.14/Documentation/connector/ |
D | connector.txt | 108 someone sends a message, they use a locally unique sequence and random
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | keystone-netcp.txt | 142 random MAC address.
|
/linux-4.4.14/include/linux/ |
D | genhd.h | 209 struct timer_rand_state *random; member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | memx.fuc | 279 // Read random memory to wake up... things
|
/linux-4.4.14/block/ |
D | blk-sysfs.c | 257 QUEUE_SYSFS_BIT_FNS(random, ADD_RANDOM, 0);
|
D | genhd.c | 1113 kfree(disk->random); in disk_release()
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig.txt | 60 checks for a file named "all{yes/mod/no/def/random}.config"
|
/linux-4.4.14/Documentation/cgroups/ |
D | memcg_test.txt | 190 create/delete following groups at random while jobs are running.
|
/linux-4.4.14/Documentation/pps/ |
D | pps.txt | 225 precisely because interrupt handling delays can be quite big and random. So
|
/linux-4.4.14/crypto/ |
D | Kconfig | 1555 This option enables the generic pseudo random number generator 1600 random numbers. This Jitterentropy RNG registers with 1625 tristate "User-space interface for random number generator algorithms" 1630 This option enables the user-spaces interface for random
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | philips.txt | 136 and the phase of the moon (i.e. it can be random). With this option you
|
/linux-4.4.14/include/net/sctp/ |
D | structs.h | 359 struct sctp_random_param *random; member
|
/linux-4.4.14/fs/ceph/ |
D | mds_client.c | 731 goto random; in __choose_mds() 765 goto random; in __choose_mds() 816 goto random; in __choose_mds() 825 random: in __choose_mds()
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 258 random kernel OOPSes or reboots that don't seem to be related to
|
/linux-4.4.14/lib/ |
D | Kconfig | 112 and crc32_be over byte strings with random alignment and length
|
D | Kconfig.debug | 668 Use this in cases where you see apparently random memory
|
/linux-4.4.14/include/uapi/linux/ |
D | Kbuild | 347 header-y += random.h
|
/linux-4.4.14/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 71 an ioctl struct with random stack garbage in the yet unused parts. Which
|
D | ioctl-number.txt | 170 'R' 00-1F linux/random.h conflict!
|
/linux-4.4.14/Documentation/block/ |
D | cfq-iosched.txt | 18 (for sequential workloads) and service trees (for random workloads) before
|
/linux-4.4.14/sound/oss/ |
D | CHANGELOG | 201 - Fixed random protection fault in gus_wave.c
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 584 A small number of systems do generate NMI's for bizarre random reasons 710 loaded to random addresses. Also for PIE-linked binaries, the
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1640 prompt "x86 architectural random number generator" if EXPERT 1643 (Intel Bull Mountain technology) to generate random numbers. 1645 secure hardware random number generator. 2212 random kernel OOPSes or reboots that don't seem to be related to 2216 Some other things you should try when experiencing seemingly random,
|
/linux-4.4.14/Documentation/vm/ |
D | frontswap.txt | 158 entirely dynamic and random.
|
/linux-4.4.14/arch/x86/math-emu/ |
D | README | 342 to measure the emulator (the values, being random, were in general not
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 403 # - according to Knuth, this is done only 2 out of 65536 times for random
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | cachefiles.txt | 179 permissions to prevent random users being able to access them directly.
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 553 type. TCP Veno cuts down less congestion window in response to random
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 265 random guest data.
|
D | timekeeping.txt | 573 virtualization. In theory, the effect is random and should be universally
|
D | api.txt | 3685 H_RANDOM hypercall backed by a hardware random-number generator.
|
/linux-4.4.14/drivers/hid/ |
D | Kconfig | 663 of other vendor unique HID usages to random mouse events.
|
/linux-4.4.14/drivers/scsi/ |
D | Kconfig | 704 random seeks, but this does not necessarily result in a noticeable 1423 random seeks, but this does not necessarily result in a noticeable
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 1227 boot the kernel & hit PA1 at some random time
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4045 happen in random places, or you try running the debugger to see what's
|