/tools/virtio/linux/ |
D | virtio_config.h | 16 return vdev->features & (1ULL << fbit); in __virtio_test_bit() 27 vdev->features |= (1ULL << fbit); in __virtio_set_bit() 38 vdev->features &= ~(1ULL << fbit); in __virtio_clear_bit()
|
D | virtio.h | 14 u64 features; member
|
/tools/virtio/ |
D | virtio_test.c | 72 unsigned long long features = dev->vdev.features; in vhost_vq_setup() local 80 r = ioctl(dev->control, VHOST_SET_FEATURES, &features); in vhost_vq_setup() 127 static void vdev_info_init(struct vdev_info* dev, unsigned long long features) in vdev_info_init() argument 131 dev->vdev.features = features; in vdev_info_init() 345 unsigned long long features = (1ULL << VIRTIO_RING_F_INDIRECT_DESC) | in main() local 360 features &= ~(1ULL << VIRTIO_RING_F_EVENT_IDX); in main() 366 features &= ~(1ULL << VIRTIO_RING_F_INDIRECT_DESC); in main() 369 features &= ~(1ULL << VIRTIO_F_VERSION_1); in main() 399 vdev_info_init(&dev, features); in main()
|
D | vringh_test.c | 136 static int parallel_test(u64 features, in parallel_test() argument 189 vringh_init_user(&vrh, features, RINGSIZE, true, in parallel_test() 309 gvdev.vdev.features = features; in parallel_test() 457 vdev.features = 0; in main() 480 return parallel_test(vdev.features, getrange, fast_vringh); in main() 495 vringh_init_user(&vrh, vdev.features, RINGSIZE, true, in main()
|
/tools/bpf/bpftool/Documentation/ |
D | common_options.rst | 6 features that were included when bpftool was compiled. Optional 7 features include linking against libbfd to provide the disassembler 9 skeletons (some features like **bpftool prog profile** or showing
|
D | bpftool-feature.rst | 53 only the features available to a user who does not have the 54 **CAP_SYS_ADMIN** capability set. The features available in 63 Probe network device for supported eBPF features and dump
|
/tools/testing/kunit/test_data/ |
D | test_read_from_file.kconfig | 13 # Host processor type and features
|
/tools/testing/selftests/tc-testing/ |
D | TODO.txt | 3 - Determine what tc features are supported in the kernel. If features are not
|
D | README | 22 features. As new tests will be added, config options list will be updated. 24 * All tc-related features being tested must be built in or available as
|
/tools/io_uring/ |
D | README | 14 app demonstrates the various features of io_uring, like fixed files, 16 control which features to use. Arguments is the file (or files) that
|
/tools/testing/selftests/vm/ |
D | userfaultfd.c | 348 static void userfaultfd_open(uint64_t *features) in userfaultfd_open() argument 358 uffdio_api.features = *features; in userfaultfd_open() 365 *features = uffdio_api.features; in userfaultfd_open() 408 static void uffd_test_ctx_init_ext(uint64_t *features) in uffd_test_ctx_init_ext() argument 417 userfaultfd_open(features); in uffd_test_ctx_init_ext() 465 static inline void uffd_test_ctx_init(uint64_t features) in uffd_test_ctx_init() argument 467 uffd_test_ctx_init_ext(&features); in uffd_test_ctx_init() 1096 int err, features; in userfaultfd_events_test() local 1104 features = UFFD_FEATURE_EVENT_FORK | UFFD_FEATURE_EVENT_REMAP | in userfaultfd_events_test() 1106 uffd_test_ctx_init(features); in userfaultfd_events_test() [all …]
|
/tools/perf/Documentation/ |
D | perf.txt | 71 covers hardware level (CPU/PMU, Performance Monitoring Unit) features 72 and software features (software counters, tracepoints) as well.
|
D | db-export.txt | 40 or optional features by checking for the existence and value of script global
|
D | android.txt | 70 Some perf features need environment variables to run properly.
|
/tools/memory-model/litmus-tests/ |
D | WRC+pooncerelease+fencermbonceonce+Once.litmus | 7 * the first write is moved to a separate process. Because it features
|
/tools/edid/ |
D | edid.S | 242 features: .byte 0x18+(VSYNC_POL<<2)+(HSYNC_POL<<1) label
|
/tools/testing/selftests/powerpc/tm/ |
D | tm-signal-pagefault.c | 154 uffdio_api.features = 0; in setup_uf_mem()
|
/tools/arch/arm/include/uapi/asm/ |
D | kvm.h | 106 __u32 features[7]; member
|
/tools/arch/powerpc/include/uapi/asm/ |
D | kvm.h | 196 __u32 features; /* KVM_SREGS_E_FSL_ */ member 207 __u32 features; /* KVM_SREGS_E_ */ member
|
/tools/build/ |
D | Makefile.feature | 241 $(info Auto-detecting system features:)
|
/tools/arch/arm64/include/uapi/asm/ |
D | kvm.h | 112 __u32 features[7]; member
|
/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-hwbreak.c | 61 return !!(dbginfo->features & PPC_DEBUG_FEATURE_DATA_BP_DAWR); in dawr_present() 501 if (dbginfo->features & PPC_DEBUG_FEATURE_DATA_BP_RANGE) { in run_tests()
|
/tools/memory-model/ |
D | README | 67 the format, features, capabilities and limitations of these litmus 171 Describes the format, features, capabilities, and limitations
|
/tools/testing/selftests/kvm/ |
D | demand_paging_test.c | 219 uffdio_api.features = 0; in setup_demand_paging()
|
/tools/usb/usbip/ |
D | INSTALL | 51 some messages telling which features it is checking for. 144 There may be some features `configure' cannot figure out automatically,
|