Searched refs:MSR_K7_HWCR (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | hwcr_msr_test.c |
|
/linux/arch/x86/boot/ |
H A D | cpucheck.c | 136 boot_rdmsr(MSR_K7_HWCR, &m); in check_cpu() 138 boot_wrmsr(MSR_K7_HWCR, &m); in check_cpu()
|
/linux/arch/x86/kernel/cpu/ |
H A D | amd.c | 214 msr_clear_bit(MSR_K7_HWCR, 15); in init_amd_k7() 384 rdmsrl(MSR_K7_HWCR, val); in bsp_init_amd() 526 rdmsrl(MSR_K7_HWCR, msr); in early_detect_mem_encrypt() 654 msr_set_bit(MSR_K7_HWCR, 6); in init_amd_k8() 1059 msr_set_bit(MSR_K7_HWCR, MSR_K7_HWCR_IRPERF_EN_BIT); in init_amd()
|
H A D | hygon.c | 99 rdmsrl(MSR_K7_HWCR, val); in bsp_init_hygon()
|
/linux/arch/x86/kernel/ |
H A D | verify_cpu.S | 125 movl $MSR_K7_HWCR,%ecx
|
/linux/drivers/cpufreq/ |
H A D | acpi-cpufreq.c | 86 rdmsrl_on_cpu(cpu, MSR_K7_HWCR, &msr); in boost_state() 106 msr_addr = MSR_K7_HWCR; in boost_set_msr()
|
/linux/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 807 #define MSR_K7_HWCR 0xc0010015 macro
|
/linux/Documentation/virt/kvm/x86/ |
H A D | amd-memory-encryption.rst | 28 (MSR_K7_HWCR) can be used to determine if it can be enabled::
|