Searched refs:MSR_AMD64_SYSCFG (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/Documentation/arch/x86/ |
H A D | amd-memory-encryption.rst | 56 If support for SME is present, MSR 0xc00100010 (MSR_AMD64_SYSCFG) can be used to 82 Supported and bit 23 of MSR_AMD64_SYSCFG is set. 93 If the BIOS merely enables SME (sets bit 23 of the MSR_AMD64_SYSCFG),
|
/openbmc/linux/arch/x86/kernel/ |
H A D | mmconf-fam10h_64.c | 99 address = MSR_AMD64_SYSCFG; in get_fam10h_pci_mmconf_base()
|
/openbmc/linux/arch/x86/realmode/rm/ |
H A D | trampoline_64.S | 142 movl $MSR_AMD64_SYSCFG, %ecx
|
/openbmc/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | generic.c | 111 rdmsr(MSR_AMD64_SYSCFG, lo, hi); in k8_check_syscfg_dram_mod_en() 117 mtrr_wrmsr(MSR_AMD64_SYSCFG, lo, hi); in k8_check_syscfg_dram_mod_en()
|
H A D | cleanup.c | 829 if (rdmsr_safe(MSR_AMD64_SYSCFG, &l, &h) < 0) in amd_special_default_mtrr()
|
/openbmc/linux/arch/x86/pci/ |
H A D | amd_bus.c | 295 address = MSR_AMD64_SYSCFG; in early_root_info_init()
|
/openbmc/linux/arch/x86/mm/ |
H A D | mem_encrypt_identity.c | 559 msr = __rdmsr(MSR_AMD64_SYSCFG); in sme_enable()
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 691 #define MSR_AMD64_SYSCFG 0xc0010010 macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | msr-index.h | 714 #define MSR_AMD64_SYSCFG 0xc0010010 macro
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | amd.c | 674 rdmsrl(MSR_AMD64_SYSCFG, msr); in early_detect_mem_encrypt()
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | amd-memory-encryption.rst | 27 If support for SEV is present, MSR 0xc001_0010 (MSR_AMD64_SYSCFG) and MSR 0xc001_0015
|
/openbmc/linux/drivers/edac/ |
H A D | amd64_edac.c | 3206 rdmsrl(MSR_AMD64_SYSCFG, msr_val); in dct_read_mc_regs()
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 5113 rdmsrl(MSR_AMD64_SYSCFG, msr); in svm_adjust_mmio_mask()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 4062 case MSR_AMD64_SYSCFG: in kvm_get_msr_common()
|