Searched refs:legacy (Results 1 – 12 of 12) sorted by relevance
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | legacy_printk.c | 6 static int execute_one_variant(bool legacy) in execute_one_variant() argument 15 bpf_program__set_autoload(skel->progs.handle_legacy, legacy); in execute_one_variant() 16 bpf_program__set_autoload(skel->progs.handle_modern, !legacy); in execute_one_variant() 23 if (legacy) { in execute_one_variant() 39 if (legacy) { in execute_one_variant()
|
| /tools/usb/ |
| A D | ffs-test.c | 224 static size_t descs_to_legacy(void **legacy, const void *descriptors_v2) in descs_to_legacy() argument 301 *legacy = out; in descs_to_legacy() 628 void *legacy; in ep0_init() local 634 goto legacy; in ep0_init() 642 legacy: in ep0_init() 643 len = descs_to_legacy(&legacy, &descriptors); in ep0_init() 645 ret = write(t->fd, legacy, len); in ep0_init() 646 free(legacy); in ep0_init()
|
| /tools/perf/pmu-events/arch/riscv/ |
| A D | mapfile.csv | 22 0x5b7-0x0-0x0,v1,thead/c900-legacy,core
|
| /tools/testing/selftests/net/netfilter/ |
| A D | rpath.sh | 7 if iptables-legacy --version >/dev/null 2>&1; then 15 if ip6tables-legacy --version >/dev/null 2>&1; then
|
| /tools/testing/selftests/x86/ |
| A D | xstate.h | 70 char legacy[XSAVE_HDR_OFFSET]; member
|
| /tools/perf/util/ |
| A D | demangle-rust-v0.c | 1935 struct demangle_legacy legacy; in rust_demangle_demangle() local 1936 demangle_status st = rust_demangle_legacy_demangle(s, s_len, &legacy, &suffix); in rust_demangle_demangle() 1940 .mangled=legacy.mangled, in rust_demangle_demangle() 1941 .mangled_len=legacy.mangled_len, in rust_demangle_demangle() 1942 .elements=legacy.elements, in rust_demangle_demangle() 2008 struct demangle_legacy legacy = { in rust_demangle_display_demangle() local 2013 … if (rust_demangle_legacy_display_demangle(legacy, out, len, alternate) == OverflowOverflow) { in rust_demangle_display_demangle()
|
| /tools/testing/selftests/exec/ |
| A D | check-exec.c | 360 TEST_F(secbits, legacy) in TEST_F() argument
|
| /tools/testing/selftests/wireguard/qemu/ |
| A D | Makefile | 341 …2_PATH)/misc/ss $(IPROUTE2_PATH)/ip/ip $(IPTABLES_PATH)/iptables/xtables-legacy-multi $(NMAP_PATH)… 431 $(IPTABLES_PATH)/iptables/xtables-legacy-multi: | $(IPTABLES_PATH)/.installed $(USERSPACE_DEPS)
|
| /tools/perf/arch/x86/entry/syscalls/ |
| A D | syscall_64.tbl | 437 # This is the end of the legacy x32 range. Numbers 548 and above are
|
| /tools/lib/bpf/ |
| A D | libbpf.c | 11314 bool retprobe, legacy; in bpf_program__attach_kprobe_opts() local 11328 legacy = true; in bpf_program__attach_kprobe_opts() 11332 if (legacy) in bpf_program__attach_kprobe_opts() 11346 if (!legacy) { in bpf_program__attach_kprobe_opts() 11381 if (legacy) { in bpf_program__attach_kprobe_opts() 11392 if (legacy) in bpf_program__attach_kprobe_opts() 12299 legacy = true; in bpf_program__attach_uprobe_opts() 12303 if (legacy) in bpf_program__attach_uprobe_opts() 12317 if (!legacy) { in bpf_program__attach_uprobe_opts() 12356 if (legacy) { in bpf_program__attach_uprobe_opts() [all …]
|
| /tools/perf/Documentation/ |
| A D | topdown.txt | 313 The lower half of the register is the TMA level 1 metrics (legacy).
|
| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 646 0x80000001, 0, ecx, 1, cmp_legacy , Multi-processing legacy mode (No …
|
Completed in 47 milliseconds