Searched refs:MAX_MFEATURE_BIT (Results 1 – 2 of 2) sorted by relevance
29 #define MAX_MFEATURE_BIT (sizeof(machine_features) * BITS_PER_BYTE) macro33 if (nr >= MAX_MFEATURE_BIT) in __set_machine_feature()45 if (nr >= MAX_MFEATURE_BIT) in __clear_machine_feature()57 if (nr >= MAX_MFEATURE_BIT) in __test_machine_feature()
28 unsigned long mfeatures[MAX_MFEATURE_BIT / BITS_PER_LONG];