Searched refs:xstore (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/hw_random/
H A Dvia-rng.c64 * case of a 'rep xstore' could potentially pause a cpu for an
76 static inline u32 xstore(u32 *addr, u32 edx_in) function
83 asm(".byte 0x0F,0xA7,0xC0 /* xstore %%edi (addr=%0) */"
106 * A copy of MSR_VIA_RNG is placed in eax_out when xstore
112 bytes_out = xstore(via_rng_datum, VIA_RNG_CHUNK_1);

Completed in 46 milliseconds