Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/fpu/
Dxstate.c89 u64 xfeatures_print; in cpu_has_xfeatures() local
98 xfeatures_print = xfeatures_missing; in cpu_has_xfeatures()
100 xfeatures_print = xfeatures_needed; in cpu_has_xfeatures()
102 xfeature_idx = fls64(xfeatures_print)-1; in cpu_has_xfeatures()