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

12345678

/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/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)
271 targets=$(echo "$targets" | grep -v "$fail_target")
291 echo -e "$targets";
/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/arch/s390/kernel/vdso64/
H A DMakefile16 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/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/arch/arm/mach-at91/
H A DMakefile26 targets += pm_data-offsets.s
/linux-master/arch/x86/boot/
H A DMakefile32 targets := vmlinux.bin setup.bin setup.elf bzImage macro
33 targets += fdimage fdimage144 fdimage288 image.iso hdimage
50 targets += $(setup-y)
64 targets += cpustr.h
97 targets += zoffset.h
127 targets += mtools.conf
/linux-master/lib/raid6/
H A DMakefile58 targets += int1.c int2.c int4.c int8.c
66 targets += altivec1.c altivec2.c altivec4.c altivec8.c
74 targets += vpermxor1.c vpermxor2.c vpermxor4.c vpermxor8.c
82 targets += neon1.c neon2.c neon4.c neon8.c
86 targets += s390vx8.c
93 targets += tables.c
/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 DMakefile21 targets += vdso.lds $(vobjs-y)
22 targets += $(foreach x, 32 64, vdso-image-$(x).c vdso$(x).so vdso$(x).so.dbg)
71 targets += vdso32/vdso32.lds
72 targets += vdso32/vdso-note.o
73 targets += vdso32/vclock_gettime.o
/linux-master/arch/parisc/boot/compressed/
H A DMakefile13 targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 macro
14 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
15 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/arm64/kernel/vdso/
H A DMakefile15 targets := $(obj-vdso) vdso.so vdso.so.dbg macro
58 targets += vdso.lds
/linux-master/arch/riscv/boot/
H A DMakefile23 targets := Image Image.* loader loader.o loader.lds loader.bin macro
24 targets := Image Image.* loader loader.o loader.lds loader.bin xipImage macro
/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 DMakefile6 targets += $(purgatory-y)
31 targets += purgatory.ro purgatory.chk
/linux-master/tools/testing/selftests/damon/
H A D_damon_sysfs.py176 self.context.sysfs_dir(), 'targets', '%d' % self.idx)
239 targets = None variable in class:DamonCtx
244 def __init__(self, ops='paddr', monitoring_attrs=DamonAttrs(), targets=[],
250 self.targets = targets
251 for idx, target in enumerate(self.targets):
274 self.sysfs_dir(), 'targets', 'nr_targets')
278 if int(content) != len(self.targets):
279 err = write_file(nr_targets_file, '%d' % len(self.targets))
282 for target in self.targets
[all...]
/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 203 milliseconds

12345678