Home
last modified time | relevance | path

Searched refs:MSR_AMD64_SYSCFG_MEM_ENCRYPT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/mm/
H A Dmem_encrypt_identity.c560 if (!(msr & MSR_AMD64_SYSCFG_MEM_ENCRYPT)) in sme_enable()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h693 #define MSR_AMD64_SYSCFG_MEM_ENCRYPT BIT_ULL(MSR_AMD64_SYSCFG_MEM_ENCRYPT_BIT) macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h716 #define MSR_AMD64_SYSCFG_MEM_ENCRYPT BIT_ULL(MSR_AMD64_SYSCFG_MEM_ENCRYPT_BIT) macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Damd.c675 if (!(msr & MSR_AMD64_SYSCFG_MEM_ENCRYPT)) in early_detect_mem_encrypt()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c5114 if (!(msr & MSR_AMD64_SYSCFG_MEM_ENCRYPT)) in svm_adjust_mmio_mask()