Searched refs:targets (Results 26 - 50 of 193) sorted by relevance

12345678

/linux-master/drivers/net/ethernet/mscc/
H A Docelot_io.c22 return regmap_bulk_read(ocelot->targets[target], addr + offset,
35 regmap_read(ocelot->targets[target], addr + offset, &val);
49 regmap_write(ocelot->targets[target], addr + offset, val);
62 regmap_update_bits(ocelot->targets[target], addr + offset, mask, val);
104 regmap_read(ocelot->targets[target],
112 regmap_write(ocelot->targets[target],
139 ocelot->targets[target],
/linux-master/Documentation/devicetree/bindings/
H A DMakefile66 targets += .dt-binding.checked .yamllint.checked
74 targets += $(patsubst $(obj)/%,%, $(CHK_DT_EXAMPLES))
75 targets += $(patsubst $(obj)/%.dtb,%.dts, $(CHK_DT_EXAMPLES))
/linux-master/arch/mips/crypto/
H A DMakefile24 targets += poly1305-core.S
/linux-master/drivers/base/firmware_loader/builtin/
H A DMakefile41 targets := $(patsubst $(obj)/%,%, \ macro
/linux-master/arch/nios2/boot/
H A DMakefile15 targets += vmlinux.bin vmlinux.gz vmImage
/linux-master/tools/objtool/include/objtool/
H A Dobjtool.h19 struct list_head targets; member in struct:pv_state
/linux-master/arch/arm64/tools/
H A DMakefile8 targets += $(addprefix ../../../, $(kapi-hdrs-y))
/linux-master/arch/hexagon/kernel/
H A Dsmp.c223 struct cpumask targets; local
224 cpumask_copy(&targets, cpu_online_mask);
225 cpumask_clear_cpu(smp_processor_id(), &targets); local
226 send_ipi(&targets, IPI_CPU_STOP);
/linux-master/scripts/package/debian/
H A Drules28 binary-targets := $(addprefix binary-, image image-dbg headers libc-dev)
58 .PHONY: $(binary-targets)
59 $(binary-targets): build-arch
66 binary-arch: $(binary-targets)
/linux-master/tools/testing/selftests/
H A Dkselftest_deps.sh27 echo "- Prints pass/fail targets and libraries."
93 targets=$(grep -E "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2)
272 targets=$(echo "$targets" | grep -v "$fail_target")
292 echo -e "$targets";
/linux-master/arch/s390/kernel/vdso64/
H A DMakefile14 targets := $(obj-vdso64) $(obj-cvdso64) vdso64.so vdso64.so.dbg macro
33 $(targets:%=$(obj)/%.dbg): KBUILD_CFLAGS = $(KBUILD_CFLAGS_64)
34 $(targets:%=$(obj)/%.dbg): KBUILD_AFLAGS = $(KBUILD_AFLAGS_64)
37 targets += vdso64.lds
/linux-master/arch/arm/mach-at91/
H A DMakefile26 targets += pm_data-offsets.s
/linux-master/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)
51 targets += cpustr.h
83 targets += zoffset.h
113 targets += mtools.conf
/linux-master/mm/damon/
H A Dsysfs.c287 * targets directory
301 static void damon_sysfs_targets_rm_dirs(struct damon_sysfs_targets *targets) argument
303 struct damon_sysfs_target **targets_arr = targets->targets_arr;
306 for (i = 0; i < targets->nr; i++) {
310 targets->nr = 0;
312 targets->targets_arr = NULL;
315 static int damon_sysfs_targets_add_dirs(struct damon_sysfs_targets *targets, argument
321 damon_sysfs_targets_rm_dirs(targets);
329 targets->targets_arr = targets_arr;
334 damon_sysfs_targets_rm_dirs(targets);
362 struct damon_sysfs_targets *targets = container_of(kobj, local
371 struct damon_sysfs_targets *targets; local
636 struct damon_sysfs_targets *targets; member in struct:damon_sysfs_context
677 struct damon_sysfs_targets *targets = damon_sysfs_targets_alloc(); local
[all...]
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v2.c126 int targets = (val >> 16) & 0xff; local
132 case 0x0: /* as specified by targets */
135 targets = (1U << nr_vcpus) - 1; /* all, ... */
136 targets &= ~(1U << source_vcpu->vcpu_id); /* but self */
139 targets = (1U << source_vcpu->vcpu_id);
148 if (!(targets & (1U << c)))
172 val |= (u64)irq->targets << (i * 8);
199 irq->targets = (val >> (i * 8)) & cpu_mask;
200 target = irq->targets ? __ffs(irq->targets)
[all...]
/linux-master/arch/sparc/vdso/
H 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
/linux-master/arch/parisc/boot/compressed/
H A DMakefile9 targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 macro
10 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
11 targets += $(OBJECTS) sizes.h
/linux-master/scripts/gcc-plugins/
H A DMakefile14 targets += randomize_layout_seed.h
43 targets += $(plugin-single) $(plugin-multi) $(plugin-objs)
/linux-master/arch/sparc/boot/
H A DMakefile11 targets := tftpboot.img image zImage vmlinux.aout macro
58 targets += uImage
/linux-master/arch/x86/purgatory/
H A DMakefile5 targets += $(purgatory-y)
30 targets += purgatory.ro purgatory.chk
/linux-master/arch/riscv/boot/
H A DMakefile21 targets := Image Image.* loader loader.o loader.lds loader.bin macro
22 targets := Image Image.* loader loader.o loader.lds loader.bin xipImage macro
/linux-master/arch/arm64/kernel/vdso/
H A DMakefile15 targets := $(obj-vdso) vdso.so vdso.so.dbg macro
50 targets += vdso.lds
/linux-master/net/nfc/hci/
H A Dcore.c286 struct nfc_target *targets; local
294 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL);
295 if (targets == NULL)
315 targets->supported_protocols =
317 if (targets->supported_protocols == 0xffffffff) {
322 targets->sens_res = be16_to_cpu(*(__be16 *)atqa_skb->data);
323 targets->sel_res = sak_skb->data[0];
335 memcpy(targets->nfcid1, uid_skb->data, uid_skb->len);
336 targets->nfcid1_len = uid_skb->len;
340 targets);
[all...]
/linux-master/arch/sh/boot/romimage/
H A DMakefile8 targets := vmlinux head.o zeropage.bin piggy.o macro
/linux-master/drivers/video/logo/
H A DMakefile37 targets += *_mono.c *_vga16.c *_clut224.c *_gray256.c

Completed in 941 milliseconds

12345678