Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 39) sorted by relevance

12

/tools/virtio/linux/
Dvirtio_config.h16 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()
Dvirtio.h14 u64 features; member
/tools/virtio/
Dvirtio_test.c72 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()
Dvringh_test.c136 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/
Dcommon_options.rst6 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
Dbpftool-feature.rst53 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/selftests/kvm/aarch64/
Dpsci_cpu_on_test.c84 init.features[0] |= (1 << KVM_ARM_VCPU_PSCI_0_2); in main()
91 init.features[0] |= (1 << KVM_ARM_VCPU_POWER_OFF); in main()
/tools/testing/kunit/test_data/
Dtest_read_from_file.kconfig13 # Host processor type and features
/tools/io_uring/
DREADME14 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/tc-testing/
DTODO.txt3 - Determine what tc features are supported in the kernel. If features are not
DREADME22 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/testing/selftests/vm/
Duserfaultfd.c353 static void userfaultfd_open(uint64_t *features) in userfaultfd_open() argument
363 uffdio_api.features = *features; in userfaultfd_open()
370 *features = uffdio_api.features; in userfaultfd_open()
413 static void uffd_test_ctx_init_ext(uint64_t *features) in uffd_test_ctx_init_ext() argument
422 userfaultfd_open(features); in uffd_test_ctx_init_ext()
470 static inline void uffd_test_ctx_init(uint64_t features) in uffd_test_ctx_init() argument
472 uffd_test_ctx_init_ext(&features); in uffd_test_ctx_init()
1114 int err, features; in userfaultfd_events_test() local
1122 features = UFFD_FEATURE_EVENT_FORK | UFFD_FEATURE_EVENT_REMAP | in userfaultfd_events_test()
1124 uffd_test_ctx_init(features); in userfaultfd_events_test()
[all …]
/tools/perf/Documentation/
Dperf.txt71 covers hardware level (CPU/PMU, Performance Monitoring Unit) features
72 and software features (software counters, tracepoints) as well.
Ddb-export.txt40 or optional features by checking for the existence and value of script global
Dandroid.txt70 Some perf features need environment variables to run properly.
/tools/memory-model/litmus-tests/
DWRC+pooncerelease+fencermbonceonce+Once.litmus7 * the first write is moved to a separate process. Because it features
/tools/edid/
Dedid.S242 features: .byte 0x18+(VSYNC_POL<<2)+(HSYNC_POL<<1) label
/tools/testing/selftests/powerpc/tm/
Dtm-signal-pagefault.c154 uffdio_api.features = 0; in setup_uf_mem()
/tools/arch/arm/include/uapi/asm/
Dkvm.h106 __u32 features[7]; member
/tools/arch/powerpc/include/uapi/asm/
Dkvm.h196 __u32 features; /* KVM_SREGS_E_FSL_ */ member
207 __u32 features; /* KVM_SREGS_E_ */ member
/tools/build/
DMakefile.feature247 $(info Auto-detecting system features:)
/tools/arch/arm64/include/uapi/asm/
Dkvm.h112 __u32 features[7]; member
/tools/memory-model/Documentation/
DREADME61 The format, features, capabilities, and limitations of the litmus
/tools/arch/x86/kcpuid/
Dcpuid.csv155 # XXX: Do we really need to enumerate each and every AVX512 sub features
252 … 0xD, 0, EBX, 31:0, max_sz_xcr0, Maximum size (bytes) required by enabled features in XCR0
260 … 0xD, 1, EBX, 31:0, max_sz_xcr0, Maximum size (bytes) required by enabled features in XCR0
289 # Some detailed SGX features not added yet
/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c61 return !!(dbginfo->features & PPC_DEBUG_FEATURE_DATA_BP_DAWR); in dawr_present()
576 if (dbginfo->features & PPC_DEBUG_FEATURE_DATA_BP_RANGE) { in run_tests()

12