Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/coco/sev/
Dshared.c504 u64 xfeatures_found = 0; in snp_cpuid_calc_xsave_size() local
515 if (xfeatures_found & (BIT_ULL(e->ecx_in))) in snp_cpuid_calc_xsave_size()
518 xfeatures_found |= (BIT_ULL(e->ecx_in)); in snp_cpuid_calc_xsave_size()
531 if (xfeatures_found != (xfeatures_en & GENMASK_ULL(63, 2))) in snp_cpuid_calc_xsave_size()