Home
last modified time | relevance | path

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

/arch/x86/kernel/fpu/
Dxstate.c83 u64 xfeatures_print; in cpu_has_xfeatures() local
92 xfeatures_print = xfeatures_missing; in cpu_has_xfeatures()
94 xfeatures_print = xfeatures_needed; in cpu_has_xfeatures()
96 xfeature_idx = fls64(xfeatures_print)-1; in cpu_has_xfeatures()