| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 15 … 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 D | guest_modes.c | 50 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 D | libbpf_probes.c | 94 .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 D | guest_modes.h | 8 bool supported; member
|
| /tools/testing/selftests/sgx/ |
| A D | test_encl.lds | 41 ASSERT(!DEFINED(_GLOBAL_OFFSET_TABLE_), "Libcalls through GOT are not supported in enclaves")
|
| /tools/testing/selftests/mm/ |
| A D | vm_util.c | 72 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 D | pkey-helpers.h | 110 #error Architecture not supported
|
| /tools/testing/selftests/arm64/fp/ |
| A D | za-ptrace.c | 108 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 D | fp-ptrace.c | 196 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 D | vec-syscfg.c | 774 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 D | sve-ptrace.c | 217 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 D | dirty_log_test.c | 402 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 D | README | 31 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 D | itrace.txt | 65 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 D | Build.txt | 67 supported by GCC. UBSan detects undefined behaviors of programs at runtime. 77 As Multiarch is commonly supported in Linux distributions, we can install
|
| A D | perf-iostat.txt | 35 Select the root ports for monitoring. Comma-separated list is supported.
|
| A D | perf-bench.txt | 189 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 D | bpftool-feature.rst | 57 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 D | bpftool-net.rst | 65 are supported for *ATTACH_TYPE*. 79 supported for *ATTACH_TYPE*.
|
| A D | bpftool-btf.rst | 66 (**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 D | TODO.txt | 3 - Determine what tc features are supported in the kernel. If features are not
|
| /tools/perf/util/ |
| A D | mem-events.h | 9 bool supported; member
|
| A D | mem-events.c | 214 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 D | cpu-on-off-test.sh | 28 echo $msg cpu hotplug is not supported >&2
|
| /tools/testing/selftests/kho/ |
| A D | vmtest.sh | 25 supported targets: aarch64, x86_64
|