Home
last modified time | relevance | path

Searched refs:snp_vmpl (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/arch/x86/coco/sev/
Dcore.c1017 if (snp_vmpl) { in snp_set_vmsa()
1201 vmsa->vmpl = snp_vmpl; in wakeup_cpu_via_vmgexit()
1223 ((u64)snp_vmpl << 16) | in wakeup_cpu_via_vmgexit()
1492 if (snp_vmpl) { in alloc_runtime_data()
1553 if (snp_vmpl) { in sev_es_init_vc_handling()
2371 pr_info("SNP running at VMPL%u.\n", snp_vmpl); in report_snp_info()
2415 if (!snp_vmpl) in snp_issue_svsm_attest_req()
2555 if (!snp_vmpl) in snp_update_svsm_ca()
2566 return sysfs_emit(buf, "%d\n", snp_vmpl); in vmpl_show()
Dshared.c39 u8 snp_vmpl __ro_after_init;
40 EXPORT_SYMBOL_GPL(snp_vmpl);
1291 if (RIP_REL_REF(snp_vmpl)) { in pvalidate_4k_page()
1482 if (snp_vmpl) in pvalidate_pages()
1689 RIP_REL_REF(snp_vmpl) = secrets_page->svsm_guest_vmpl; in svsm_setup_ca()
/linux-6.12.1/arch/x86/include/asm/
Dsev.h317 extern u8 snp_vmpl;
405 #define snp_vmpl 0 macro
/linux-6.12.1/drivers/virt/coco/sev-guest/
Dsev-guest.c1053 return snp_vmpl; in sev_report_attr_visible()
1067 return snp_vmpl; in sev_report_bin_attr_visible()
1117 vmpck_id = snp_vmpl; in sev_guest_probe()
/linux-6.12.1/arch/x86/boot/compressed/
Dsev.c637 !(snp_vmpl && (hv_features & GHCB_HV_FT_SNP_MULTI_VMPL))) in sev_enable()