Home
last modified time | relevance | path

Searched refs:via_feature_rng (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/platform/pc64/x86_64/
H A Dinitcpu.c59 u_int via_feature_rng; /* VIA RNG features */ variable
89 SYSCTL_UINT(_hw, OID_AUTO, via_feature_rng, CTLFLAG_RD,
90 &via_feature_rng, 0, "VIA C3/C7 RNG feature available in CPU");
118 via_feature_rng = VIA_HAS_RNG; in init_via()
/dragonfly/sys/dev/crypto/padlock/
H A Dpadlock.c105 if (via_feature_rng & VIA_HAS_RNG) in padlock_probe()
138 if (via_feature_rng & VIA_HAS_RNG) in padlock_attach()
167 if (via_feature_rng & VIA_HAS_RNG) in padlock_detach()
/dragonfly/sys/platform/vkernel64/include/
H A Dmd_var.h95 extern int via_feature_rng;
/dragonfly/sys/platform/pc64/include/
H A Dmd_var.h49 extern u_int via_feature_rng;