Home
last modified time | relevance | path

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

/linux/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/tools/testing/selftests/pidfd/
H A Dpidfd_info_test.c720 ASSERT_TRUE(!!(info.supported_mask & PIDFD_INFO_PID)); in TEST()
721 ASSERT_TRUE(!!(info.supported_mask & PIDFD_INFO_CREDS)); in TEST()
722 ASSERT_TRUE(!!(info.supported_mask & PIDFD_INFO_CGROUPID)); in TEST()
723 ASSERT_TRUE(!!(info.supported_mask & PIDFD_INFO_EXIT)); in TEST()
724 ASSERT_TRUE(!!(info.supported_mask & PIDFD_INFO_COREDUMP)); in TEST()
725 ASSERT_TRUE(!!(info.supported_mask & PIDFD_INFO_SUPPORTED_MASK)); in TEST()
726 ASSERT_TRUE(!!(info.supported_mask & PIDFD_INFO_COREDUMP_SIGNAL)); in TEST()
758 ASSERT_NE(info.supported_mask, 0); in TEST()
H A Dpidfd.h198 __u64 supported_mask; member
/linux/include/uapi/linux/
H A Dpidfd.h102 __u64 supported_mask; /* Mask flags that this kernel supports */ member
H A Dmount.h183 __u64 supported_mask; /* Mask flags that this kernel supports */ member
/linux/drivers/firmware/efi/test/
H A Defi_test.c671 unsigned int __user *supported_mask; in efi_runtime_get_supported_mask() local
674 supported_mask = (unsigned int *)arg; in efi_runtime_get_supported_mask()
676 if (put_user(efi.runtime_supported_mask, supported_mask)) in efi_runtime_get_supported_mask()
/linux/tools/include/uapi/linux/
H A Dmount.h182 __u64 supported_mask; /* Mask flags that this kernel supports */ member
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h183 __u64 supported_mask; /* Mask flags that this kernel supports */ member
/linux/include/net/
H A Dred.h194 unsigned char supported_mask, in red_get_flags() argument
/linux/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/fs/
H A Dpidfs.c460 kinfo.supported_mask = PIDFD_INFO_SUPPORTED; in pidfd_info()
H A Dnamespace.c5795 s->sm.supported_mask = STATMOUNT_SUPPORTED; in do_statmount()
/linux/drivers/infiniband/hw/mlx5/
H A Dqp.c5047 int supported_mask = IB_QP_STATE | in mlx5_ib_dct_query_qp() local
5055 if (qp_attr_mask & ~supported_mask) in mlx5_ib_dct_query_qp()