Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/hyperv/
Divm.c339 vmsa->sev_features = sev_status >> 2; in hv_snp_boot_ap()
/linux-6.12.1/arch/x86/include/asm/
Dsvm.h441 u64 sev_features; member
/linux-6.12.1/arch/x86/kvm/svm/
Dsev.c856 save->sev_features = sev->vmsa_features; in sev_es_sync_vmsa()
3972 u64 sev_features; in sev_snp_ap_creation() local
3974 sev_features = vcpu->arch.regs[VCPU_REGS_RAX]; in sev_snp_ap_creation()
3975 sev_features ^= sev->vmsa_features; in sev_snp_ap_creation()
3977 if (sev_features & SVM_SEV_FEAT_INT_INJ_MODES) { in sev_snp_ap_creation()
/linux-6.12.1/arch/x86/coco/sev/
Dcore.c1202 vmsa->sev_features = sev_status >> 2; in wakeup_cpu_via_vmgexit()
1219 ghcb_set_rax(ghcb, vmsa->sev_features); in wakeup_cpu_via_vmgexit()