Home
last modified time | relevance | path

Searched refs:MSR_AMD64_SEV_SNP_ENABLED (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/boot/compressed/
H A Dsev.c133 return sev_status & MSR_AMD64_SEV_SNP_ENABLED; in sev_snp_enabled()
385 if (!(status & MSR_AMD64_SEV_SNP_ENABLED)) in snp_get_unsupported_features()
503 if (sev_status & MSR_AMD64_SEV_SNP_ENABLED) { in sev_enable()
510 if (snp && !(sev_status & MSR_AMD64_SEV_SNP_ENABLED)) in sev_enable()
/openbmc/linux/arch/x86/coco/
H A Dcore.c94 return sev_status & MSR_AMD64_SEV_SNP_ENABLED; in amd_cc_platform_has()
/openbmc/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c536 if (sev_status & MSR_AMD64_SEV_SNP_ENABLED) { in sme_early_init()
H A Dmem_encrypt_identity.c535 if (snp && !(msr & MSR_AMD64_SEV_SNP_ENABLED)) in sme_enable()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h591 #define MSR_AMD64_SEV_SNP_ENABLED BIT_ULL(MSR_AMD64_SEV_SNP_ENABLED_BIT) macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h608 #define MSR_AMD64_SEV_SNP_ENABLED BIT_ULL(MSR_AMD64_SEV_SNP_ENABLED_BIT) macro
/openbmc/linux/arch/x86/kernel/
H A Dsev.c754 if (!(RIP_REL_REF(sev_status) & MSR_AMD64_SEV_SNP_ENABLED)) in early_snp_set_memory_private()
773 if (!(RIP_REL_REF(sev_status) & MSR_AMD64_SEV_SNP_ENABLED)) in early_snp_set_memory_shared()