Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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) in xstore() function
81 asm(".byte 0x0F,0xA7,0xC0 /* xstore %%edi (addr=%0) */" in xstore()
104 * A copy of MSR_VIA_RNG is placed in eax_out when xstore in via_rng_data_present()
110 bytes_out = xstore(via_rng_datum, VIA_RNG_CHUNK_1); in via_rng_data_present()
/kernel/linux/linux-6.6/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) in xstore() function
81 asm(".byte 0x0F,0xA7,0xC0 /* xstore %%edi (addr=%0) */" in xstore()
104 * A copy of MSR_VIA_RNG is placed in eax_out when xstore in via_rng_data_present()
110 bytes_out = xstore(via_rng_datum, VIA_RNG_CHUNK_1); in via_rng_data_present()

Completed in 2 milliseconds