Searched refs:targets (Results 126 - 150 of 191) sorted by relevance

12345678

/linux-master/arch/sh/boot/
H A DMakefile29 targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \ macro
/linux-master/arch/x86/entry/syscalls/
H A DMakefile74 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(syshdr-y))
/linux-master/drivers/block/aoe/
H A Daoe.h189 struct aoetgt **targets; member in struct:aoedev
/linux-master/arch/arm/boot/compressed/
H A DMakefile98 targets := vmlinux vmlinux.lds piggy_data piggy.o \ macro
/linux-master/drivers/gpu/drm/radeon/
H A DMakefile7 targets := rn50_reg_safe.h r100_reg_safe.h r200_reg_safe.h rv515_reg_safe.h r300_reg_safe.h r420_reg_safe.h rs600_reg_safe.h r600_reg_safe.h evergreen_reg_safe.h cayman_reg_safe.h macro
/linux-master/tools/testing/radix-tree/
H A DMakefile28 targets: generated/map-shift.h generated/bit-length.h $(TARGETS)
/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/um/drivers/
H A DMakefile27 targets := pcap_kern.o pcap_user.o vde_kern.o vde_user.o macro
40 #targets += $(obj)/pcap.o
/linux-master/tools/testing/selftests/
H A Dlib.mk56 # and install targets. Common clean doesn't touch them.
174 # Selftest makefiles can override those targets by setting
/linux-master/arch/powerpc/crypto/
H A DMakefile46 targets += aesp10-ppc.S ghashp10-ppc.S aesp8-ppc.S ghashp8-ppc.S
/linux-master/drivers/acpi/numa/
H A Dhmat.c37 static LIST_HEAD(targets);
105 list_for_each_entry(target, &targets, node)
117 list_for_each_entry(target, &targets, node) {
193 list_add_tail(&target->node, &targets);
913 list_for_each_entry(target, &targets, node)
998 list_for_each_entry_safe(target, tnext, &targets, node) {
/linux-master/drivers/cxl/core/
H A Dregion.c29 * 3. Decoder targets
259 struct cxl_endpoint_decoder *cxled = p->targets[i];
320 struct cxl_endpoint_decoder *cxled = p->targets[i];
355 /* undo the targets that were successfully committed */
785 cxled = p->targets[pos];
1197 cxled_peer = p->targets[pos - distance];
1335 "%s:%s:%s: ways: %d overflows targets: %d\n",
1375 "%s:%s: targets full trying to add %s:%s at %d\n",
1441 cxled = p->targets[i];
1469 cxled = p->targets[
[all...]
H A Dhdm.c672 u64 targets; local
674 cxlsd_set_targets(cxlsd, &targets);
675 writel(upper_32_bits(targets), tl_hi);
676 writel(lower_32_bits(targets), tl_lo);
/linux-master/mm/
H A Dmemory-tiers.c275 void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) argument
287 *targets = memtier->lower_tier_mask;
289 *targets = NODE_MASK_NONE;
374 pr_info("Demotion targets for Node %d: null\n", node);
376 pr_info("Demotion targets for Node %d: preferred: %*pbl, fallback: %*pbl\n",
/linux-master/scripts/
H A DMakefile.host161 targets += $(host-csingle) $(host-cmulti) $(host-cobjs) \
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-init.c169 irq->targets = 0;
299 irq->targets = 1U << idx;
/linux-master/arch/alpha/boot/
H A DMakefile12 targets := vmlinux.gz vmlinux \ macro
/linux-master/arch/s390/include/uapi/asm/
H A Dzcrypt.h189 * @targets: Addr to target adapter list
199 __u8 __user *targets; member in struct:ep11_urb
/linux-master/arch/powerpc/boot/
H A DMakefile251 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a) zImage.lds
298 # Theses are default targets to build images which embed device tree blobs.
375 # Allow extra targets to be added to the defconfig
384 targets += $(image-y) $(initrd-y)
385 targets += $(foreach x, dtbImage uImage cuImage simpleImage treeImage, \
387 targets += $(foreach x, dtbImage uImage cuImage simpleImage treeImage, \
440 # Needed for the above targets to work with dts/fsl/ files
454 # anything not in $(targets)
/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/include/kvm/
H A Darm_vgic.h130 * targets reg (v2) or the
146 u8 targets; /* GICv2 target VCPUs mask */ member in union:vgic_irq::__anon665
/linux-master/drivers/md/
H A Ddm-table.c101 * highs, and targets are managed as dynamic arrays during a
124 t->targets = n_targets;
192 /* free the targets */
475 prev = &t->targets[t->num_targets - 1];
579 * two or more targets, the size of each piece it gets split into must
658 dm_device_name(t->md), t->targets->type->name);
664 ti = t->targets + t->num_targets;
845 /* Ensure that all targets support DAX. */
908 * The targets can work either way.
929 BUG_ON(!request_based); /* No targets i
[all...]
/linux-master/drivers/net/bonding/
H A Dbond_main.c179 MODULE_PARM_DESC(arp_ip_target, "arp targets in n.n.n.n form");
185 MODULE_PARM_DESC(arp_all_targets, "fail on any/all arp targets timeout; 0 for any (default), 1 for all");
3008 __be32 *targets = bond->params.arp_targets, addr; local
3011 for (i = 0; i < BOND_MAX_ARP_TARGETS && targets[i]; i++) {
3013 __func__, &targets[i]);
3017 rt = ip_route_output(dev_net(bond->dev), targets[i], 0,
3026 &targets[i]);
3027 bond_arp_send(slave, ARPOP_REQUEST, targets[i],
3045 &targets[i], rt->dst.dev ? rt->dst.dev->name : "NULL");
3051 addr = bond_confirm_addr(rt->dst.dev, targets[
3185 struct in6_addr *targets = bond->params.ns_targets; local
[all...]
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.c93 MODULE_PARM_DESC(max_targets, "Maximum allowed targets. "
681 list_for_each_entry(tgt, &vhost->targets, queue)
714 list_for_each_entry(tgt, &vhost->targets, queue) {
1231 list_for_each_entry(tgt, &vhost->targets, queue)
1831 list_for_each_entry(tgt, &vhost->targets, queue) {
2128 list_for_each_entry(tgt, &vhost->targets, queue) {
3100 list_for_each_entry(tgt, &vhost->targets, queue) {
3240 list_for_each_entry(tgt, &vhost->targets, queue) {
4363 * driver in which case we need to free up all the targets. If we are
4365 * offline state, so there is no need to track the old targets i
[all...]
/linux-master/arch/arm64/include/asm/
H A Dassembler.h766 .macro bti, targets
770 hint #.L__bti_targets_\targets

Completed in 587 milliseconds

12345678