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

Go to the source code of this file.

Macros

#define RDRAND_RETRY_LOOPS   10
 
#define RDRAND_INT   ".byte 0x0f,0xc7,0xf0"
 
#define RDRAND_LONG   RDRAND_INT
 

Functions

void x86_init_rdrand (struct cpuinfo_x86 *c)
 

Macro Definition Documentation

#define RDRAND_INT   ".byte 0x0f,0xc7,0xf0"

Definition at line 33 of file archrandom.h.

#define RDRAND_LONG   RDRAND_INT

Definition at line 37 of file archrandom.h.

#define RDRAND_RETRY_LOOPS   10

Definition at line 31 of file archrandom.h.

Function Documentation

void x86_init_rdrand ( struct cpuinfo_x86 c)

Definition at line 55 of file rdrand.c.