Searched defs:targets (Results 26 - 50 of 79) sorted by relevance

1234

/linux-master/arch/arm/boot/compressed/
H A DMakefile98 targets := vmlinux vmlinux.lds piggy_data piggy.o \ macro
/linux-master/arch/s390/kernel/vdso32/
H A DMakefile12 targets := $(obj-vdso32) vdso32.so vdso32.so.dbg macro
/linux-master/arch/x86/boot/compressed/
H A DMakefile29 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \ macro
/linux-master/scripts/package/debian/
H A Drules
/linux-master/arch/riscv/kernel/compat_vdso/
H A DMakefile31 targets := $(obj-compat_vdso) compat_vdso.so compat_vdso.so.dbg compat_vdso.lds macro
/linux-master/arch/riscv/kernel/vdso/
H A DMakefile29 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds macro
/linux-master/arch/mips/boot/compressed/
H A DMakefile58 targets := $(notdir $(vmlinuzobjs-y)) macro
[all...]
/linux-master/arch/um/drivers/
H A DMakefile27 targets := pcap_kern.o pcap_user.o vde_kern.o vde_user.o macro
/linux-master/arch/x86/boot/
H A DMakefile32 targets := vmlinux.bin setup.bin setup.elf bzImage macro
/linux-master/arch/powerpc/kernel/vdso/
H A DMakefile45 targets := $(obj-vdso32) vdso32.so.dbg vgettimeofday-32.o macro
/linux-master/include/linux/
H A Dmemory-tiers.h61 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) argument
104 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) argument
/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
/linux-master/arch/hexagon/kernel/
H A Dsmp.c223 struct cpumask targets; local
225 cpumask_clear_cpu(smp_processor_id(), &targets); local
/linux-master/arch/s390/kernel/vdso64/
H A DMakefile16 targets := $(obj-vdso64) $(obj-cvdso64) vdso64.so vdso64.so.dbg macro
/linux-master/arch/s390/boot/
H A DMakefile48 targets := bzImage section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y) macro
/linux-master/
H A DMakefile704 targets := macro
[all...]
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v2.c126 int targets = (val >> 16) & 0xff; local
[all...]
/linux-master/scripts/kconfig/
H A DMakefile[all...]
/linux-master/arch/arc/kernel/
H A Dsmp.c298 struct cpumask targets; local
300 cpumask_clear_cpu(smp_processor_id(), &targets); local
/linux-master/tools/testing/selftests/damon/
H A D_damon_sysfs.py239 targets = None variable in class:DamonCtx
[all...]
/linux-master/drivers/net/bonding/
H A Dbond_netlink.c651 struct nlattr *targets; local
/linux-master/net/nfc/hci/
H A Dcore.c286 struct nfc_target *targets; local
[all...]
/linux-master/arch/xtensa/kernel/
H A Dsmp.c402 struct cpumask targets; local
405 cpumask_clear_cpu(smp_processor_id(), &targets); local
/linux-master/drivers/cxl/core/
H A Dhdm.c672 u64 targets; local
/linux-master/kernel/bpf/
H A Dbpf_iter.c32 static struct list_head targets = LIST_HEAD_INIT(targets); variable in typeref:struct:list_head

Completed in 596 milliseconds

1234