Searched refs:MSR_VIA_RNG (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/hw_random/ |
H A D | via-rng.c | 104 * A copy of MSR_VIA_RNG is placed in eax_out when xstore in via_rng_data_present() 134 /* VIA Nano CPUs don't have the MSR_VIA_RNG anymore. The RNG in via_rng_init() 153 rdmsr(MSR_VIA_RNG, lo, hi); in via_rng_init() 173 wrmsr(MSR_VIA_RNG, lo, hi); in via_rng_init() 177 rdmsr(MSR_VIA_RNG, lo, hi); in via_rng_init()
|
/kernel/linux/linux-6.6/drivers/char/hw_random/ |
H A D | via-rng.c | 104 * A copy of MSR_VIA_RNG is placed in eax_out when xstore in via_rng_data_present() 134 /* VIA Nano CPUs don't have the MSR_VIA_RNG anymore. The RNG in via_rng_init() 153 rdmsr(MSR_VIA_RNG, lo, hi); in via_rng_init() 173 wrmsr(MSR_VIA_RNG, lo, hi); in via_rng_init() 177 rdmsr(MSR_VIA_RNG, lo, hi); in via_rng_init()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | centaur.c | 20 #define RNG_ENABLE (1 << 6) /* MSR_VIA_RNG */ 40 rdmsr(MSR_VIA_RNG, lo, hi); in init_c3() 42 wrmsr(MSR_VIA_RNG, lo, hi); in init_c3()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | centaur.c | 20 #define RNG_ENABLE (1 << 6) /* MSR_VIA_RNG */ 40 rdmsr(MSR_VIA_RNG, lo, hi); in init_c3() 42 wrmsr(MSR_VIA_RNG, lo, hi); in init_c3()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | msr-index.h | 667 #define MSR_VIA_RNG 0x0000110b macro
|
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 633 #define MSR_VIA_RNG 0x0000110b macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | msr-index.h | 761 #define MSR_VIA_RNG 0x0000110b macro
|
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 747 #define MSR_VIA_RNG 0x0000110b macro
|
Completed in 14 milliseconds