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

/linux-4.1.27/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) xstore() function
84 asm(".byte 0x0F,0xA7,0xC0 /* xstore %%edi (addr=%0) */" xstore()
108 * A copy of MSR_VIA_RNG is placed in eax_out when xstore via_rng_data_present()
114 bytes_out = xstore(via_rng_datum, VIA_RNG_CHUNK_1); via_rng_data_present()
/linux-4.1.27/arch/x86/include/asm/
H A Dcpufeature.h143 #define X86_FEATURE_XSTORE ( 5*32+ 2) /* "rng" RNG present (xstore) */

Completed in 67 milliseconds