Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 25 of 1121) sorted by relevance

12345678910>>...45

/linux-6.3-rc2/arch/arm/kernel/
A Datags_compat.c83 tag = tag_next(tag); in memtag()
84 tag->hdr.tag = ATAG_MEM; in memtag()
125 tag = tag_next(tag); in build_tag_list()
133 tag = tag_next(tag); in build_tag_list()
139 tag = tag_next(tag); in build_tag_list()
145 tag = tag_next(tag); in build_tag_list()
162 tag = tag_next(tag); in build_tag_list()
171 tag = tag_next(tag); in build_tag_list()
187 tag = tag_next(tag); in build_tag_list()
196 tag = tag_next(tag); in build_tag_list()
[all …]
A Datags_parse.c53 static int __init parse_tag_core(const struct tag *tag) in parse_tag_core() argument
65 static int __init parse_tag_mem32(const struct tag *tag) in parse_tag_mem32() argument
67 return arm_add_memory(tag->u.mem.start, tag->u.mem.size); in parse_tag_mem32()
91 static int __init parse_tag_ramdisk(const struct tag *tag) in parse_tag_ramdisk() argument
143 static int __init parse_tag(const struct tag *tag) in parse_tag() argument
149 if (tag->hdr.tag == t->tag) { in parse_tag()
169 static void __init squash_mem_tags(struct tag *tag) in squash_mem_tags() argument
171 for (; tag->hdr.size; tag = tag_next(tag)) in squash_mem_tags()
172 if (tag->hdr.tag == ATAG_MEM) in squash_mem_tags()
173 tag->hdr.tag = ATAG_NONE; in squash_mem_tags()
[all …]
A Datags_proc.c28 void __init save_atags(const struct tag *tags) in save_atags()
40 struct tag *tag = (struct tag *)atags_copy; in init_atags_procfs() local
44 if (tag->hdr.tag != ATAG_CORE) { in init_atags_procfs()
49 for (; tag->hdr.size; tag = tag_next(tag)) in init_atags_procfs()
53 size = (char *)tag - atags_copy + sizeof(struct tag_header); in init_atags_procfs()
55 WARN_ON(tag->hdr.tag != ATAG_NONE); in init_atags_procfs()
/linux-6.3-rc2/arch/sparc/include/asm/
A Dspitfire.h135 unsigned long tag; in spitfire_get_dtlb_tag() local
138 : "=r" (tag) in spitfire_get_dtlb_tag()
140 return tag; in spitfire_get_dtlb_tag()
168 unsigned long tag; in spitfire_get_itlb_tag() local
173 return tag; in spitfire_get_itlb_tag()
260 unsigned long tag; in cheetah_get_ldtlb_tag() local
267 return tag; in cheetah_get_ldtlb_tag()
272 unsigned long tag; in cheetah_get_litlb_tag() local
279 return tag; in cheetah_get_litlb_tag()
321 return tag; in cheetah_get_dtlb_tag()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/
A Dccm.c54 if (msg_tag == tag) { in __nfp_ccm_reply()
55 nfp_ccm_free_tag(ccm, tag); in __nfp_ccm_reply()
84 nfp_ccm_free_tag(ccm, tag); in nfp_ccm_reply_drop_tag()
106 tag), in nfp_ccm_wait_reply()
133 int reply_type, tag; in nfp_ccm_communicate() local
137 if (tag < 0) { in nfp_ccm_communicate()
140 return ERR_PTR(tag); in nfp_ccm_communicate()
146 hdr->tag = cpu_to_be16(tag); in nfp_ccm_communicate()
178 unsigned int tag; in nfp_ccm_rx() local
187 tag = nfp_ccm_get_tag(skb); in nfp_ccm_rx()
[all …]
/linux-6.3-rc2/arch/x86/math-emu/
A Dreg_divide.c34 int tag, deststnr; in FPU_div() local
83 if (tag < 0) in FPU_div()
84 return tag; in FPU_div()
87 return tag; in FPU_div()
104 if (tag < 0) in FPU_div()
105 return tag; in FPU_div()
108 return tag; in FPU_div()
137 int tag; in FPU_div() local
138 tag = FPU_gettag0(); in FPU_div()
144 int tag; in FPU_div() local
[all …]
A Dfpu_tags.c39 void FPU_settag0(int tag) in FPU_settag0() argument
44 fpu_tag_word |= (tag & 3) << (regnr * 2); in FPU_settag0()
47 void FPU_settagi(int stnr, int tag) in FPU_settagi() argument
52 fpu_tag_word |= (tag & 3) << (regnr * 2); in FPU_settagi()
55 void FPU_settag(int regnr, int tag) in FPU_settag() argument
59 fpu_tag_word |= (tag & 3) << (regnr * 2); in FPU_settag()
98 FPU_settagi(stnr, tag); in FPU_copy_to_regi()
101 void FPU_copy_to_reg1(FPU_REG const *r, u_char tag) in FPU_copy_to_reg1() argument
104 FPU_settagi(1, tag); in FPU_copy_to_reg1()
107 void FPU_copy_to_reg0(FPU_REG const *r, u_char tag) in FPU_copy_to_reg0() argument
[all …]
A Dfpu_trig.c154 int tag; in convert_l2reg() local
259 switch (tag) { in f2xm1()
455 u_char tag; in fsqrt_() local
695 u_char tag; in fsincos() local
793 int tag; in do_fprem() local
897 tag = in do_fprem()
951 tag = in do_fprem()
1031 int e, tag; in fyl2x() local
1062 tag = in fyl2x()
1201 int tag; in fpatan() local
[all …]
A Dreg_mul.c37 int tag; in FPU_mul() local
42 tag = in FPU_mul()
45 if (tag < 0) { in FPU_mul()
47 return tag; in FPU_mul()
49 FPU_settagi(deststnr, tag); in FPU_mul()
50 return tag; in FPU_mul()
67 tag = FPU_u_mul(&x, &y, dest, control_w, sign, in FPU_mul()
69 if (tag < 0) { in FPU_mul()
71 return tag; in FPU_mul()
73 FPU_settagi(deststnr, tag); in FPU_mul()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Ddr_ste_v1.c1324 u8 *tag) in dr_ste_v1_build_eth_l2_src_tag() argument
1357 u8 *tag) in dr_ste_v1_build_eth_l2_dst_tag() argument
1407 u8 *tag) in dr_ste_v1_build_eth_l2_tnl_tag() argument
1459 u8 *tag) in dr_ste_v1_build_eth_l3_ipv4_misc_tag() argument
1521 u8 *tag) in dr_ste_v1_build_mpls_tag() argument
1572 u8 *tag) in dr_ste_v1_build_tnl_mpls_tag() argument
1617 u8 *tag) in dr_ste_v1_build_tnl_mpls_over_udp_tag() argument
1658 u8 *tag) in dr_ste_v1_build_tnl_mpls_over_gre_tag() argument
1699 u8 *tag) in dr_ste_v1_build_icmp_tag() argument
1869 u8 *tag) in dr_ste_v1_build_register_0_tag() argument
[all …]
A Ddr_ste_v0.c738 u8 *tag) in dr_ste_v0_build_eth_l2_src_dst_tag() argument
794 u8 *tag) in dr_ste_v0_build_eth_l3_ipv6_dst_tag() argument
820 u8 *tag) in dr_ste_v0_build_eth_l3_ipv6_src_tag() argument
846 u8 *tag) in dr_ste_v0_build_eth_l3_ipv4_5_tuple_tag() argument
1176 u8 *tag) in dr_ste_v0_build_eth_ipv6_l3_l4_tag() argument
1218 u8 *tag) in dr_ste_v0_build_mpls_tag() argument
1244 u8 *tag) in dr_ste_v0_build_tnl_gre_tag() argument
1275 u8 *tag) in dr_ste_v0_build_tnl_mpls_tag() argument
1406 u8 *tag) in dr_ste_v0_build_icmp_tag() argument
1496 u8 *tag) in dr_ste_v0_build_eth_l4_misc_tag() argument
[all …]
A Ddr_ste.h27 MLX5_SET(ste_##lookup_type, tag, t_fname, value); \
33 #define DR_STE_SET_TAG(lookup_type, tag, t_fname, spec, s_fname) \ argument
37 #define DR_STE_SET_ONES(lookup_type, tag, t_fname, spec, s_fname) \ argument
38 DR_STE_SET_VAL(lookup_type, tag, t_fname, spec, s_fname, -1)
40 #define DR_STE_SET_TCP_FLAGS(lookup_type, tag, spec) do { \ argument
52 #define DR_STE_SET_MPLS(lookup_type, mask, in_out, tag) do { \ argument
54 u8 *_tag = tag; \
65 #define DR_STE_SET_FLEX_PARSER_FIELD(tag, fname, caps, spec) do { \ argument
67 u8 *parser_ptr = dr_ste_calc_flex_parser_offset(tag, parser_id); \
106 dr_ste_calc_flex_parser_offset(u8 *tag, u8 parser_id) in dr_ste_calc_flex_parser_offset() argument
[all …]
/linux-6.3-rc2/arch/xtensa/kernel/
A Dsetup.c92 u32 tag; member
101 static int __init parse_tag_mem(const bp_tag_t *tag) in parse_tag_mem() argument
133 dtb_start = __va(tag->data[0]); in parse_tag_fdt()
156 if (tag->id != BP_TAG_FIRST) { in parse_bootparam()
161 tag = (bp_tag_t*)((unsigned long)tag + sizeof(bp_tag_t) + tag->size); in parse_bootparam()
165 while (tag != NULL && tag->id != BP_TAG_LAST) { in parse_bootparam()
167 if (tag->id == t->tag) { in parse_bootparam()
168 t->parse(tag); in parse_bootparam()
173 pr_warn("Ignoring tag 0x%08x\n", tag->id); in parse_bootparam()
174 tag = (bp_tag_t*)((unsigned long)(tag + 1) + tag->size); in parse_bootparam()
[all …]
/linux-6.3-rc2/drivers/ata/
A Dsata_dwc_460ex.c296 u8 tag = 0; in dma_dwc_xfer_done() local
314 tag, hsdevp->dma_pending[tag]); in dma_dwc_xfer_done()
432 hsdevp->dma_pending[tag], hsdevp->cmd_issued[tag]); in sata_dwc_error_intr()
529 tag = 0; in sata_dwc_isr()
616 tag = 0; in sata_dwc_isr()
619 tag++; in sata_dwc_isr()
705 __func__, tag, hsdevp->dma_pending[tag], dmacr); in sata_dwc_clear_dmacr()
952 tag = 0; in sata_dwc_bmdma_setup()
976 __func__, hsdevp->cmd_issued[tag], tag); in sata_dwc_bmdma_start_by_tag()
1005 tag = 0; in sata_dwc_bmdma_start()
[all …]
/linux-6.3-rc2/arch/mips/cavium-octeon/executive/
A Dcvmx-l2c.c332 if (l2c_tadx_tag.s.valid && l2c_tadx_tag.s.tag == tag) in cvmx_l2c_lock_line()
480 if (tag.s.V && (tag.s.addr == tag_addr)) { in cvmx_l2c_unlock_line()
482 return tag.s.L; in cvmx_l2c_unlock_line()
497 if (tag.s.V && (tag.s.addr == tag_addr)) { in cvmx_l2c_unlock_line()
499 return tag.s.L; in cvmx_l2c_unlock_line()
652 union cvmx_l2c_tag tag; in cvmx_l2c_get_tag() local
654 tag.u64 = 0; in cvmx_l2c_get_tag()
657 return tag; in cvmx_l2c_get_tag()
662 return tag; in cvmx_l2c_get_tag()
683 tag.s.addr = l2c_tadx_tag.s.tag; in cvmx_l2c_get_tag()
[all …]
/linux-6.3-rc2/lib/
A Dradix-tree.c151 unsigned int tag) in any_tag_set() argument
155 if (node->tags[tag][idx]) in any_tag_set()
411 int tag; in radix_tree_extend() local
436 for (tag = 0; tag < RADIX_TREE_MAX_TAGS; tag++) { in radix_tree_extend()
438 tag_set(node, tag, 0); in radix_tree_extend()
949 root_tag_set(root, tag); in node_tag_set()
987 root_tag_set(root, tag); in radix_tree_tag_set()
1111 unsigned tag) in set_iter_tags() argument
1303 unsigned int tag) in radix_tree_gang_lookup_tag() argument
1369 int tag; in __radix_tree_delete() local
[all …]
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/
A Dtag.c49 sh_css_encode_tag_descr(struct sh_css_tag_descr *tag) in sh_css_encode_tag_descr() argument
59 assert(tag); in sh_css_encode_tag_descr()
61 if (tag->num_captures < 0) { in sh_css_encode_tag_descr()
62 num_captures = -tag->num_captures; in sh_css_encode_tag_descr()
65 num_captures = tag->num_captures; in sh_css_encode_tag_descr()
68 skip = tag->skip; in sh_css_encode_tag_descr()
69 if (tag->offset < 0) { in sh_css_encode_tag_descr()
70 offset = -tag->offset; in sh_css_encode_tag_descr()
73 offset = tag->offset; in sh_css_encode_tag_descr()
76 exp_id = tag->exp_id; in sh_css_encode_tag_descr()
/linux-6.3-rc2/fs/xfs/
A Dxfs_error.h14 extern void xfs_corruption_error(const char *tag, int level,
46 #define XFS_TEST_ERROR(expr, mp, tag) \ argument
48 bool xfs_errortag_enabled(struct xfs_mount *mp, unsigned int tag);
49 #define XFS_ERRORTAG_DELAY(mp, tag) \ argument
52 if (!xfs_errortag_enabled((mp), (tag))) \
56 (mp)->m_errortag[(tag)], __FILE__, __LINE__, \
58 mdelay((mp)->m_errortag[(tag)]); \
69 #define XFS_TEST_ERROR(expr, mp, tag) (expr) argument
70 #define XFS_ERRORTAG_DELAY(mp, tag) ((void)0) argument
71 #define xfs_errortag_set(mp, tag, val) (ENOSYS) argument
[all …]
/linux-6.3-rc2/drivers/scsi/be2iscsi/
A Dbe_mgmt.c95 return tag; in mgmt_vendor_specific_fw_cmd()
210 return tag; in mgmt_open_connection()
726 if (!tag) { in beiscsi_if_set_vlan()
836 if (phba->boot_struct.tag != tag) { in beiscsi_boot_process_compl()
839 __func__, tag, phba->boot_struct.tag); in beiscsi_boot_process_compl()
947 phba->boot_struct.tag = tag; in beiscsi_boot_logout_sess()
954 return tag; in beiscsi_boot_logout_sess()
986 phba->boot_struct.tag = tag; in beiscsi_boot_reopen_sess()
992 return tag; in beiscsi_boot_reopen_sess()
1044 phba->boot_struct.tag = tag; in beiscsi_boot_get_sinfo()
[all …]
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7996/
A Dmcu.h47 __le16 tag; member
103 __le16 tag; member
131 __le16 tag; member
150 __le16 tag; member
164 __le16 tag; member
216 __le16 tag; member
228 __le16 tag; member
242 __le16 tag; member
257 __le16 tag; member
265 __le16 tag; member
[all …]
/linux-6.3-rc2/tools/testing/radix-tree/
A Dtag_check.c24 item_tag_set(tree, index, tag); in __simple_checks()
25 ret = item_tag_get(tree, index, tag); in __simple_checks()
27 ret = tag_tagged_items(tree, first, ~0UL, 10, tag, !tag); in __simple_checks()
29 ret = item_tag_get(tree, index, !tag); in __simple_checks()
34 ret = item_tag_get(tree, index, tag); in __simple_checks()
132 char *thrash_state, int tag) in gang_check() argument
140 index, BATCH, tag))) { in gang_check()
216 item_tag_set(tree, index, tag); in do_thrash()
217 item_tag_set(tree, index, tag); in do_thrash()
230 item_tag_clear(tree, index, tag); in do_thrash()
[all …]
/linux-6.3-rc2/arch/sparc/kernel/
A Dds.c71 struct ds_msg_tag tag; member
76 struct ds_msg_tag tag; member
81 struct ds_msg_tag tag; member
86 struct ds_msg_tag tag; member
94 struct ds_msg_tag tag; member
100 struct ds_msg_tag tag; member
106 struct ds_msg_tag tag; member
111 struct ds_msg_tag tag; member
436 pkt.tag.req_num = tag->req_num; in __dr_cpu_send_error()
972 .tag = { in __send_ds_nack()
[all …]
/linux-6.3-rc2/scripts/
A Dsetlocalversion30 local tag
48 tag=${file_localversion#-}
49 tag=$(git describe --exact-match --match=$tag $tag 2>/dev/null)
54 if [ -z "${tag}" ]; then
55 tag=v$(echo "${KERNELVERSION}" | sed -E 's/^([0-9]+\.[0-9]+)\.0(.*)$/\1\2/')
60 if [ -z "$(git describe --exact-match --match=$tag 2>/dev/null)" ]; then
70 if atag="$(git describe --match=$tag 2>/dev/null)"; then
/linux-6.3-rc2/drivers/scsi/pm8001/
A Dpm8001_hwi.h154 __le32 tag; member
166 __le32 tag; member
217 __le32 tag; member
243 __le32 tag; member
260 __le32 tag; member
272 __le32 tag; member
284 __le32 tag; member
295 __le32 tag; member
311 __le32 tag; member
325 __le32 tag; member
[all …]
/linux-6.3-rc2/net/dsa/
A Dtag_ksz.c123 u8 *tag; in ksz8795_xmit() local
133 *tag = 1 << dp->index; in ksz8795_xmit()
135 *tag |= KSZ8795_TAIL_TAG_OVERRIDE; in ksz8795_xmit()
276 __be16 *tag; in ksz9477_xmit() local
296 *tag = cpu_to_be16(val); in ksz9477_xmit()
305 unsigned int port = tag[0] & 7; in ksz9477_rcv()
310 ksz_rcv_timestamp(skb, tag); in ksz9477_rcv()
341 u8 *tag; in ksz9893_xmit() local
352 *tag = BIT(dp->index); in ksz9893_xmit()
407 __be16 *tag; in lan937x_xmit() local
[all …]

Completed in 87 milliseconds

12345678910>>...45