Searched refs:xfeatures_missing (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kernel/fpu/
H A Dxstate.c97 u64 xfeatures_missing = xfeatures_needed & ~fpu_kernel_cfg.max_features; local
109 if (xfeatures_missing)
110 xfeatures_print = xfeatures_missing;
121 if (xfeatures_missing)

Completed in 204 milliseconds