Home
last modified time | relevance | path

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

12345678910>>...15

/linux/tools/testing/selftests/bpf/prog_tests/
A Duretprobe_stack.c65 static struct range targets[] = { variable
95 printf("target_%d: %#lx - %#lx\n", i, targets[i].start, targets[i].stop); in validate_stack()
98 if (ips[i] >= targets[j].start && ips[i] < targets[j].stop) 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()
161 6, &caller, &targets[1], &targets[1], &targets[2], &targets[3], &targets[4]); in test_uretprobe_stack()
167 6, &caller, &targets[1], &targets[1], &targets[2], &targets[3], &targets[4]); in test_uretprobe_stack()
175 5, &caller, &targets[1], &targets[1], &targets[2], &targets[3]); in test_uretprobe_stack()
[all …]
/linux/arch/mips/boot/
A DMakefile32 targets := vmlinux.ecoff macro
38 targets += vmlinux.bin
44 targets += vmlinux.srec
78 targets += uImage
79 targets += uImage.bin
80 targets += uImage.bz2
81 targets += uImage.gz
82 targets += uImage.lzma
83 targets += uImage.lzo
123 targets += vmlinux.its
[all …]
/linux/drivers/nfc/microread/
A Dmicroread.c471 struct nfc_target *targets; in microread_target_discovered() local
477 if (targets == NULL) { in microread_target_discovered()
488 targets->sens_res = in microread_target_discovered()
492 if (targets->nfcid1_len > sizeof(targets->nfcid1)) { in microread_target_discovered()
502 targets->sens_res = in microread_target_discovered()
506 if (targets->nfcid1_len > sizeof(targets->nfcid1)) { in microread_target_discovered()
516 targets->nfcid1_len = 4; in microread_target_discovered()
520 targets->sens_res = in microread_target_discovered()
523 targets->nfcid1_len = 4; in microread_target_discovered()
528 targets->nfcid1_len = 8; in microread_target_discovered()
[all …]
/linux/scripts/
A DMakefile.vmlinux12 targets :=
21 targets += .vmlinux.export.o
32 targets += vmlinux
44 targets += modules.builtin.ranges
65 existing-targets := $(wildcard $(sort $(targets)))
67 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
A DMakefile.build20 targets :=
61 targets-for-builtin := $(extra-y)
64 targets-for-builtin += $(obj)/lib.a
68 targets-for-builtin += $(obj)/built-in.a
71 targets-for-modules := $(foreach x, o mod, \
75 targets-for-modules += $(obj)/modules.order
78 targets += $(targets-for-builtin) $(targets-for-modules)
356 targets += $(lib-y) $(always-y)
433 $(filter %$(strip $(1)), $(targets))))
491 targets := $(filter-out $(PHONY), $(targets))
[all …]
A DMakefile.vmlinux_o24 targets := .tmp_initcalls.lds
67 targets += vmlinux.o
74 targets += modules.builtin.modinfo
89 targets += modules.builtin
104 existing-targets := $(wildcard $(sort $(targets)))
106 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
A DMakefile.modpost91 targets += .vmlinux.objs
143 targets += $(output-symdump)
151 existing-targets := $(wildcard $(sort $(targets)))
153 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
A DMakefile.modfinal66 targets += $(modules:%.o=%.ko) $(modules:%.o=%.mod.o) $(extmod_prefix).module-common.o
79 existing-targets := $(wildcard $(sort $(targets)))
81 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
/linux/arch/mips/boot/compressed/
A DMakefile54 targets += vmlinux.bin
69 targets += vmlinux.bin.z
74 targets += piggy.o dummy.o
132 targets += ../vmlinuz.32
140 targets += ../vmlinuz.ecoff
148 targets += ../vmlinuz.bin
155 targets += ../vmlinuz.srec
162 targets += ../uzImage.bin
178 targets += ../vmlinuz.its.S
186 targets += ../vmlinuz.its
[all …]
/linux/arch/arc/boot/
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/mips/vdso/
A DMakefile95 targets += $(obj-vdso-y)
96 targets += vdso.lds
97 targets += vdso.so.dbg.raw vdso.so.raw
98 targets += vdso.so.dbg vdso.so
99 targets += vdso-image.c
122 targets += $(obj-vdso-y:%.o=%-o32.o)
123 targets += vdso-o32.lds
126 targets += vdso-o32-image.c
162 targets += $(obj-vdso-y:%.o=%-n32.o)
163 targets += vdso-n32.lds
[all …]
/linux/arch/x86/realmode/rm/
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/
A Dselection-api-targets.rst4 Selection targets
8 .. _sel-targets-capture:
14 Cropping and composing targets
20 See :ref:`v4l2-selection-targets` for more information.
A Dv4l2-selection-targets.rst3 .. _v4l2-selection-targets:
6 Selection targets
9 The precise meaning of the selection targets may be dependent on which
13 .. _v4l2-selection-targets-table:
/linux/include/linux/
A Dmemory-tiers.h57 void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets);
65 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) in node_get_allowed_targets() argument
67 *targets = NODE_MASK_NONE; in node_get_allowed_targets()
109 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) in node_get_allowed_targets() argument
111 *targets = NODE_MASK_NONE; in node_get_allowed_targets()
/linux/Documentation/networking/
A Dnfc.rst16 - Polling for targets;
27 PF_NFC. The NFC_SOCKPROTO_RAW performs raw communication with NFC targets.
62 * start_poll - setup the device to poll for targets
64 * activate_target - select and initialize one of the targets found
80 * NFC_CMD_START_POLL - setup a specific device to polling for targets
82 * NFC_CMD_GET_TARGET - dump the list of targets found by a specific device
86 * NFC_EVENT_TARGETS_FOUND - reports START_POLL results when 1 or more targets
89 The user must call START_POLL to poll for NFC targets, passing the desired NFC
95 If the polling operation finds one or more targets, the event TARGETS_FOUND is
97 all targets found by such device. Each reply message has target attributes with
[all …]
/linux/drivers/net/ethernet/mscc/
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/lib/raid6/
A DMakefile39 targets += int1.c int2.c int4.c int8.c
47 targets += altivec1.c altivec2.c altivec4.c altivec8.c
55 targets += vpermxor1.c vpermxor2.c vpermxor4.c vpermxor8.c
69 targets += neon1.c neon2.c neon4.c neon8.c
73 targets += s390vx8.c
80 targets += tables.c
/linux/certs/
A DMakefile23 targets += blacklist_hash_list
34 targets += x509_certificate_list
55 targets += signing_key.pem
76 targets += signing_key.x509
83 targets += x509_revocation_list
/linux/mm/damon/
A Dsysfs.c306 for (i = 0; i < targets->nr; i++) { in damon_sysfs_targets_rm_dirs()
310 targets->nr = 0; in damon_sysfs_targets_rm_dirs()
312 targets->targets_arr = NULL; in damon_sysfs_targets_rm_dirs()
321 damon_sysfs_targets_rm_dirs(targets); in damon_sysfs_targets_add_dirs()
329 targets->targets_arr = targets_arr; in damon_sysfs_targets_add_dirs()
349 targets->nr++; in damon_sysfs_targets_add_dirs()
371 struct damon_sysfs_targets *targets; in nr_targets_store() local
680 if (!targets) in damon_sysfs_context_set_targets()
685 kobject_put(&targets->kobj); in damon_sysfs_context_set_targets()
688 context->targets = targets; in damon_sysfs_context_set_targets()
[all …]
/linux/arch/x86/boot/
A DMakefile19 targets := vmlinux.bin setup.bin setup.elf bzImage macro
20 targets += fdimage fdimage144 fdimage288 image.iso hdimage
37 targets += $(setup-y)
51 targets += cpustr.h
83 targets += zoffset.h
113 targets += mtools.conf
/linux/arch/s390/kernel/vdso32/
A DMakefile10 targets := $(obj-vdso32) vdso32.so vdso32.so.dbg macro
28 $(targets:%=$(obj)/%.dbg): KBUILD_CFLAGS = $(KBUILD_CFLAGS_32)
29 $(targets:%=$(obj)/%.dbg): KBUILD_AFLAGS = $(KBUILD_AFLAGS_32)
32 targets += vdso32.lds
/linux/tools/testing/selftests/
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/arch/hexagon/kernel/
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/arch/sparc/vdso/
A DMakefile20 targets += vdso.lds $(vobjs-y)
21 targets += $(foreach x, 32 64, vdso-image-$(x).c vdso$(x).so vdso$(x).so.dbg)
70 targets += vdso32/vdso32.lds
71 targets += vdso32/vdso-note.o
72 targets += vdso32/vclock_gettime.o

Completed in 47 milliseconds

12345678910>>...15