Home
last modified time | relevance | path

Searched refs:MSR_K7_HWCR (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/kvm/x86_64/
H A Dhwcr_msr_test.c
/linux/arch/x86/boot/
H A Dcpucheck.c136 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 Damd.c214 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 Dhygon.c99 rdmsrl(MSR_K7_HWCR, val); in bsp_init_hygon()
/linux/arch/x86/kernel/
H A Dverify_cpu.S125 movl $MSR_K7_HWCR,%ecx
/linux/drivers/cpufreq/
H A Dacpi-cpufreq.c86 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 Dmsr-index.h807 #define MSR_K7_HWCR 0xc0010015 macro
/linux/Documentation/virt/kvm/x86/
H A Damd-memory-encryption.rst28 (MSR_K7_HWCR) can be used to determine if it can be enabled::