Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dvmx_msrs_test.c93 uint64_t supported_bits = FEAT_CTL_LOCKED | in ia32_feature_control_msr_test() local
109 for_each_clear_bit(bit, &supported_bits, 64) { in ia32_feature_control_msr_test()
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_property.c213 uint64_t supported_bits) in drm_property_create_bitmask() argument
217 int num_values = hweight64(supported_bits); in drm_property_create_bitmask()
225 if (!(supported_bits & (1ULL << props[i].type))) in drm_property_create_bitmask()
/linux-6.3-rc2/include/drm/
A Ddrm_property.h261 uint64_t supported_bits);

Completed in 9 milliseconds