Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/hyperv/
H A Divm.c338 vmsa->sev_features = sev_status >> 2; in hv_snp_boot_ap()
/linux-6.15/arch/x86/include/asm/
H A Dsvm.h440 u64 sev_features; member
/linux-6.15/arch/x86/coco/sev/
H A Dcore.c977 ghcb_set_rax(ghcb, vmsa->sev_features); in vmgexit_ap_control()
1383 vmsa->sev_features = sev_status >> 2; in wakeup_cpu_via_vmgexit()
/linux-6.15/arch/x86/kvm/svm/
H A Dsev.c845 save->sev_features = sev->vmsa_features; in sev_es_sync_vmsa()