Home
last modified time | relevance | path

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

1234

/tools/arch/x86/kcpuid/
A Dcpuid.csv15 … 0x0, 0, eax, 31:0, max_std_leaf , Highest standard CPUID leaf supported
362 0xd, 1, ecx, 8, xss_pt , PT state, supported
363 0xd, 1, ecx, 10, xss_pasid , PASID state, supported
366 0xd, 1, ecx, 13, xss_hdc , HDC state, supported
367 0xd, 1, ecx, 14, xss_uintr , UINTR state, supported
368 0xd, 1, ecx, 15, xss_lbr , LBR state, supported
369 0xd, 1, ecx, 16, xss_hwp , HWP state, supported
795 0x80000008, 0, ebx, 0, clzero , CLZERO supported
802 0x80000008, 0, ebx, 9, wbnoinvd , WBNOINVD supported
962 0x8000001f, 0, eax, 5, vm_permission_levels , VMPL supported
[all …]
/tools/testing/selftests/kvm/lib/
A Dguest_modes.c50 if (guest_modes[i].supported && guest_modes[i].enabled) in guest_modes_append_default()
93 TEST_ASSERT(guest_modes[i].supported, in for_each_guest_mode()
110 guest_modes[i].supported ? " (supported)" : ""); in guest_modes_help()
/tools/testing/selftests/bpf/prog_tests/
A Dlibbpf_probes.c94 .supported = supp, \ in test_libbpf_probe_helpers()
101 bool supported; in test_libbpf_probe_helpers() member
126 ASSERT_EQ(res, d->supported, buf); in test_libbpf_probe_helpers()
/tools/testing/selftests/kvm/include/
A Dguest_modes.h8 bool supported; member
/tools/testing/selftests/sgx/
A Dtest_encl.lds41 ASSERT(!DEFINED(_GLOBAL_OFFSET_TABLE_), "Libcalls through GOT are not supported in enclaves")
/tools/testing/selftests/mm/
A Dvm_util.c72 static int supported = -1; in pagemap_scan_supported() local
75 if (supported != -1) in pagemap_scan_supported()
76 return supported; in pagemap_scan_supported()
83 supported = errno == EFAULT; in pagemap_scan_supported()
85 return supported; in pagemap_scan_supported()
A Dpkey-helpers.h110 #error Architecture not supported
/tools/testing/selftests/arm64/fp/
A Dza-ptrace.c108 static void ptrace_set_get_vl(pid_t child, unsigned int vl, bool *supported) in ptrace_set_get_vl() argument
115 *supported = false; in ptrace_set_get_vl()
124 *supported = (prctl_vl == vl); in ptrace_set_get_vl()
A Dfp-ptrace.c196 bool (*supported)(struct test_config *config); member
1396 if (test->supported && !test->supported(config)) { in run_test()
1433 .supported = sve_sme_same,
1437 .supported = sve_sme_same,
1443 .supported = fpmr_write_supported,
1452 .supported = sve_write_supported,
1458 .supported = sve_write_fpsimd_supported,
1467 .supported = za_write_supported,
1476 .supported = zt_write_supported,
A Dvec-syscfg.c774 unsigned long supported; in main() local
776 supported = vec_type_supported(data); in main()
777 if (!supported) in main()
781 if (supported) in main()
A Dsve-ptrace.c217 unsigned int vl, bool *supported) in ptrace_set_get_vl() argument
224 *supported = false; in ptrace_set_get_vl()
233 *supported = (prctl_vl == vl); in ptrace_set_get_vl()
/tools/testing/selftests/kvm/
A Ddirty_log_test.c402 bool (*supported)(void); member
419 .supported = clear_log_supported,
426 .supported = dirty_ring_supported,
447 if (mode->supported) in log_mode_supported()
448 return mode->supported(); in log_mode_supported()
/tools/testing/selftests/resctrl/
A DREADME31 Using kselftest framework will run all supported tests within resctrl_tests:
52 Executing the test without any parameter will run all supported tests:
/tools/perf/Documentation/
A Ditrace.txt65 If supported, the 'd' option may be followed by flags which affect what
72 If supported, the 'q' option may be repeated to increase the effect.
A DBuild.txt67 supported by GCC. UBSan detects undefined behaviors of programs at runtime.
77 As Multiarch is commonly supported in Linux distributions, we can install
A Dperf-iostat.txt35 Select the root ports for monitoring. Comma-separated list is supported.
A Dperf-bench.txt189 On x86-64, x86-64-unrolled, x86-64-movsq and x86-64-movsb are supported.
213 On x86-64, x86-64-unrolled, x86-64-stosq and x86-64-stosb are supported.
/tools/bpf/bpftool/Documentation/
A Dbpftool-feature.rst57 small subset of the parameters supported by the system. Unprivileged users
63 Probe network device for supported eBPF features and dump results to the
A Dbpftool-net.rst65 are supported for *ATTACH_TYPE*.
79 supported for *ATTACH_TYPE*.
A Dbpftool-btf.rst66 (**raw**) or C-syntax (**c**) output formats are supported. With C-style
109 This gives an example of default output for all supported BTF kinds.
228 All the standard ways to specify map or program are supported:
/tools/testing/selftests/tc-testing/
A DTODO.txt3 - Determine what tc features are supported in the kernel. If features are not
/tools/perf/util/
A Dmem-events.h9 bool supported; member
A Dmem-events.c214 e->supported |= perf_pmu__mem_events_supported(mnt, pmu, e); in __perf_pmu__mem_events_init()
215 if (e->supported) in __perf_pmu__mem_events_init()
249 e->supported ? ": available\n" : ""); in perf_pmu__mem_events_list()
278 if (!e->supported) { in perf_mem_events__record_args()
/tools/testing/selftests/cpu-hotplug/
A Dcpu-on-off-test.sh28 echo $msg cpu hotplug is not supported >&2
/tools/testing/selftests/kho/
A Dvmtest.sh25 supported targets: aarch64, x86_64

Completed in 34 milliseconds

1234