Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kernel/fpu/
Dxstate.c100 u64 xfeatures_print; in cpu_has_xfeatures() local
109 xfeatures_print = xfeatures_missing; in cpu_has_xfeatures()
111 xfeatures_print = xfeatures_needed; in cpu_has_xfeatures()
113 xfeature_idx = fls64(xfeatures_print)-1; in cpu_has_xfeatures()