Home
last modified time | relevance | path

Searched refs:targets (Results 1 - 25 of 329) sorted by relevance

12345678910>>...14

/kernel/linux/linux-5.10/arch/mips/boot/
H A DMakefile32 targets := vmlinux.ecoff macro
38 targets += vmlinux.bin
44 targets += vmlinux.srec
78 targets += uImage
79 targets += uImage.bin
80 targets += uImage.bz2
81 targets += uImage.gz
82 targets += uImage.lzma
83 targets += uImage.lzo
115 targets
[all...]
/kernel/linux/linux-6.6/arch/mips/boot/
H A DMakefile32 targets := vmlinux.ecoff macro
38 targets += vmlinux.bin
44 targets += vmlinux.srec
78 targets += uImage
79 targets += uImage.bin
80 targets += uImage.bz2
81 targets += uImage.gz
82 targets += uImage.lzma
83 targets += uImage.lzo
115 targets
[all...]
/kernel/linux/linux-5.10/drivers/nfc/microread/
H A Dmicroread.c473 struct nfc_target *targets; in microread_target_discovered() local
478 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in microread_target_discovered()
479 if (targets == NULL) { in microread_target_discovered()
484 targets->hci_reader_gate = gate; in microread_target_discovered()
488 targets->supported_protocols = in microread_target_discovered()
490 targets->sens_res = in microread_target_discovered()
492 targets->sel_res = skb->data[MICROREAD_EMCF_A_SAK]; in microread_target_discovered()
493 targets->nfcid1_len = skb->data[MICROREAD_EMCF_A_LEN]; in microread_target_discovered()
494 if (targets->nfcid1_len > sizeof(targets in microread_target_discovered()
[all...]
/kernel/linux/linux-6.6/drivers/nfc/microread/
H A Dmicroread.c471 struct nfc_target *targets; in microread_target_discovered() local
476 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in microread_target_discovered()
477 if (targets == NULL) { in microread_target_discovered()
482 targets->hci_reader_gate = gate; in microread_target_discovered()
486 targets->supported_protocols = in microread_target_discovered()
488 targets->sens_res = in microread_target_discovered()
490 targets->sel_res = skb->data[MICROREAD_EMCF_A_SAK]; in microread_target_discovered()
491 targets->nfcid1_len = skb->data[MICROREAD_EMCF_A_LEN]; in microread_target_discovered()
492 if (targets->nfcid1_len > sizeof(targets in microread_target_discovered()
[all...]
/kernel/linux/linux-6.6/arch/mips/vdso/
H A DMakefile102 targets += $(obj-vdso-y)
103 targets += vdso.lds
104 targets += vdso.so.dbg.raw vdso.so.raw
105 targets += vdso.so.dbg vdso.so
106 targets += vdso-image.c
129 targets += $(obj-vdso-y:%.o=%-o32.o)
130 targets += vdso-o32.lds
131 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw
132 targets += vdso-o32.so.dbg vdso-o32.so
133 targets
[all...]
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/arch/mips/boot/compressed/
H A DMakefile58 targets := $(notdir $(vmlinuzobjs-y)) macro
60 targets += vmlinux.bin
75 targets += vmlinux.bin.z
80 targets += piggy.o dummy.o
107 targets += ../../../../vmlinuz
138 targets += ../vmlinuz.32
146 targets += ../vmlinuz.ecoff
154 targets += ../vmlinuz.bin
161 targets += ../vmlinuz.srec
168 targets
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dmemory-tiers.h41 void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets);
49 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) in node_get_allowed_targets() argument
51 *targets = NODE_MASK_NONE; in node_get_allowed_targets()
91 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) in node_get_allowed_targets() argument
93 *targets = NODE_MASK_NONE; in node_get_allowed_targets()
/kernel/linux/linux-5.10/arch/mips/vdso/
H A DMakefile104 targets += $(obj-vdso-y)
105 targets += vdso.lds
106 targets += vdso.so.dbg.raw vdso.so.raw
107 targets += vdso.so.dbg vdso.so
108 targets += vdso-image.c
131 targets += $(obj-vdso-y:%.o=%-o32.o)
132 targets += vdso-o32.lds
133 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw
134 targets += vdso-o32.so.dbg vdso-o32.so
135 targets
[all...]
/kernel/linux/linux-5.10/arch/x86/realmode/rm/
H A DMakefile36 targets += $(realmode-y)
45 targets += pasyms.h
49 targets += realmode.lds
55 targets += realmode.elf
61 targets += realmode.bin
68 targets += realmode.relocs
/kernel/linux/linux-6.6/arch/x86/realmode/rm/
H A DMakefile37 targets += $(realmode-y)
46 targets += pasyms.h
50 targets += realmode.lds
56 targets += realmode.elf
62 targets += realmode.bin
69 targets += realmode.relocs
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
H A Docelot_io.c20 regmap_read(ocelot->targets[target], in __ocelot_read_ix()
32 regmap_write(ocelot->targets[target], in __ocelot_write_ix()
44 regmap_update_bits(ocelot->targets[target], in __ocelot_rmw_ix()
87 regmap_read(ocelot->targets[target], in __ocelot_target_read_ix()
95 regmap_write(ocelot->targets[target], in __ocelot_target_write_ix()
122 ocelot->targets[target], in ocelot_regfields_init()
/kernel/linux/linux-6.6/mm/damon/
H A Dsysfs.c287 * targets directory
301 static void damon_sysfs_targets_rm_dirs(struct damon_sysfs_targets *targets) in damon_sysfs_targets_rm_dirs() argument
303 struct damon_sysfs_target **targets_arr = targets->targets_arr; in damon_sysfs_targets_rm_dirs()
306 for (i = 0; i < targets->nr; i++) { in damon_sysfs_targets_rm_dirs()
310 targets->nr = 0; in damon_sysfs_targets_rm_dirs()
312 targets->targets_arr = NULL; in damon_sysfs_targets_rm_dirs()
315 static int damon_sysfs_targets_add_dirs(struct damon_sysfs_targets *targets, in damon_sysfs_targets_add_dirs() argument
321 damon_sysfs_targets_rm_dirs(targets); in damon_sysfs_targets_add_dirs()
329 targets->targets_arr = targets_arr; in damon_sysfs_targets_add_dirs()
334 damon_sysfs_targets_rm_dirs(targets); in damon_sysfs_targets_add_dirs()
362 struct damon_sysfs_targets *targets = container_of(kobj, nr_targets_show() local
371 struct damon_sysfs_targets *targets; nr_targets_store() local
636 struct damon_sysfs_targets *targets; global() member
677 struct damon_sysfs_targets *targets = damon_sysfs_targets_alloc(); damon_sysfs_context_set_targets() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H A Docelot_io.c22 return regmap_bulk_read(ocelot->targets[target], addr + offset, in __ocelot_bulk_read_ix()
35 regmap_read(ocelot->targets[target], addr + offset, &val); in __ocelot_read_ix()
49 regmap_write(ocelot->targets[target], addr + offset, val); in __ocelot_write_ix()
62 regmap_update_bits(ocelot->targets[target], addr + offset, mask, val); in __ocelot_rmw_ix()
104 regmap_read(ocelot->targets[target], in __ocelot_target_read_ix()
112 regmap_write(ocelot->targets[target], in __ocelot_target_write_ix()
139 ocelot->targets[target], in ocelot_regfields_init()
/kernel/linux/linux-6.6/certs/
H A DMakefile23 targets += blacklist_hash_list
34 targets += x509_certificate_list
55 targets += signing_key.pem
76 targets += signing_key.x509
83 targets += x509_revocation_list
/kernel/linux/linux-5.10/arch/arc/boot/
H A DMakefile2 targets := vmlinux.bin vmlinux.bin.gz macro
16 targets += uImage.bin
17 targets += uImage.gz
18 targets += uImage.lzma
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/
H A DMakefile47 targets := $(notdir $(vmlinuzobjs-y)) macro
49 targets += vmlinux.bin
62 targets += vmlinux.bin.z
66 targets += piggy.o dummy.o
101 targets += $(notdir $(efiobjs-y))
/kernel/linux/linux-5.10/arch/sparc/vdso/
H A DMakefile23 targets += vdso.lds $(vobjs-y)
30 targets += $(vdso_img_cfiles)
31 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so)
80 targets += vdso32/vdso32.lds
81 targets += vdso32/vdso-note.o
82 targets += vdso32/vclock_gettime.o
/kernel/linux/linux-6.6/arch/sparc/vdso/
H A DMakefile23 targets += vdso.lds $(vobjs-y)
30 targets += $(vdso_img_cfiles)
31 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so)
80 targets += vdso32/vdso32.lds
81 targets += vdso32/vdso-note.o
82 targets += vdso32/vclock_gettime.o
/kernel/linux/linux-6.6/arch/x86/boot/
H A DMakefile32 targets := vmlinux.bin setup.bin setup.elf bzImage macro
33 targets += fdimage fdimage144 fdimage288 image.iso hdimage
50 targets += $(setup-y)
64 targets += cpustr.h
97 targets += zoffset.h
127 targets += mtools.conf
/kernel/linux/linux-5.10/lib/raid6/
H A DMakefile54 targets += int1.c int2.c int4.c int8.c int16.c int32.c
62 targets += altivec1.c altivec2.c altivec4.c altivec8.c
70 targets += vpermxor1.c vpermxor2.c vpermxor4.c vpermxor8.c
78 targets += neon1.c neon2.c neon4.c neon8.c
82 targets += s390vx8.c
89 targets += tables.c
/kernel/linux/linux-6.6/lib/raid6/
H A DMakefile58 targets += int1.c int2.c int4.c int8.c int16.c int32.c
66 targets += altivec1.c altivec2.c altivec4.c altivec8.c
74 targets += vpermxor1.c vpermxor2.c vpermxor4.c vpermxor8.c
82 targets += neon1.c neon2.c neon4.c neon8.c
86 targets += s390vx8.c
93 targets += tables.c
/kernel/linux/linux-5.10/net/nfc/hci/
H A Dcore.c286 struct nfc_target *targets; in nfc_hci_target_discovered() local
294 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in nfc_hci_target_discovered()
295 if (targets == NULL) in nfc_hci_target_discovered()
315 targets->supported_protocols = in nfc_hci_target_discovered()
317 if (targets->supported_protocols == 0xffffffff) { in nfc_hci_target_discovered()
322 targets->sens_res = be16_to_cpu(*(__be16 *)atqa_skb->data); in nfc_hci_target_discovered()
323 targets->sel_res = sak_skb->data[0]; in nfc_hci_target_discovered()
335 memcpy(targets->nfcid1, uid_skb->data, uid_skb->len); in nfc_hci_target_discovered()
336 targets->nfcid1_len = uid_skb->len; in nfc_hci_target_discovered()
340 targets); in nfc_hci_target_discovered()
[all...]
/kernel/linux/linux-6.6/net/nfc/hci/
H A Dcore.c286 struct nfc_target *targets; in nfc_hci_target_discovered() local
294 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in nfc_hci_target_discovered()
295 if (targets == NULL) in nfc_hci_target_discovered()
315 targets->supported_protocols = in nfc_hci_target_discovered()
317 if (targets->supported_protocols == 0xffffffff) { in nfc_hci_target_discovered()
322 targets->sens_res = be16_to_cpu(*(__be16 *)atqa_skb->data); in nfc_hci_target_discovered()
323 targets->sel_res = sak_skb->data[0]; in nfc_hci_target_discovered()
335 memcpy(targets->nfcid1, uid_skb->data, uid_skb->len); in nfc_hci_target_discovered()
336 targets->nfcid1_len = uid_skb->len; in nfc_hci_target_discovered()
340 targets); in nfc_hci_target_discovered()
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/vdso64/
H A DMakefile15 targets := $(obj-vdso64) $(obj-cvdso64) vdso64.so vdso64.so.dbg macro
30 $(targets:%=$(obj)/%.dbg): KBUILD_CFLAGS = $(KBUILD_CFLAGS_64)
31 $(targets:%=$(obj)/%.dbg): KBUILD_AFLAGS = $(KBUILD_AFLAGS_64)
34 targets += vdso64.lds

Completed in 11 milliseconds

12345678910>>...14