/tools/arch/x86/kcpuid/ |
D | cpuid.csv | 5 0, 0, EAX, 31:0, max_basic_leafs, Max input value for supported subleafs 21 1, 0, ECX, 1, pclmulqdq, PCLMULQDQ instruction supported 23 1, 0, ECX, 3, mwait, MONITOR/MWAIT supported 25 1, 0, ECX, 5, vmx, Virtual Machine Extensions supported 26 1, 0, ECX, 6, smx, Safer Mode Extension supported 31 1, 0, ECX, 11, sdbg, IA32_DEBUG_INTERFACE MSR for silicon debug supported 32 1, 0, ECX, 12, fma, FMA extensions using YMM state supported 33 1, 0, ECX, 13, cmpxchg16b, 'CMPXCHG16B - Compare and Exchange Bytes' supported 34 1, 0, ECX, 14, xtpr_update, xTPR Update Control supported 37 1, 0, ECX, 18, dca, Prefetching data from a memory mapped device supported [all …]
|
/tools/testing/selftests/kvm/include/ |
D | guest_modes.h | 8 bool supported; member 14 #define guest_mode_append(mode, supported, enabled) ({ \ argument 15 guest_modes[mode] = (struct guest_mode){ supported, enabled }; \
|
/tools/testing/selftests/kvm/lib/ |
D | guest_modes.c | 50 TEST_ASSERT(guest_modes[i].supported, in for_each_guest_mode() 67 guest_modes[i].supported ? " (supported)" : ""); in guest_modes_help()
|
/tools/testing/selftests/sgx/ |
D | test_encl.lds | 37 ASSERT(!DEFINED(_GLOBAL_OFFSET_TABLE_), "Libcalls through GOT are not supported in enclaves")
|
/tools/perf/util/ |
D | mem-events.c | 136 e->supported = perf_mem_event__supported(mnt, sysfs_name); in perf_mem_events__init() 141 e->supported |= perf_mem_event__supported(mnt, sysfs_name); in perf_mem_events__init() 145 if (e->supported) in perf_mem_events__init() 163 e->supported ? ": available" : ""); in perf_mem_events__list() 198 if (!e->supported) { in perf_mem_events__record_args() 207 if (!e->supported) { in perf_mem_events__record_args()
|
D | mem-events.h | 16 bool supported; member
|
/tools/testing/selftests/kvm/ |
D | dirty_log_test.c | 407 bool (*supported)(void); member 424 .supported = clear_log_supported, 431 .supported = dirty_ring_supported, 462 if (mode->supported) in log_mode_supported() 463 return mode->supported(); in log_mode_supported()
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-feature.rst | 56 supported by the system. Unprivileged users MUST use the 63 Probe network device for supported eBPF features and dump
|
D | bpftool-net.rst | 59 Currently, only XDP-related modes are supported for *ATTACH_TYPE*. 71 Currently, only XDP-related modes are supported for *ATTACH_TYPE*.
|
D | bpftool-btf.rst | 68 formats are supported. 105 This gives an example of default output for all supported BTF kinds. 224 All the standard ways to specify map or program are supported:
|
D | bpftool-gen.rst | 67 requested, supported BPF programs will be automatically 79 global variables of all supported kinds: mutable, read-only, 126 programs of types supported by libbpf for auto-attachment 140 layout will be created. Currently supported ones are: *.data*,
|
/tools/perf/Documentation/ |
D | itrace.txt | 60 If supported, the 'd' option may be followed by flags which affect what 65 If supported, the 'q' option may be repeated to increase the effect.
|
D | perf-bench.txt | 167 On x86-64, x86-64-unrolled, x86-64-movsq and x86-64-movsb are supported. 191 On x86-64, x86-64-unrolled, x86-64-stosq and x86-64-stosb are supported.
|
D | perf-intel-pt.txt | 22 Intel PT is first supported in Intel Core M and 5th generation Intel Core 259 'h', 'G' and 'H' are for virtualization which is not supported by Intel PT. 295 tsc Always supported. Produces TSC timestamp packets to provide 302 noretcomp Always supported. Disables "return compression" so a TIP packet 317 which contains "1" if the feature is supported and "0" 342 supported (0 is always supported). Otherwise the default is 0. 361 which contains "1" if the feature is supported and 368 above for how to determine if MTC packets are supported. 393 that is supported (0 is always supported). 406 which contains "1" if the feature is supported and [all …]
|
D | perf-iostat.txt | 35 Select the root ports for monitoring. Comma-separated list is supported.
|
D | Build.txt | 67 supported by GCC. UBSan detects undefined behaviors of programs at runtime.
|
D | perf-stat.txt | 288 This option is not supported with the "-I" option. 293 Don't show any raw values. Not supported with --per-thread. 333 Print statistics of transactional execution if supported. 395 Print complete top-down metrics supported by the CPU. This allows to 440 Error out if the input is higher than the supported max level. 456 Measure SMI cost if msr/aperf/ and msr/smi/ events are supported. 476 The event modifier "percore" has supported to sum up the event counts
|
/tools/testing/selftests/arm64/fp/ |
D | vec-syscfg.c | 579 unsigned long supported; in main() local 581 supported = getauxval(data->hwcap_type) & data->hwcap; in main() 584 if (supported) in main()
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-record_parse.txt | 51 _TRACE_FLAG_IRQS_NOSUPPORT_, Reading IRQ flag is not supported by the architecture. 67 flags. Look at the _trace_flag_type_ enum for supported flags.
|
/tools/testing/selftests/tc-testing/ |
D | TODO.txt | 3 - Determine what tc features are supported in the kernel. If features are not
|
/tools/testing/selftests/resctrl/ |
D | README | 27 Executing the test without any parameter will run all supported tests:
|
/tools/testing/selftests/filesystems/fuse/ |
D | test_framework.h | 39 #error Big endian not supported!
|
/tools/testing/selftests/vm/ |
D | pkey-helpers.h | 95 #error Architecture not supported
|
/tools/testing/selftests/memory-hotplug/ |
D | mem-on-off-test.sh | 26 echo $msg memory hotplug is not supported >&2
|
/tools/testing/selftests/cpu-hotplug/ |
D | cpu-on-off-test.sh | 27 echo $msg cpu hotplug is not supported >&2
|