Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/boot/compressed/
Dsev.c613 u64 hv_features; in sev_enable() local
616 hv_features = get_hv_features(); in sev_enable()
617 if (!(hv_features & GHCB_HV_FT_SNP)) in sev_enable()
637 !(snp_vmpl && (hv_features & GHCB_HV_FT_SNP_MULTI_VMPL))) in sev_enable()