Searched refs:supported_flags (Results 1 – 4 of 4) sorted by relevance
534 __le32 supported_flags; member
6959 u32 supported_flags; in read_adv_features() local6981 supported_flags = get_supported_adv_flags(hdev); in read_adv_features()6983 rp->supported_flags = cpu_to_le32(supported_flags); in read_adv_features()7141 u32 supported_flags; in add_advertising() local7169 supported_flags = get_supported_adv_flags(hdev); in add_advertising()7170 if (flags & ~supported_flags) in add_advertising()
2456 const u64 supported_flags = KVM_S390_MEMOP_F_INJECT_EXCEPTION in kvm_s390_guest_mem_op() local2459 if (mop->flags & ~supported_flags) in kvm_s390_guest_mem_op()
5398 u64 change_mask, u64 flags, u64 supported_flags, in check_feature_bits() argument5407 unsupported = set_mask & ~supported_flags; in check_feature_bits()