Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/hw_random/
H A Dvia-rng.c79 u32 eax_out; in xstore() local
82 : "=m" (*addr), "=a" (eax_out), "+d" (edx_in), "+D" (addr)); in xstore()
84 return eax_out; in xstore()
104 * A copy of MSR_VIA_RNG is placed in eax_out when xstore in via_rng_data_present()
/kernel/linux/linux-6.6/drivers/char/hw_random/
H A Dvia-rng.c79 u32 eax_out; in xstore() local
82 : "=m" (*addr), "=a" (eax_out), "+d" (edx_in), "+D" (addr)); in xstore()
84 return eax_out; in xstore()
104 * A copy of MSR_VIA_RNG is placed in eax_out when xstore in via_rng_data_present()

Completed in 2 milliseconds