Searched refs:xstore (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/char/hw_random/
H A Dvia-rng.c65 * case of a 'rep xstore' could potentially pause a cpu for an
77 static inline u32 xstore(u32 *addr, u32 edx_in) function
81 asm(".byte 0x0F,0xA7,0xC0 /* xstore %%edi (addr=%0) */"
104 * A copy of MSR_VIA_RNG is placed in eax_out when xstore
110 bytes_out = xstore(via_rng_datum, VIA_RNG_CHUNK_1);

Completed in 151 milliseconds