Home
last modified time | relevance | path

Searched refs:supported_mask (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dfeature_msrs_test.c44 const uint64_t supported_mask = kvm_get_feature_msr(msr); in test_feature_msr() local
45 uint64_t reset_value = is_quirked_msr(msr) ? supported_mask : 0; in test_feature_msr()
76 vcpu_set_msr(vcpu, msr, supported_mask); in test_feature_msr()
/linux-6.15/drivers/firmware/efi/test/
H A Defi_test.c668 unsigned int __user *supported_mask; in efi_runtime_get_supported_mask() local
671 supported_mask = (unsigned int *)arg; in efi_runtime_get_supported_mask()
673 if (put_user(efi.runtime_supported_mask, supported_mask)) in efi_runtime_get_supported_mask()
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h182 __u64 supported_mask; /* Mask flags that this kernel supports */ member
/linux-6.15/include/uapi/linux/
H A Dmount.h182 __u64 supported_mask; /* Mask flags that this kernel supports */ member
/linux-6.15/include/net/
H A Dred.h194 unsigned char supported_mask, in red_get_flags() argument
/linux-6.15/drivers/usb/serial/
H A Diuu_phoenix.c885 const u32 supported_mask = CMSPAR|PARENB|PARODD; in iuu_set_termios() local
893 u32 newval = cflag & supported_mask; in iuu_set_termios()
932 tty->termios.c_cflag &= ~(supported_mask|CSIZE); in iuu_set_termios()
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dqp.c5042 int supported_mask = IB_QP_STATE | in mlx5_ib_dct_query_qp() local
5050 if (qp_attr_mask & ~supported_mask) in mlx5_ib_dct_query_qp()
/linux-6.15/fs/
H A Dnamespace.c5887 s->sm.supported_mask = STATMOUNT_SUPPORTED; in do_statmount()