| /linux/arch/arm/kernel/ |
| A D | atags_compat.c | 83 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 D | atags_parse.c | 53 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 D | atags_proc.c | 28 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/drivers/iommu/intel/ |
| A D | cache.c | 30 if (tag->domain_id != domain_id || tag->pasid != pasid) in cache_tage_match() 52 tag = kzalloc(sizeof(*tag), GFP_KERNEL); in cache_tag_assign() 53 if (!tag) in cache_tag_assign() 56 tag->type = type; in cache_tag_assign() 57 tag->iommu = iommu; in cache_tag_assign() 59 tag->pasid = pasid; in cache_tag_assign() 60 tag->users = 1; in cache_tag_assign() 63 tag->dev = dev; in cache_tag_assign() 72 kfree(tag); in cache_tag_assign() 100 kfree(tag); in cache_tag_unassign() [all …]
|
| A D | trace.h | 94 TP_PROTO(struct cache_tag *tag), 95 TP_ARGS(tag), 107 __entry->type = tag->type; 109 __entry->pasid = tag->pasid; 110 __entry->users = tag->users; 124 TP_PROTO(struct cache_tag *tag), 125 TP_ARGS(tag) 130 TP_ARGS(tag) 135 TP_ARGS(tag) 157 __entry->type = tag->type; [all …]
|
| /linux/arch/sparc/include/asm/ |
| A D | spitfire.h | 135 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/drivers/net/ethernet/netronome/nfp/ |
| A D | ccm.c | 54 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/arch/x86/math-emu/ |
| A D | reg_divide.c | 34 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 D | fpu_tags.c | 39 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 D | fpu_trig.c | 154 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 …]
|
| /linux/include/linux/ |
| A D | alloc_tag.h | 110 counter = per_cpu_ptr(tag->counters, cpu); in alloc_tag_read() 140 alloc_tag_add_check(ref, tag); in __alloc_tag_ref_set() 141 if (!ref || !tag) in __alloc_tag_ref_set() 144 ref->ct = &tag->ct; in __alloc_tag_ref_set() 159 this_cpu_inc(tag->counters->calls); in alloc_tag_ref_set() 165 if (likely(alloc_tag_ref_set(ref, tag))) in alloc_tag_add() 166 this_cpu_add(tag->counters->bytes, bytes); in alloc_tag_add() 171 struct alloc_tag *tag; in alloc_tag_sub() local 182 tag = ct_to_alloc_tag(ref->ct); in alloc_tag_sub() 184 this_cpu_sub(tag->counters->bytes, bytes); in alloc_tag_sub() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| A D | dr_ste_v0.c | 738 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 D | dr_ste_v1.c | 1376 u8 *tag) in dr_ste_v1_build_eth_l2_src_tag() argument 1409 u8 *tag) in dr_ste_v1_build_eth_l2_dst_tag() argument 1459 u8 *tag) in dr_ste_v1_build_eth_l2_tnl_tag() argument 1511 u8 *tag) in dr_ste_v1_build_eth_l3_ipv4_misc_tag() argument 1573 u8 *tag) in dr_ste_v1_build_mpls_tag() argument 1624 u8 *tag) in dr_ste_v1_build_tnl_mpls_tag() argument 1669 u8 *tag) in dr_ste_v1_build_tnl_mpls_over_udp_tag() argument 1710 u8 *tag) in dr_ste_v1_build_tnl_mpls_over_gre_tag() argument 1751 u8 *tag) in dr_ste_v1_build_icmp_tag() argument 1921 u8 *tag) in dr_ste_v1_build_register_0_tag() argument [all …]
|
| A D | dr_ste.h | 27 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/drivers/ata/ |
| A D | sata_dwc_460ex.c | 295 u8 tag = 0; in dma_dwc_xfer_done() local 313 tag, hsdevp->dma_pending[tag]); in dma_dwc_xfer_done() 431 hsdevp->dma_pending[tag], hsdevp->cmd_issued[tag]); in sata_dwc_error_intr() 528 tag = 0; in sata_dwc_isr() 615 tag = 0; in sata_dwc_isr() 618 tag++; in sata_dwc_isr() 704 __func__, tag, hsdevp->dma_pending[tag], dmacr); in sata_dwc_clear_dmacr() 951 tag = 0; in sata_dwc_bmdma_setup() 975 __func__, hsdevp->cmd_issued[tag], tag); in sata_dwc_bmdma_start_by_tag() 1004 tag = 0; in sata_dwc_bmdma_start() [all …]
|
| /linux/arch/xtensa/kernel/ |
| A D | setup.c | 82 u32 tag; member 91 static int __init parse_tag_mem(const bp_tag_t *tag) in parse_tag_mem() argument 123 dtb_start = __va(tag->data[0]); in parse_tag_fdt() 146 if (tag->id != BP_TAG_FIRST) { in parse_bootparam() 151 tag = (bp_tag_t*)((unsigned long)tag + sizeof(bp_tag_t) + tag->size); in parse_bootparam() 155 while (tag != NULL && tag->id != BP_TAG_LAST) { in parse_bootparam() 157 if (tag->id == t->tag) { in parse_bootparam() 158 t->parse(tag); in parse_bootparam() 163 pr_warn("Ignoring tag 0x%08x\n", tag->id); in parse_bootparam() 164 tag = (bp_tag_t*)((unsigned long)(tag + 1) + tag->size); in parse_bootparam() [all …]
|
| /linux/arch/mips/cavium-octeon/executive/ |
| A D | cvmx-l2c.c | 332 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/lib/ |
| A D | radix-tree.c | 153 unsigned int tag) in any_tag_set() argument 157 if (node->tags[tag][idx]) in any_tag_set() 413 int tag; in radix_tree_extend() local 438 for (tag = 0; tag < RADIX_TREE_MAX_TAGS; tag++) { in radix_tree_extend() 440 tag_set(node, tag, 0); in radix_tree_extend() 951 root_tag_set(root, tag); in node_tag_set() 989 root_tag_set(root, tag); in radix_tree_tag_set() 1113 unsigned tag) in set_iter_tags() argument 1304 unsigned int tag) in radix_tree_gang_lookup_tag() argument 1370 int tag; in __radix_tree_delete() local [all …]
|
| /linux/drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/ |
| A D | tag.c | 49 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/fs/xfs/ |
| A D | xfs_error.h | 14 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/drivers/scsi/be2iscsi/ |
| A D | be_mgmt.c | 95 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/drivers/net/wireless/mediatek/mt76/mt7996/ |
| A D | mcu.h | 69 __le16 tag; member 125 __le16 tag; member 153 __le16 tag; member 172 __le16 tag; member 201 __le16 tag; member 231 __le16 tag; member 236 __le16 tag; member 248 __le16 tag; member 266 __le16 tag; member 285 __le16 tag; member [all …]
|
| /linux/tools/testing/radix-tree/ |
| A D | tag_check.c | 24 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/arch/sparc/kernel/ |
| A D | ds.c | 71 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/drivers/scsi/pm8001/ |
| A D | pm8001_hwi.h | 154 __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 …]
|