Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 25 of 61) sorted by relevance

123

/tools/arch/x86/kcpuid/
Dcpuid.csv5 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/
Dguest_modes.h8 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/
Dguest_modes.c50 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/
Dtest_encl.lds37 ASSERT(!DEFINED(_GLOBAL_OFFSET_TABLE_), "Libcalls through GOT are not supported in enclaves")
/tools/perf/util/
Dmem-events.c136 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()
Dmem-events.h16 bool supported; member
/tools/testing/selftests/kvm/
Ddirty_log_test.c407 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/
Dbpftool-feature.rst56 supported by the system. Unprivileged users MUST use the
63 Probe network device for supported eBPF features and dump
Dbpftool-net.rst59 Currently, only XDP-related modes are supported for *ATTACH_TYPE*.
71 Currently, only XDP-related modes are supported for *ATTACH_TYPE*.
Dbpftool-btf.rst68 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:
Dbpftool-gen.rst67 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/
Ditrace.txt60 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.
Dperf-bench.txt167 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.
Dperf-intel-pt.txt22 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 …]
Dperf-iostat.txt35 Select the root ports for monitoring. Comma-separated list is supported.
DBuild.txt67 supported by GCC. UBSan detects undefined behaviors of programs at runtime.
Dperf-stat.txt288 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/
Dvec-syscfg.c579 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/
Dlibtraceevent-record_parse.txt51 _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/
DTODO.txt3 - Determine what tc features are supported in the kernel. If features are not
/tools/testing/selftests/resctrl/
DREADME27 Executing the test without any parameter will run all supported tests:
/tools/testing/selftests/filesystems/fuse/
Dtest_framework.h39 #error Big endian not supported!
/tools/testing/selftests/vm/
Dpkey-helpers.h95 #error Architecture not supported
/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh26 echo $msg memory hotplug is not supported >&2
/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh27 echo $msg cpu hotplug is not supported >&2

123