Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 260) sorted by relevance

1234567891011

/linux/tools/testing/selftests/bpf/prog_tests/
H A Duretprobe_stack.c65 static struct range targets[] = { variable
94 for (i = 1; i < ARRAY_SIZE(targets); i++) in validate_stack()
95 printf("target_%d: %#lx - %#lx\n", i, targets[i].start, targets[i].stop); in validate_stack()
97 for (j = 1; j < ARRAY_SIZE(targets); j++) { in validate_stack()
98 if (ips[i] >= targets[j].start && ips[i] < targets[j].stop) in validate_stack()
101 if (j < ARRAY_SIZE(targets)) { /* found target match */ in validate_stack()
149 2, &caller, &targets[1]); in test_uretprobe_stack()
152 3, &caller, &targets[1], &targets[1]); in test_uretprobe_stack()
155 4, &caller, &targets[1], &targets[1], &targets[2]); in test_uretprobe_stack()
158 5, &caller, &targets[1], &targets[1], &targets[2], &targets[3]); in test_uretprobe_stack()
[all …]
H A Dfill_link_info.c425 struct tmulti_target *targets, in setup_tmulti_targets() argument
443 targets[i].name = tmulti_syms[i]; in setup_tmulti_targets()
444 targets[i].addr = ksym_get_addr(tmulti_syms[i]); in setup_tmulti_targets()
445 targets[i].cookie = tmulti_cookies[i]; in setup_tmulti_targets()
446 targets[i].id = id; in setup_tmulti_targets()
461 qsort(targets, TRACING_MULTI_CNT, sizeof(targets[0]), tmulti_target_cmp); in setup_tmulti_targets()
471 const struct tmulti_target *targets, in verify_tracing_multi_link_info() argument
513 ASSERT_EQ(ids[i], targets[i].id, "tracing_multi.ids"); in verify_tracing_multi_link_info()
514 ASSERT_EQ(cookies[i], has_cookies ? targets[i].cookie : 0, "tracing_multi.cookies"); in verify_tracing_multi_link_info()
516 if (targets[i].addr) { in verify_tracing_multi_link_info()
[all …]
/linux/drivers/nfc/microread/
H A Dmicroread.c471 struct nfc_target *targets; in microread_target_discovered() local
476 targets = kzalloc_obj(struct nfc_target); in microread_target_discovered()
477 if (targets == NULL) { in microread_target_discovered()
482 targets->hci_reader_gate = gate; in microread_target_discovered()
491 targets->supported_protocols = in microread_target_discovered()
493 targets->sens_res = in microread_target_discovered()
495 targets->sel_res = skb->data[MICROREAD_EMCF_A_SAK]; in microread_target_discovered()
496 targets->nfcid1_len = skb->data[MICROREAD_EMCF_A_LEN]; in microread_target_discovered()
497 if (targets->nfcid1_len > sizeof(targets->nfcid1) || in microread_target_discovered()
498 targets->nfcid1_len > skb->len - MICROREAD_EMCF_A_UID) { in microread_target_discovered()
[all …]
/linux/scripts/
H A DMakefile.vmlinux10 targets :=
46 targets += .builtin-dtbs-list
49 targets += .builtin-dtbs.S .builtin-dtbs.o
70 targets += vmlinux.unstripped .vmlinux.export.o
98 targets += vmlinux
121 targets += modules.builtin.modinfo
138 targets += modules.builtin
150 targets += modules.builtin.ranges
166 # Read all saved command lines and dependencies for the $(targets) we
171 existing-targets
[all...]
H A DMakefile.build20 targets :=
116 targets := $(addprefix $(obj)/, $(targets))
142 targets-for-builtin := $(extra-y)
145 targets-for-builtin += $(obj)/lib.a
149 targets-for-builtin += $(obj)/built-in.a
152 targets-for-modules := $(foreach x, o mod, \
156 targets-for-modules += $(obj)/modules.order
159 targets += $(targets-for-builtin) $(targets-for-modules)
439 targets += $(filter-out $(subdir-builtin), $(real-obj-y))
440 targets += $(filter-out $(subdir-modorder), $(real-obj-m))
[all …]
H A DMakefile.modpost93 targets += .vmlinux.objs
145 targets += $(output-symdump)
153 existing-targets := $(wildcard $(sort $(targets)))
155 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
H A DMakefile.modfinal57 targets += $(modules:%.o=%.ko) $(modules:%.o=%.mod.o) .module-common.o
65 # Read all saved command lines and dependencies for the $(targets) we
70 existing-targets := $(wildcard $(sort $(targets)))
72 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
H A DMakefile.asm-headers89 targets := $(syscall-y)
101 existing-targets := $(wildcard $(sort $(targets)))
103 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
H A DKbuild.include52 # real prerequisites without phony targets
135 # will delete incomplete targets), and resume it later.
139 # Make dies with SIGPIPE before cleaning the targets.
146 # Of course, this is unneeded for phony targets.
172 # We still need to detect missing targets.
185 # PHONY targets skipped in both cases.
186 # If there is no prerequisite other than phony targets, $(newer-prereqs) becomes
225 # (6) - due to target not in $(targets)
226 # (1) PHONY targets are always build
233 # (6) No dir/.target.cmd file and target not listed in $(targets)
[all …]
/linux/arch/mips/boot/compressed/
H A DMakefile52 targets := $(notdir $(vmlinuzobjs-y)) macro
54 targets += vmlinux.bin
69 targets += vmlinux.bin.z
74 targets += piggy.o dummy.o
101 targets += ../../../../vmlinuz
132 targets += ../vmlinuz.32
140 targets += ../vmlinuz.ecoff
148 targets += ../vmlinuz.bin
155 targets += ../vmlinuz.srec
162 targets += ../uzImage.bin
[all …]
/linux/arch/arc/boot/
H A DMakefile15 targets += vmlinux.bin
16 targets += vmlinux.bin.gz
17 targets += vmlinux.bin.lzma
18 targets += uImage.bin
19 targets += uImage.gz
20 targets += uImage.lzma
/linux/arch/x86/realmode/rm/
H A DMakefile28 targets += $(realmode-y)
37 targets += pasyms.h
41 targets += realmode.lds
47 targets += realmode.elf
53 targets += realmode.bin
60 targets += realmode.relocs
/linux/Documentation/userspace-api/media/v4l/
H A Dselection-api-targets.rst5 Selection targets
9 .. _sel-targets-capture:
15 Cropping and composing targets
21 See :ref:`v4l2-selection-targets` for more information.
H A Dv4l2-selection-targets.rst4 .. _v4l2-selection-targets:
7 Selection targets
10 The precise meaning of the selection targets may be dependent on which
14 .. _v4l2-selection-targets-table:
H A Dvidioc-subdev-g-selection.rst54 Types of selection targets
57 There are two types of selection targets: actual and bounds. The actual
58 targets are the targets which configure the hardware. The BOUNDS target
64 To discover which targets are supported, the user can perform
68 Selection targets and flags are documented in
/linux/drivers/net/ethernet/mscc/
H A Docelot_io.c22 return regmap_bulk_read(ocelot->targets[target], addr + offset, in __ocelot_bulk_read_ix()
35 regmap_read(ocelot->targets[target], addr + offset, &val); in __ocelot_read_ix()
49 regmap_write(ocelot->targets[target], addr + offset, val); in __ocelot_write_ix()
62 regmap_update_bits(ocelot->targets[target], addr + offset, mask, val); in __ocelot_rmw_ix()
104 regmap_read(ocelot->targets[target], in __ocelot_target_read_ix()
112 regmap_write(ocelot->targets[target], in __ocelot_target_write_ix()
139 ocelot->targets[target], in ocelot_regfields_init()
/linux/arch/x86/boot/
H A DMakefile19 targets := vmlinux.bin setup.bin setup.elf bzImage macro
20 targets += fdimage fdimage144 fdimage288 image.iso hdimage
37 targets += $(setup-y)
50 targets += cpustr.h
79 targets += zoffset.h
109 targets += mtools.conf
/linux/arch/hexagon/kernel/
H A Dsmp.c223 struct cpumask targets; in smp_send_stop() local
224 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop()
225 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop()
226 send_ipi(&targets, IPI_CPU_STOP); in smp_send_stop()
/linux/tools/testing/selftests/
H A Dkselftest_deps.sh93 targets=$(grep -E "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2)
272 targets=$(echo "$targets" | grep -v "$fail_target")
292 echo -e "$targets";
/linux/tools/testing/selftests/damon/
H A Dsysfs.py186 def assert_monitoring_targets_committed(targets, dump):
187 assert_true(len(targets) == len(dump), 'len_targets', dump)
188 for idx, target in enumerate(targets):
199 assert_monitoring_targets_committed(ctx.targets, dump['adaptive_targets'])
260 targets=[_damon_sysfs.DamonTarget(pid=-1)],
287 targets=[_damon_sysfs.DamonTarget(pid=-1)],
370 targets=[
381 kdamonds.kdamonds[0].contexts[0].targets[1].obsolete = True
384 del kdamonds.kdamonds[0].contexts[0].targets[1]
172 assert_monitoring_targets_committed(targets, dump) global() argument
/linux/drivers/power/sequencing/
H A Dpwrseq-qcom-wcn.c25 const struct pwrseq_target_data **targets; member
325 .targets = pwrseq_qcom_wcn_targets,
343 .targets = pwrseq_qcom_wcn3990_targets,
363 .targets = pwrseq_qcom_wcn_targets,
384 .targets = pwrseq_qcom_wcn6855_targets,
401 .targets = pwrseq_qcom_wcn_targets,
536 config.targets = ctx->pdata->targets; in pwrseq_qcom_wcn_probe()
/linux/net/nfc/hci/
H A Dcore.c286 struct nfc_target *targets; in nfc_hci_target_discovered() local
294 targets = kzalloc_obj(struct nfc_target); in nfc_hci_target_discovered()
295 if (targets == NULL) in nfc_hci_target_discovered()
315 targets->supported_protocols = in nfc_hci_target_discovered()
317 if (targets->supported_protocols == 0xffffffff) { in nfc_hci_target_discovered()
322 targets->sens_res = be16_to_cpu(*(__be16 *)atqa_skb->data); in nfc_hci_target_discovered()
323 targets->sel_res = sak_skb->data[0]; in nfc_hci_target_discovered()
335 memcpy(targets->nfcid1, uid_skb->data, uid_skb->len); in nfc_hci_target_discovered()
336 targets->nfcid1_len = uid_skb->len; in nfc_hci_target_discovered()
340 targets); in nfc_hci_target_discovered()
[all …]
/linux/tools/sched_ext/
H A DMakefile194 c-sched-targets = scx_simple scx_cpu0 scx_qmap scx_central scx_flatcg scx_userland scx_pair scx_sdt
196 $(addprefix $(BINDIR)/,$(c-sched-targets)): \
205 $(c-sched-targets): %: $(BINDIR)/%
214 rm -f $(c-sched-targets)
224 @printf ' %s\n' $(c-sched-targets)
253 all_targets: $(c-sched-targets)
255 .PHONY: all all_targets $(c-sched-targets) clean help
/linux/drivers/s390/crypto/
H A Dzcrypt_api.c1009 struct ep11_target_dev *targets) in is_desired_ep11_card() argument
1012 if (targets->ap_id == dev_id || targets->ap_id == AUTOSEL_AP) in is_desired_ep11_card()
1014 targets++; in is_desired_ep11_card()
1021 struct ep11_target_dev *targets) in is_desired_ep11_queue() argument
1026 if ((targets->ap_id == card || targets->ap_id == AUTOSEL_AP) && in is_desired_ep11_queue()
1027 (targets->dom_id == dom || targets->dom_id == AUTOSEL_DOM)) in is_desired_ep11_queue()
1029 targets++; in is_desired_ep11_queue()
1041 struct ep11_target_dev *targets = NULL; in _zcrypt_send_ep11_cprb() local
1062 targets = kzalloc_objs(*targets, target_num); in _zcrypt_send_ep11_cprb()
1063 if (!targets) in _zcrypt_send_ep11_cprb()
[all …]
/linux/net/nfc/
H A Dcore.c273 if (dev->targets[i].idx == target_idx) in nfc_find_target()
274 return &dev->targets[i]; in nfc_find_target()
769 struct nfc_target *targets, int n_targets) in nfc_targets_found() argument
776 targets[i].idx = dev->target_next_idx++; in nfc_targets_found()
789 kfree(dev->targets); in nfc_targets_found()
790 dev->targets = NULL; in nfc_targets_found()
792 if (targets) { in nfc_targets_found()
793 dev->targets = kmemdup(targets, in nfc_targets_found()
797 if (!dev->targets) { in nfc_targets_found()
835 tg = &dev->targets[i]; in nfc_target_lost()
[all …]

1234567891011