Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
rdrand.c File Reference
#include <asm/processor.h>
#include <asm/archrandom.h>
#include <asm/sections.h>

Go to the source code of this file.

Macros

#define RESEED_LOOP   ((512*128)/sizeof(unsigned long))
 

Functions

 __setup ("nordrand", x86_rdrand_setup)
 
void __cpuinit x86_init_rdrand (struct cpuinfo_x86 *c)
 

Macro Definition Documentation

#define RESEED_LOOP   ((512*128)/sizeof(unsigned long))

Definition at line 53 of file rdrand.c.

Function Documentation

__setup ( "nordrand"  ,
x86_rdrand_setup   
)
void __cpuinit x86_init_rdrand ( struct cpuinfo_x86 c)

Definition at line 55 of file rdrand.c.