OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPUID_VIA_HAS_RNG
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/x86/x86/
cpu_rng.c
89
bool has_viarng = (cpu_feature[4] &
CPUID_VIA_HAS_RNG
);
via_padlock.c
515
if ((cpu_feature[4] & (CPUID_VIA_HAS_ACE|
CPUID_VIA_HAS_RNG
)) == 0)
543
if (cpu_feature[4] &
CPUID_VIA_HAS_RNG
) {
identcpu.c
561
if (lfunc &
CPUID_VIA_HAS_RNG
) {
/src/sys/arch/x86/include/
specialreg.h
1195
#define
CPUID_VIA_HAS_RNG
__BIT(2) /* Random number generator */
Completed in 25 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026