Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/mm/
Dmem_encrypt_identity.c572 if (!(msr & MSR_AMD64_SYSCFG_MEM_ENCRYPT)) in sme_enable()
/linux-6.6.21/tools/arch/x86/include/asm/
Dmsr-index.h693 #define MSR_AMD64_SYSCFG_MEM_ENCRYPT BIT_ULL(MSR_AMD64_SYSCFG_MEM_ENCRYPT_BIT) macro
/linux-6.6.21/arch/x86/include/asm/
Dmsr-index.h699 #define MSR_AMD64_SYSCFG_MEM_ENCRYPT BIT_ULL(MSR_AMD64_SYSCFG_MEM_ENCRYPT_BIT) macro
/linux-6.6.21/arch/x86/kernel/cpu/
Damd.c646 if (!(msr & MSR_AMD64_SYSCFG_MEM_ENCRYPT)) in early_detect_mem_encrypt()
/linux-6.6.21/arch/x86/kvm/svm/
Dsvm.c5061 if (!(msr & MSR_AMD64_SYSCFG_MEM_ENCRYPT)) in svm_adjust_mmio_mask()