Home
last modified time | relevance | path

Searched refs:snp_context (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/x86/kvm/svm/
Dsev.c2196 data.gctx_paddr = __psp_pa(sev->snp_context); in snp_bind_asid()
2215 if (sev->snp_context) in snp_launch_start()
2232 sev->snp_context = snp_context_create(kvm, argp); in snp_launch_start()
2233 if (!sev->snp_context) in snp_launch_start()
2236 start.gctx_paddr = __psp_pa(sev->snp_context); in snp_launch_start()
2310 fw_args.gctx_paddr = __psp_pa(sev->snp_context); in sev_gmem_post_populate()
2370 if (!sev_snp_guest(kvm) || !sev->snp_context) in snp_launch_update()
2452 data.gctx_paddr = __psp_pa(sev->snp_context); in snp_launch_update_vmsa()
2503 if (!sev->snp_context) in snp_launch_finish()
2546 data->gctx_paddr = __psp_pa(sev->snp_context); in snp_launch_finish()
[all …]
Dsvm.h111 void *snp_context; /* SNP guest context page */ member