OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_rdrand
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/amd64/stand/prekern/
prng.c
41
static bool
has_rdrand
= false;
variable in typeref:typename:bool
143
} else if (
has_rdrand
) {
173
has_rdrand
= (descs[2] & CPUID2_RDRAND) != 0;
175
if (!has_rdseed && !
has_rdrand
)
/src/sys/arch/x86/x86/
cpu_rng.c
88
bool
has_rdrand
= (cpu_feature[1] & CPUID2_RDRAND);
local in function:cpu_rng_detect
91
if (has_rdseed &&
has_rdrand
)
95
else if (
has_rdrand
)
315
static bool
has_rdrand
= false;
local in function:cpu_rng_early_sample
327
has_rdrand
= (descs[2] & CPUID2_RDRAND) != 0;
333
if (has_rdseed &&
has_rdrand
)
337
else if (
has_rdrand
)
/src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
runtime.c
22
int
has_rdrand
;
member in struct:CPUFeatures_
202
cpu_features->
has_rdrand
= ((cpu_info[2] & CPUID_ECX_RDRAND) != 0x0);
204
cpu_features->
has_rdrand
= 0;
285
return _cpu_features.
has_rdrand
;
Completed in 263 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025