Home
last modified time | relevance | path

Searched refs:sev_features (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/hyperv/
H A Divm.c338 vmsa->sev_features = sev_status >> 2; in hv_snp_boot_ap()
/openbmc/linux/arch/x86/include/asm/
H A Dsvm.h438 u64 sev_features; member
/openbmc/linux/arch/x86/kernel/
H A Dsev.c1055 vmsa->sev_features = sev_status >> 2; in wakeup_cpu_via_vmgexit()
1072 ghcb_set_rax(ghcb, vmsa->sev_features); in wakeup_cpu_via_vmgexit()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsev.c623 save->sev_features |= SVM_SEV_FEAT_DEBUG_SWAP; in sev_es_sync_vmsa()