Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/boot/compressed/
H A Dsev.c577 u64 hv_features; in sev_enable() local
580 hv_features = get_hv_features(); in sev_enable()
581 if (!(hv_features & GHCB_HV_FT_SNP)) in sev_enable()
601 !(snp_vmpl && (hv_features & GHCB_HV_FT_SNP_MULTI_VMPL))) in sev_enable()