Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/i386/i386/
Dmachdep.c1046 const struct cpu_cpuid_feature cpu_xsave_extfeatures[] = { variable
1982 for (i = 0; i < nitems(cpu_xsave_extfeatures); i++) in identifycpu()
1983 if (val & cpu_xsave_extfeatures[i].feature_bit) in identifycpu()
1985 cpu_xsave_extfeatures[i].feature_name); in identifycpu()