Searched refs:targets (Results 1 - 25 of 191) sorted by path

12345678

/linux-master/arch/nios2/boot/compressed/
H A DMakefile6 targets := vmlinux head.o misc.o piggy.o vmlinux.lds macro
/linux-master/arch/sh/boot/romimage/
H A DMakefile8 targets := vmlinux head.o zeropage.bin piggy.o macro
/linux-master/
H A DMakefile9 # To see a list of typical targets execute "make help"
19 $(error targets prefixed with '__' are only for internal use))
31 # unavoidable when linking the built-in.a targets which finally
270 # To make sure we do not include .config for any of the *config targets
272 # It is allowed to specify more targets when calling make, including
273 # mixing *config targets and build targets.
275 # Detect when mixed targets is specified, and make a second invocation
280 clean-targets := %clean mrproper cleandocs
281 no-dot-config-targets
704 targets := macro
[all...]
/linux-master/arch/alpha/boot/
H A DMakefile12 targets := vmlinux.gz vmlinux \ macro
/linux-master/arch/alpha/kernel/syscalls/
H A DMakefile28 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
/linux-master/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-master/arch/arc/kernel/
H A Dsmp.c298 struct cpumask targets; local
299 cpumask_copy(&targets, cpu_online_mask);
300 cpumask_clear_cpu(smp_processor_id(), &targets); local
301 ipi_send_msg(&targets, IPI_CPU_STOP);
/linux-master/arch/arm/boot/
H A DMakefile24 targets := Image zImage xipImage bootpImage uImage macro
/linux-master/arch/arm/boot/compressed/
H A DMakefile98 targets := vmlinux vmlinux.lds piggy_data piggy.o \ macro
/linux-master/arch/arm/kernel/
H A Dasm-offsets.c36 #error Sorry, your compiler targets APCS-26 but this kernel requires APCS-32
/linux-master/arch/arm/mach-at91/
H A DMakefile26 targets += pm_data-offsets.s
/linux-master/arch/arm/mach-omap2/
H A DMakefile225 targets += pm-asm-offsets.s
/linux-master/arch/arm/tools/
H A DMakefile23 targets += $(addprefix ../../../,$(gen-y) $(kapi-hdrs-y) $(uapi-hdrs-y))
/linux-master/arch/arm/vdso/
H A DMakefile11 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.so.raw vdso.lds macro
/linux-master/arch/arm64/boot/
H A DMakefile19 targets := Image Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo Image.zst macro
/linux-master/arch/arm64/include/asm/
H A Dassembler.h766 .macro bti, targets
770 hint #.L__bti_targets_\targets
/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/arm64/kernel/vdso32/
H A DMakefile121 targets := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso) vdso.so vdso32.so.dbg vdso.so.raw macro
127 targets += vdso.lds
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A DMakefile39 targets += $(hyp-obj) kvm_nvhe.tmp.o kvm_nvhe.rel.o hyp.lds hyp-reloc.S hyp-reloc.o
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-init.c169 irq->targets = 0;
299 irq->targets = 1U << idx;
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/arm64/tools/
H A DMakefile8 targets += $(addprefix ../../../, $(kapi-hdrs-y))
/linux-master/arch/csky/boot/
H A DMakefile2 targets := Image zImage uImage macro
/linux-master/arch/csky/kernel/vdso/
H A DMakefile20 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds vdso-dummy.o macro
/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);

Completed in 468 milliseconds

12345678