/Linux-v6.1/arch/riscv/kernel/compat_vdso/ |
D | Makefile | 21 targets := $(obj-compat_vdso) compat_vdso.so compat_vdso.so.dbg compat_vdso.lds macro
|
/Linux-v6.1/arch/csky/kernel/vdso/ |
D | Makefile | 22 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds vdso-dummy.o macro
|
/Linux-v6.1/arch/arm64/kvm/vgic/ |
D | vgic-init.c | 161 irq->targets = 0; in kvm_vgic_dist_init() 290 irq->targets = 1U << idx; in vgic_init()
|
/Linux-v6.1/Documentation/kbuild/ |
D | modules.rst | 113 targets are available. 138 List the available targets for external modules. 191 Additional functionality, such as test targets, can be included 210 # Module specific targets 244 # Module specific targets 273 # Module specific targets
|
/Linux-v6.1/arch/x86/kvm/ |
D | Makefile | 47 targets += kvm-asm-offsets.s
|
/Linux-v6.1/arch/riscv/kernel/vdso/ |
D | Makefile | 27 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds macro
|
/Linux-v6.1/arch/arm/vdso/ |
D | Makefile | 13 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.so.raw vdso.lds macro
|
/Linux-v6.1/arch/microblaze/ |
D | Kconfig.platform | 5 # Platform selection Kconfig menu for MicroBlaze targets
|
/Linux-v6.1/drivers/md/ |
D | dm-table.c | 123 t->targets = n_targets; in alloc_targets() 459 prev = &t->targets[t->num_targets - 1]; in adjoin() 642 dm_device_name(t->md), t->targets->type->name); in dm_table_add_target() 648 ti = t->targets + t->num_targets; in dm_table_add_target() 973 !dm_target_is_immutable(t->targets[0].type)) in dm_table_get_immutable_target() 976 return t->targets; in dm_table_get_immutable_target() 1487 return &t->targets[(KEYS_PER_NODE * n) + k]; in dm_table_find_target()
|
/Linux-v6.1/tools/testing/radix-tree/ |
D | Makefile | 28 targets: generated/map-shift.h generated/bit-length.h $(TARGETS) target
|
/Linux-v6.1/drivers/cxl/core/ |
D | hdm.c | 604 u64 targets; in cxl_decoder_commit() local 606 rc = cxlsd_set_targets(cxlsd, &targets); in cxl_decoder_commit() 613 writel(upper_32_bits(targets), tl_hi); in cxl_decoder_commit() 614 writel(lower_32_bits(targets), tl_lo); in cxl_decoder_commit()
|
/Linux-v6.1/drivers/scsi/ibmvscsi/ |
D | ibmvfc.c | 678 list_for_each_entry(tgt, &vhost->targets, queue) in ibmvfc_link_down() 711 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_init_host() 1222 list_for_each_entry(tgt, &vhost->targets, queue) in __ibmvfc_get_target() 1800 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_relogin() 2086 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_bsg_plogi() 3029 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_terminate_rport_io() 3169 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_handle_async() 4742 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_alloc_target() 4749 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_alloc_target() 4806 list_add_tail(&tgt->queue, &vhost->targets); in ibmvfc_alloc_target() [all …]
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | selection-api-intro.rst | 25 Rectangles for all cropping and composing targets are defined even if
|
D | selection-api-vs-crop-api.rst | 16 operations by setting the appropriate targets.
|
/Linux-v6.1/lib/ |
D | Makefile | 292 targets += default.bconf 398 targets += $(TEST_FORTIFY_LOGS) 411 targets += $(TEST_FORTIFY_LOG)
|
/Linux-v6.1/arch/powerpc/boot/ |
D | Makefile | 239 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a) zImage.lds 383 targets += $(image-y) $(initrd-y) 384 targets += $(foreach x, dtbImage uImage cuImage simpleImage treeImage, \ 386 targets += $(foreach x, dtbImage uImage cuImage simpleImage treeImage, \
|
/Linux-v6.1/arch/arm64/kvm/hyp/nvhe/ |
D | Makefile | 39 targets += $(hyp-obj) kvm_nvhe.tmp.o kvm_nvhe.rel.o hyp.lds hyp-reloc.S hyp-reloc.o
|
/Linux-v6.1/arch/um/drivers/ |
D | Makefile | 26 targets := pcap_kern.o pcap_user.o vde_kern.o vde_user.o macro
|
/Linux-v6.1/arch/x86/entry/syscalls/ |
D | Makefile | 74 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(syshdr-y))
|
/Linux-v6.1/drivers/net/bonding/ |
D | bond_main.c | 2939 __be32 *targets = bond->params.arp_targets, addr; in bond_arp_send_all() local 2942 for (i = 0; i < BOND_MAX_ARP_TARGETS && targets[i]; i++) { in bond_arp_send_all() 2944 __func__, &targets[i]); in bond_arp_send_all() 2948 rt = ip_route_output(dev_net(bond->dev), targets[i], 0, in bond_arp_send_all() 2957 &targets[i]); in bond_arp_send_all() 2958 bond_arp_send(slave, ARPOP_REQUEST, targets[i], in bond_arp_send_all() 2976 &targets[i], rt->dst.dev ? rt->dst.dev->name : "NULL"); in bond_arp_send_all() 2982 addr = bond_confirm_addr(rt->dst.dev, targets[i], 0); in bond_arp_send_all() 2984 bond_arp_send(slave, ARPOP_REQUEST, targets[i], addr, tags); in bond_arp_send_all() 3116 struct in6_addr *targets = bond->params.ns_targets; in bond_ns_send_all() local [all …]
|
/Linux-v6.1/arch/arm/boot/compressed/ |
D | Makefile | 97 targets := vmlinux vmlinux.lds piggy_data piggy.o \ macro
|
/Linux-v6.1/arch/sh/boot/ |
D | Makefile | 29 targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \ macro
|
/Linux-v6.1/drivers/block/aoe/ |
D | aoe.h | 189 struct aoetgt **targets; member
|
/Linux-v6.1/scripts/ |
D | Makefile.host | 159 targets += $(host-csingle) $(host-cmulti) $(host-cobjs) \
|
/Linux-v6.1/drivers/gpu/drm/radeon/ |
D | Makefile | 7 targets := rn50_reg_safe.h r100_reg_safe.h r200_reg_safe.h rv515_reg_safe.h r300_reg_safe.h r420_re… macro
|