Searched refs:eax_out (Results 1 - 4 of 4) 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.c78 u32 eax_out; local
84 :"=m"(*addr), "=a"(eax_out)
88 return eax_out;
106 * A copy of MSR_VIA_RNG is placed in eax_out when xstore
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_padlock.c465 unsigned int eax_out; local
468 :"=a" (eax_out), "=m"(*(unsigned *)addr)
472 return eax_out;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_padlock.c465 unsigned int eax_out; local
468 :"=a" (eax_out), "=m"(*(unsigned *)addr)
472 return eax_out;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_padlock.c455 unsigned int eax_out; local
458 : "=a"(eax_out),"=m"(*(unsigned *)addr)
462 return eax_out;

Completed in 56 milliseconds