Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/fpu/
Dxstate.c103 long xfeature_idx, max_idx; in cpu_has_xfeatures() local
117 xfeature_idx = fls64(xfeatures_print)-1; in cpu_has_xfeatures()
119 xfeature_idx = min(xfeature_idx, max_idx); in cpu_has_xfeatures()
121 *feature_name = xfeature_names[xfeature_idx]; in cpu_has_xfeatures()