Home
last modified time | relevance | path

Searched refs:has_rdrand (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/arch/i386/i386/
Dautoconf.c89 extern int has_rdrand;
175 if (has_rdrand || has_rdseed) { in cpu_configure()
Dcpu.c522 extern int has_rdrand; in rdrand()
529 if (has_rdrand == 0 && has_rdseed == 0) in rdrand()
547 if (has_rdrand) in rdrand()
Dmachdep.c267 int has_rdrand; variable
2041 has_rdrand = 1; in identifycpu()
/openbsd/src/sys/arch/amd64/amd64/
Dautoconf.c86 extern int has_rdrand;
Dcpu.c1357 extern int has_rdrand, has_rdseed; in rdrand()
1371 if (has_rdrand && (has_rdseed == 0 || valid == 0)) in rdrand()
1380 if (has_rdrand) in rdrand()
Didentcpu.c70 int has_rdrand; variable
737 has_rdrand = 1; in identifycpu()