| cpu_rng.c | 106 uint8_t rndsts; local in function:cpu_rng_rdrand 128 __asm __volatile("rdrand %0; setc %1" : "=r"(lo), "=qm"(rndsts)); 129 if (rndsts != 1) 131 __asm __volatile("rdrand %0; setc %1" : "=r"(hi), "=qm"(rndsts)); 136 if (rndsts != 1) 139 __asm __volatile("rdrand %0; setc %1" : "=r"(*out), "=qm"(rndsts)); 140 if (rndsts != 1) 149 uint8_t rndsts; local in function:cpu_rng_rdseed 162 __asm __volatile("rdseed %0; setc %1" : "=r"(lo), "=qm"(rndsts)); 163 if (rndsts != 1 [all...] |