Searched refs:HAS_RDRAND (Results 1 – 1 of 1) sorted by relevance
68 static HAS_RDRAND: LazyBool = LazyBool::new(); in is_rdrand_supported() variable69 HAS_RDRAND.unsync_init(|| unsafe { (arch::__cpuid(1).ecx & FLAG) != 0 }) in is_rdrand_supported()