/kernel/linux/linux-5.10/arch/parisc/boot/compressed/ |
H A D | Makefile | 12 targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 macro 13 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4 14 targets += misc.o piggy.o sizes.h head.o real2.o firmware.o 15 targets += real2.S firmware.c
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | smp.c | 303 struct cpumask targets; in smp_send_stop() local 304 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop() 305 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop() local 306 ipi_send_msg(&targets, IPI_CPU_STOP); in smp_send_stop()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/vdso/ |
H A D | Makefile | 45 targets := $(obj-vdso32) vdso32.so.dbg vgettimeofday-32.o macro 47 targets += $(obj-vdso64) vdso64.so.dbg vgettimeofday-64.o 71 targets += vdso32.lds 73 targets += vdso64.lds
|
/third_party/gn/src/gn/ |
H A D | commands.h | 266 // Patterns with wildcards will only match targets. The file_matches aren't 267 // validated that they are real files or referenced by any targets. They're just 278 // Runs the header checker. All targets in the build should be given in 279 // all_targets, and the specific targets to check should be in to_check. 281 // force_check, if true, will override targets opting out of header checking 297 // Filters the given list of targets by the given pattern list. 305 // Removes targets from the input that match the given pattern list. 321 " How to print targets.\n" \ 334 " Restrict outputs to targets matching the given type. If\n" \ 338 " Restrict outputs to targets wit [all...] |
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | gen_vk_gl_cts_build.py | 219 {targets}] 221 targets = "" variable 223 targets += templateCopyTarget.format( 226 gniFile.write(templateCopyTargets.format(targets=targets))
|
/kernel/linux/linux-5.10/drivers/block/aoe/ |
H A D | aoedev.c | 216 tt = d->targets; in aoedev_downdev() 284 t = d->targets; in freedev() 385 kfree(doomed->targets); in flush() 466 d->targets = kcalloc(NTARGETS, sizeof(*d->targets), GFP_ATOMIC); in aoedev_by_aoeaddr() 467 if (!d->targets) { in aoedev_by_aoeaddr() 481 d->tgt = d->targets; in aoedev_by_aoeaddr()
|
/kernel/linux/linux-6.6/drivers/block/aoe/ |
H A D | aoedev.c | 216 tt = d->targets; in aoedev_downdev() 283 t = d->targets; in freedev() 384 kfree(doomed->targets); in flush() 465 d->targets = kcalloc(NTARGETS, sizeof(*d->targets), GFP_ATOMIC); in aoedev_by_aoeaddr() 466 if (!d->targets) { in aoedev_by_aoeaddr() 480 d->tgt = d->targets; in aoedev_by_aoeaddr()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Image.cpp | 60 // EGL images should hold a ref to their targets and siblings, a Texture should not be deletable in ~ImageSibling() 258 targets(), in ImageState() 288 // All targets should hold a ref to the egl image and it should not be deleted until there are in onDestroy() 290 ASSERT(mState.targets.empty()); in onDestroy() 329 mState.targets.insert(sibling); in addTargetSibling() 345 ASSERT(mState.targets.find(sibling) == mState.targets.end()); in orphanSibling() 352 mState.targets.erase(sibling); in orphanSibling() 510 for (ImageSibling *target : mState.targets) in notifySiblings()
|
/kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
H A D | Makefile | 50 targets += vdso.lds $(vobjs-y) 51 targets += vdso32/vdso32.lds $(vobjs32-y) 58 targets += $(vdso_img_cfiles) 59 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so) 130 targets += vdsox32.lds $(vobjx32s-y)
|
/kernel/linux/linux-6.6/arch/x86/entry/vdso/ |
H A D | Makefile | 52 targets += vdso.lds $(vobjs-y) 53 targets += vdso32/vdso32.lds $(vobjs32-y) 60 targets += $(vdso_img_cfiles) 61 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so) 134 targets += vdsox32.lds $(vobjx32s-y)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
H A D | TargetMachineC.cpp | 48 if (TargetRegistry::targets().begin() == TargetRegistry::targets().end()) { in LLVMGetFirstTarget() 52 const Target *target = &*TargetRegistry::targets().begin(); in LLVMGetFirstTarget() 61 auto I = find_if(TargetRegistry::targets(), in LLVMGetTargetFromName() 63 return I != TargetRegistry::targets().end() ? wrap(&*I) : nullptr; in LLVMGetTargetFromName()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_api.c | 986 struct ep11_target_dev *targets) in is_desired_ep11_card() 989 if (targets->ap_id == dev_id || targets->ap_id == AUTOSEL_AP) in is_desired_ep11_card() 991 targets++; in is_desired_ep11_card() 998 struct ep11_target_dev *targets) in is_desired_ep11_queue() 1003 if ((targets->ap_id == card || targets->ap_id == AUTOSEL_AP) && in is_desired_ep11_queue() 1004 (targets->dom_id == dom || targets->dom_id == AUTOSEL_DOM)) in is_desired_ep11_queue() 1006 targets in is_desired_ep11_queue() 984 is_desired_ep11_card(unsigned int dev_id, unsigned short target_num, struct ep11_target_dev *targets) is_desired_ep11_card() argument 996 is_desired_ep11_queue(unsigned int dev_qid, unsigned short target_num, struct ep11_target_dev *targets) is_desired_ep11_queue() argument 1017 struct ep11_target_dev *targets; _zcrypt_send_ep11_cprb() local [all...] |
/kernel/linux/linux-5.10/scripts/mod/ |
H A D | Makefile | 15 targets += $(devicetable-offsets-file) devicetable-offsets.s 28 targets += elfconfig.h
|
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | Makefile | 15 targets += $(devicetable-offsets-file) devicetable-offsets.s 28 targets += elfconfig.h
|
/kernel/linux/linux-5.10/certs/ |
H A D | Makefile | 28 targets += x509_certificate_list 125 targets += signing_key.x509 139 targets += x509_revocation_list
|
/kernel/linux/linux-5.10/arch/s390/boot/compressed/ |
H A D | Makefile | 14 targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 macro 15 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4 16 targets += info.bin $(obj-y)
|
/kernel/linux/linux-6.6/arch/parisc/boot/compressed/ |
H A D | Makefile | 13 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
|
/third_party/curl/lib/ |
H A D | config-win32.h | 320 /* Define some minimum and default build targets for Visual Studio */ 360 # error VS2008 does not support Windows build targets prior to Windows 2000 374 # error VS2012 does not support Windows build targets prior to Windows XP 376 # error VS2012 does not support Windows build targets prior to Windows \
|
/kernel/linux/linux-5.10/ |
H A D | Makefile | 9 # To see a list of typical targets execute "make help" 15 $(error targets prefixed with '__' are only for internal use)) 27 # unavoidable when linking the built-in.a targets which finally 258 # To make sure we do not include .config for any of the *config targets 260 # It is allowed to specify more targets when calling make, including 261 # mixing *config targets and build targets. 263 # Detect when mixed targets is specified, and make a second invocation 269 clean-targets := %clean mrproper cleandocs 270 no-dot-config-targets 1227 targets := vmlinux global() macro [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | initio.c | 620 host->targets[i].flags = *flags & ~(TCF_SYNC_DONE | TCF_WDTR_DONE); in initio_init() 621 if (host->targets[i].flags & TCF_EN_255) in initio_init() 622 host->targets[i].drv_flags = TCF_DRV_255_63; in initio_init() 624 host->targets[i].drv_flags = 0; in initio_init() 625 host->targets[i].js_period = 0; in initio_init() 626 host->targets[i].sconfig0 = host->sconf1; in initio_init() 627 host->targets[i].heads = *heads++; in initio_init() 628 if (host->targets[i].heads == 255) in initio_init() 629 host->targets[i].drv_flags = TCF_DRV_255_63; in initio_init() 631 host->targets[ in initio_init() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | initio.c | 619 host->targets[i].flags = *flags & ~(TCF_SYNC_DONE | TCF_WDTR_DONE); in initio_init() 620 if (host->targets[i].flags & TCF_EN_255) in initio_init() 621 host->targets[i].drv_flags = TCF_DRV_255_63; in initio_init() 623 host->targets[i].drv_flags = 0; in initio_init() 624 host->targets[i].js_period = 0; in initio_init() 625 host->targets[i].sconfig0 = host->sconf1; in initio_init() 626 host->targets[i].heads = *heads++; in initio_init() 627 if (host->targets[i].heads == 255) in initio_init() 628 host->targets[i].drv_flags = TCF_DRV_255_63; in initio_init() 630 host->targets[ in initio_init() [all...] |
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_options.c | 243 .desc = "fail on any/all arp targets timeout", 267 .desc = "arp targets in n.n.n.n form", 976 netdev_dbg(bond->dev, "ARP monitoring has been set up, but no ARP targets have been specified\n"); in bond_option_arp_interval_set() 1003 __be32 *targets = bond->params.arp_targets; in _bond_options_arp_ip_target_set() local 1010 targets[slot] = target; in _bond_options_arp_ip_target_set() 1016 __be32 *targets = bond->params.arp_targets; in _bond_option_arp_ip_target_add() local 1025 if (bond_get_targets_ip(targets, target) != -1) { /* dup */ in _bond_option_arp_ip_target_add() 1031 ind = bond_get_targets_ip(targets, 0); /* first free slot */ in _bond_option_arp_ip_target_add() 1051 __be32 *targets = bond->params.arp_targets; in bond_option_arp_ip_target_rem() local 1063 ind = bond_get_targets_ip(targets, targe in bond_option_arp_ip_target_rem() [all...] |
/kernel/linux/linux-5.10/arch/xtensa/boot/ |
H A D | Makefile | 19 targets += vmlinux.bin vmlinux.bin.gz 20 targets += uImage xipImage
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso64/ |
H A D | Makefile | 8 targets := $(obj-vdso64) vdso64.so vdso64.so.dbg macro 20 targets += vdso64.lds
|
/kernel/linux/linux-5.10/arch/sh/kernel/vsyscall/ |
H A D | Makefile | 7 # Teach kbuild about targets 8 targets += $(foreach F,trapa,vsyscall-$F.o vsyscall-$F.so) 9 targets += vsyscall-note.o vsyscall.lds vsyscall-dummy.o
|