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