Home
last modified time | relevance | path

Searched refs:RDRAND_LONG (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Darchrandom.h35 # define RDRAND_LONG ".byte 0x48,0x0f,0xc7,0xf0" macro
37 # define RDRAND_LONG RDRAND_INT macro
61 GET_RANDOM(arch_get_random_long, unsigned long, RDRAND_LONG, ASM_NOP5);
66 GET_RANDOM(arch_get_random_long, unsigned long, RDRAND_LONG, ASM_NOP3);
/linux-3.4.99/arch/x86/kernel/cpu/
Drdrand.c38 asm volatile("1: " RDRAND_LONG "\n\t" in rdrand_long()