Home
last modified time | relevance | path

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

/linux/arch/x86/boot/compressed/
H A Dsev.c418 u64 hv_features; in sev_enable() local
420 hv_features = get_hv_features(); in sev_enable()
421 if (!(hv_features & GHCB_HV_FT_SNP)) in sev_enable()
428 if (snp_vmpl && !(hv_features & GHCB_HV_FT_SNP_MULTI_VMPL)) in sev_enable()