Searched refs:tag (Results 1 - 25 of 949) sorted by relevance

1234567891011>>

/linux-master/arch/arm/kernel/
H A Datags_compat.c13 * to convert to the new struct tag way.
81 static struct tag * __init memtag(struct tag *tag, unsigned long start, unsigned long size) argument
83 tag = tag_next(tag);
84 tag->hdr.tag = ATAG_MEM;
85 tag->hdr.size = tag_size(tag_mem32);
86 tag
94 struct tag *tag = taglist; local
[all...]
H A Datags_parse.c11 * of variable-sized tags to the kernel. The first tag must be a ATAG_CORE
12 * tag for the list to be recognised (to distinguish the tagged list from
13 * a param_struct). The list is terminated with a zero-length tag (this tag
53 static int __init parse_tag_core(const struct tag *tag) argument
55 if (tag->hdr.size > 2) {
56 if ((tag->u.core.flags & 1) == 0)
58 ROOT_DEV = old_decode_dev(tag->u.core.rootdev);
65 static int __init parse_tag_mem32(const struct tag *ta argument
73 parse_tag_videotext(const struct tag *tag) argument
91 parse_tag_ramdisk(const struct tag *tag) argument
104 parse_tag_serialnr(const struct tag *tag) argument
113 parse_tag_revision(const struct tag *tag) argument
121 parse_tag_cmdline(const struct tag *tag) argument
143 parse_tag(const struct tag *tag) argument
169 squash_mem_tags(struct tag *tag) argument
[all...]
H A Datags_proc.c28 void __init save_atags(const struct tag *tags)
40 struct tag *tag = (struct tag *)atags_copy; local
44 if (tag->hdr.tag != ATAG_CORE) {
49 for (; tag->hdr.size; tag = tag_next(tag))
53 size = (char *)tag
[all...]
H A Datags.h2 void convert_to_tag_list(struct tag *tags);
/linux-master/tools/testing/selftests/arm64/tags/
H A Dtags_test.c11 #define SHIFT_TAG(tag) ((uint64_t)(tag) << 56)
12 #define SET_TAG(ptr, tag) (((uint64_t)(ptr) & ~SHIFT_TAG(0xff)) | \
13 SHIFT_TAG(tag))
18 unsigned long tag = 0; local
29 tag = 0x42;
30 ptr = (struct utsname *)SET_TAG(ptr, tag);
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/
H A Dtag.c16 #include "tag.h"
22 * @brief Creates the tag description from the given parameters.
44 * @brief Encodes the members of tag description into a 32-bit value.
45 * @param[in] tag Pointer to the tag description
46 * @return (unsigned int) Encoded 32-bit tag-info
49 sh_css_encode_tag_descr(struct sh_css_tag_descr *tag) argument
59 assert(tag);
61 if (tag->num_captures < 0) {
62 num_captures = -tag
[all...]
/linux-master/arch/x86/math-emu/
H A Dfpu_tags.c39 void FPU_settag0(int tag) argument
44 fpu_tag_word |= (tag & 3) << (regnr * 2);
47 void FPU_settagi(int stnr, int tag) argument
52 fpu_tag_word |= (tag & 3) << (regnr * 2);
55 void FPU_settag(int regnr, int tag) argument
59 fpu_tag_word |= (tag & 3) << (regnr * 2);
95 void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr) argument
98 FPU_settagi(stnr, tag);
101 void FPU_copy_to_reg1(FPU_REG const *r, u_char tag) argument
104 FPU_settagi(1, tag);
107 FPU_copy_to_reg0(FPU_REG const *r, u_char tag) argument
[all...]
H A Dreg_divide.c11 | Return value is the tag of the answer, or-ed with FPU_Exception if |
34 int tag, deststnr; local
81 tag = FPU_u_div(&x, &y, dest, control_w, sign);
83 if (tag < 0)
84 return tag;
86 FPU_settagi(deststnr, tag);
87 return tag;
103 tag = FPU_u_div(&x, &y, dest, control_w, sign);
104 if (tag < 0)
105 return tag;
137 int tag; local
144 int tag; local
[all...]
H A Dreg_mul.c11 | Returns the tag of the result if no exceptions or errors occurred. |
37 int tag; local
42 tag =
45 if (tag < 0) {
47 return tag;
49 FPU_settagi(deststnr, tag);
50 return tag;
67 tag = FPU_u_mul(&x, &y, dest, control_w, sign,
69 if (tag < 0) {
71 return tag;
[all...]
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A Dtag_public.h20 * @brief Creates the tag description from the given parameters.
34 * @brief Encodes the members of tag description into a 32-bit value.
35 * @param[in] tag Pointer to the tag description
36 * @return (unsigned int) Encoded 32-bit tag-info
39 sh_css_encode_tag_descr(struct sh_css_tag_descr *tag);
/linux-master/include/scsi/
H A Dscsi_tcq.h10 #define SCSI_NO_TAG (-1) /* identify no tag in use */
17 * @tag: tag
19 * Note: for devices using multiple hardware queues tag must have been
23 int tag)
28 if (tag == SCSI_NO_TAG)
31 hwq = blk_mq_unique_tag_to_hwq(tag);
34 blk_mq_unique_tag_to_tag(tag));
22 scsi_host_find_tag(struct Scsi_Host *shost, int tag) argument
/linux-master/include/linux/firmware/imx/
H A Ds4.h17 uint8_t tag; member in struct:imx_s4_rpc_msg
/linux-master/arch/arm/include/asm/
H A Dsetup.h19 #define __tagtable(tag, fn) \
20 static const struct tagtable __tagtable_##fn __tag = { tag, fn }
27 extern void save_atags(const struct tag *tags);
29 static inline void save_atags(const struct tag *tags) { }
/linux-master/arch/sparc/include/asm/
H A Dspitfire.h97 static inline void spitfire_put_dcache_tag(unsigned long addr, unsigned long tag) argument
102 : "r" (tag), "r" (addr), "i" (ASI_DCACHE_TAG));
111 static inline void spitfire_put_icache_tag(unsigned long addr, unsigned long tag) argument
116 : "r" (tag), "r" (addr), "i" (ASI_IC_TAG));
135 unsigned long tag; local
138 : "=r" (tag)
140 return tag;
168 unsigned long tag; local
171 : "=r" (tag)
173 return tag;
260 unsigned long tag; local
272 unsigned long tag; local
316 unsigned long tag; local
349 unsigned long tag; local
[all...]
/linux-master/include/linux/
H A Dalloc_tag.h102 static inline struct alloc_tag_counters alloc_tag_read(struct alloc_tag *tag) argument
109 counter = per_cpu_ptr(tag->counters, cpu);
118 static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) argument
121 "alloc_tag was not cleared (got tag for %s:%u)\n",
124 WARN_ONCE(!tag, "current->alloc_tag not set");
132 static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) {} argument
136 /* Caller should verify both ref and tag to be valid */
137 static inline void __alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag) argument
139 ref->ct = &tag->ct;
146 this_cpu_inc(tag
149 alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag) argument
158 alloc_tag_add(union codetag_ref *ref, struct alloc_tag *tag, size_t bytes) argument
170 struct alloc_tag *tag; local
195 alloc_tag_add(union codetag_ref *ref, struct alloc_tag *tag, size_t bytes) argument
[all...]
/linux-master/drivers/iommu/intel/
H A Dcache.c22 /* Check if an existing cache tag can be reused for a new association. */
23 static bool cache_tage_match(struct cache_tag *tag, u16 domain_id, argument
27 if (tag->type != type)
30 if (tag->domain_id != domain_id || tag->pasid != pasid)
34 return tag->iommu == iommu;
37 return tag->dev == dev;
42 /* Assign a cache tag with specified type to domain. */
49 struct cache_tag *tag, *temp; local
52 tag
91 struct cache_tag *tag; local
265 struct cache_tag *tag; local
335 struct cache_tag *tag; local
386 struct cache_tag *tag; local
[all...]
H A Dtrace.h94 TP_PROTO(struct cache_tag *tag),
95 TP_ARGS(tag),
97 __string(iommu, tag->iommu->name)
98 __string(dev, dev_name(tag->dev))
105 __assign_str(iommu, tag->iommu->name);
106 __assign_str(dev, dev_name(tag->dev));
107 __entry->type = tag->type;
108 __entry->domain_id = tag->domain_id;
109 __entry->pasid = tag->pasid;
110 __entry->users = tag
[all...]
/linux-master/include/trace/events/
H A Dmctp.h34 __field(__u8, tag)
39 __entry->tag = key->tag;
41 TP_printk("local %d, peer %d, tag %1x",
44 __entry->tag
54 __field(__u8, tag)
60 __entry->tag = key->tag;
63 TP_printk("local %d, peer %d, tag %1x %s",
66 __entry->tag,
[all...]
/linux-master/fs/xfs/
H A Dxfs_error.h11 extern void xfs_error_report(const char *tag, int level, struct xfs_mount *mp,
14 extern void xfs_corruption_error(const char *tag, int level,
46 #define XFS_TEST_ERROR(expr, mp, tag) \
47 ((expr) || xfs_errortag_test((mp), #expr, __FILE__, __LINE__, (tag)))
48 bool xfs_errortag_enabled(struct xfs_mount *mp, unsigned int tag);
49 #define XFS_ERRORTAG_DELAY(mp, tag) \
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) (exp
[all...]
/linux-master/scripts/
H A Dsetlocalversion37 local tag
65 # annotated tag exists and is an ancestor of HEAD, use
67 tag=${file_localversion#-}
69 if [ -n "${tag}" ]; then
70 desc=$(git describe --match=$tag 2>/dev/null)
73 # Otherwise, if a localversion* file exists, and the tag
74 # obtained by appending it to the tag derived from
78 tag="${version_tag}${file_localversion}"
79 desc=$(git describe --match=$tag 2>/dev/null)
82 # Otherwise, default to the annotated tag derive
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddm_event_log.h36 #define EVENT_LOG_CUST_MSG(tag, a, ...)
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dccm.c38 static void nfp_ccm_free_tag(struct nfp_ccm *ccm, u16 tag) argument
40 WARN_ON(!__test_and_clear_bit(tag, ccm->tag_allocator));
47 static struct sk_buff *__nfp_ccm_reply(struct nfp_ccm *ccm, u16 tag) argument
54 if (msg_tag == tag) {
55 nfp_ccm_free_tag(ccm, tag);
65 nfp_ccm_reply(struct nfp_ccm *ccm, struct nfp_app *app, u16 tag) argument
70 skb = __nfp_ccm_reply(ccm, tag);
77 nfp_ccm_reply_drop_tag(struct nfp_ccm *ccm, struct nfp_app *app, u16 tag) argument
82 skb = __nfp_ccm_reply(ccm, tag);
84 nfp_ccm_free_tag(ccm, tag);
91 nfp_ccm_wait_reply(struct nfp_ccm *ccm, struct nfp_app *app, enum nfp_ccm_type type, int tag) argument
133 int reply_type, tag; local
178 unsigned int tag; local
[all...]
/linux-master/include/uapi/linux/
H A Dvirtio_9p.h38 /* length of the tag name */
40 /* non-NULL terminated tag name */
41 __u8 tag[]; member in struct:virtio_9p_config
/linux-master/net/dsa/
H A Dtag_rtl4_a.c7 * This "proprietary tag" header looks like so:
10 * | MAC DA | MAC SA | 0x8899 | 2 bytes tag | Type |
13 * The 2 bytes tag form a 16 bit big endian word. The exact
21 #include "tag.h"
40 u8 *tag; local
47 netdev_dbg(dev, "add realtek tag to package to port %d\n",
52 tag = dsa_etype_header_pos_tx(skb);
55 p = (__be16 *)tag;
62 p = (__be16 *)(tag + 2);
74 u8 *tag; local
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_maps.h9 #define CHECK(condition, tag, format...) ({ \
12 printf("%s(%d):FAIL:%s ", __func__, __LINE__, tag); \

Completed in 232 milliseconds

1234567891011>>