| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | uretprobe_stack.c | 65 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 …]
|
| /linux/drivers/nfc/microread/ |
| H A D | microread.c | 471 struct nfc_target *targets; in microread_target_discovered() local 476 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in microread_target_discovered() 477 if (targets == NULL) { in microread_target_discovered() 482 targets->hci_reader_gate = gate; in microread_target_discovered() 486 targets->supported_protocols = in microread_target_discovered() 488 targets->sens_res = in microread_target_discovered() 490 targets->sel_res = skb->data[MICROREAD_EMCF_A_SAK]; in microread_target_discovered() 491 targets->nfcid1_len = skb->data[MICROREAD_EMCF_A_LEN]; in microread_target_discovered() 492 if (targets->nfcid1_len > sizeof(targets->nfcid1)) { in microread_target_discovered() 496 memcpy(targets->nfcid1, &skb->data[MICROREAD_EMCF_A_UID], in microread_target_discovered() [all …]
|
| /linux/scripts/ |
| H A D | Makefile.build | 20 targets := 115 targets := $(addprefix $(obj)/, $(targets)) 141 targets-for-builtin := $(extra-y) 144 targets-for-builtin += $(obj)/lib.a 148 targets-for-builtin += $(obj)/built-in.a 151 targets-for-modules := $(foreach x, o mod, \ 155 targets-for-modules += $(obj)/modules.order 158 targets += $(targets-for-builtin) $(targets-for-modules) 432 targets += $(filter-out $(subdir-builtin), $(real-obj-y)) 433 targets += $(filter-out $(subdir-modorder), $(real-obj-m)) [all …]
|
| H A D | Makefile.vmlinux | 10 targets := 46 targets += .builtin-dtbs-list 49 targets += .builtin-dtbs.S .builtin-dtbs.o 70 targets += vmlinux.unstripped .vmlinux.export.o 98 targets += vmlinux 120 targets += modules.builtin.modinfo 137 targets += modules.builtin 149 targets += modules.builtin.ranges 170 existing-targets := $(wildcard $(sort $(targets))) 172 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
| H A D | Makefile.modpost | 93 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 D | Makefile.modfinal | 66 targets += $(modules:%.o=%.ko) $(modules:%.o=%.mod.o) .module-common.o 79 existing-targets := $(wildcard $(sort $(targets))) 81 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
| H A D | Kbuild.include | 52 # 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 D | Makefile | 52 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/mips/vdso/ |
| H A D | Makefile | 96 targets += $(obj-vdso-y) 97 targets += vdso.lds 98 targets += vdso.so.dbg.raw vdso.so.raw 99 targets += vdso.so.dbg vdso.so 100 targets += vdso-image.c 123 targets += $(obj-vdso-y:%.o=%-o32.o) 124 targets += vdso-o32.lds 125 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw 126 targets += vdso-o32.so.dbg vdso-o32.so 127 targets += vdso-o32-image.c [all …]
|
| /linux/arch/arc/boot/ |
| H A D | Makefile | 15 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 D | Makefile | 28 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 D | selection-api-targets.rst | 5 Selection targets 9 .. _sel-targets-capture: 15 Cropping and composing targets 21 See :ref:`v4l2-selection-targets` for more information.
|
| H A D | vidioc-subdev-g-selection.rst | 54 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
|
| H A D | v4l2-selection-targets.rst | 4 .. _v4l2-selection-targets: 7 Selection targets 10 The precise meaning of the selection targets may be dependent on which 14 .. _v4l2-selection-targets-table:
|
| /linux/drivers/net/ethernet/mscc/ |
| H A D | ocelot_io.c | 22 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/certs/ |
| H A D | Makefile | 23 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/lib/raid6/ |
| H A D | Makefile | 40 targets += int1.c int2.c int4.c int8.c 48 targets += altivec1.c altivec2.c altivec4.c altivec8.c 56 targets += vpermxor1.c vpermxor2.c vpermxor4.c vpermxor8.c 70 targets += neon1.c neon2.c neon4.c neon8.c 74 targets += s390vx8.c 81 targets += tables.c
|
| /linux/arch/x86/boot/ |
| H A D | Makefile | 19 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/mm/damon/ |
| H A D | sysfs.c | 329 static void damon_sysfs_targets_rm_dirs(struct damon_sysfs_targets *targets) in damon_sysfs_targets_rm_dirs() argument 331 struct damon_sysfs_target **targets_arr = targets->targets_arr; in damon_sysfs_targets_rm_dirs() 334 for (i = 0; i < targets->nr; i++) { in damon_sysfs_targets_rm_dirs() 338 targets->nr = 0; in damon_sysfs_targets_rm_dirs() 340 targets->targets_arr = NULL; in damon_sysfs_targets_rm_dirs() 343 static int damon_sysfs_targets_add_dirs(struct damon_sysfs_targets *targets, in damon_sysfs_targets_add_dirs() argument 349 damon_sysfs_targets_rm_dirs(targets); in damon_sysfs_targets_add_dirs() 357 targets->targets_arr = targets_arr; in damon_sysfs_targets_add_dirs() 362 damon_sysfs_targets_rm_dirs(targets); in damon_sysfs_targets_add_dirs() 367 &damon_sysfs_target_ktype, &targets->kobj, in damon_sysfs_targets_add_dirs() [all …]
|
| /linux/drivers/power/sequencing/ |
| H A D | pwrseq-qcom-wcn.c | 25 const struct pwrseq_target_data **targets; member 272 .targets = pwrseq_qcom_wcn_targets, 290 .targets = pwrseq_qcom_wcn_targets, 311 .targets = pwrseq_qcom_wcn6855_targets, 328 .targets = pwrseq_qcom_wcn_targets, 436 config.targets = ctx->pdata->targets; in pwrseq_qcom_wcn_probe()
|
| /linux/arch/sparc/vdso/ |
| H A D | Makefile | 20 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
|
| /linux/net/nfc/hci/ |
| H A D | core.c | 286 struct nfc_target *targets; in nfc_hci_target_discovered() local 294 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); 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/arch/hexagon/kernel/ |
| H A D | smp.c | 223 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 D | kselftest_deps.sh | 93 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 D | sysfs.py | 172 def assert_monitoring_targets_committed(targets, dump): argument 173 assert_true(len(targets) == len(dump), 'len_targets', dump) 174 for idx, target in enumerate(targets): 185 assert_monitoring_targets_committed(ctx.targets, dump['adaptive_targets']) 205 targets=[_damon_sysfs.DamonTarget(pid=-1)], 285 targets=[ 296 kdamonds.kdamonds[0].contexts[0].targets[1].obsolete = True 298 del kdamonds.kdamonds[0].contexts[0].targets[1]
|