Searched refs:supported_bits (Results 1 – 3 of 3) sorted by relevance
93 uint64_t supported_bits = FEAT_CTL_LOCKED | in ia32_feature_control_msr_test() local109 for_each_clear_bit(bit, &supported_bits, 64) { in ia32_feature_control_msr_test()
213 uint64_t supported_bits) in drm_property_create_bitmask() argument217 int num_values = hweight64(supported_bits); in drm_property_create_bitmask()225 if (!(supported_bits & (1ULL << props[i].type))) in drm_property_create_bitmask()
261 uint64_t supported_bits);