procfs_machdep.c | 65 static const char * const x86_features[][32] = { variable in typeref:typename:const char * const[][32] 263 * Print feature bits. The code assume that unused entry of x86_features[] 276 procfs_getonefeatreg(ci->ci_feat_val[0], x86_features[0], p, left); 279 procfs_getonefeatreg(ci->ci_feat_val[2], x86_features[1], p + diff, 283 /* x86_features[2] is for Transmeta */ 284 /* x86_features[3] is Linux defined mapping */ 286 procfs_getonefeatreg(ci->ci_feat_val[1], x86_features[4], p + diff, 290 procfs_getonefeatreg(ci->ci_feat_val[4], x86_features[5], p + diff, 294 procfs_getonefeatreg(ci->ci_feat_val[3], x86_features[6], p + diff, 298 /* x86_features[7] is Linux defined mapping * [all...] |