Linux Kernel
3.7.1
|
#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) |
#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.
void x86_init_rdrand | ( | struct cpuinfo_x86 * | c | ) |