Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/linux/arch/arm/kernel/
H A Datags_parse.c53 static int __init parse_tag_core(const struct tag *tag) in parse_tag_core()
65 static int __init parse_tag_mem32(const struct tag *tag) in parse_tag_mem32()
73 static int __init parse_tag_videotext(const struct tag *tag) in parse_tag_videotext()
91 static int __init parse_tag_ramdisk(const struct tag *tag) in parse_tag_ramdisk()
104 static int __init parse_tag_serialnr(const struct tag *tag) in parse_tag_serialnr()
113 static int __init parse_tag_revision(const struct tag *tag) in parse_tag_revision()
121 static int __init parse_tag_cmdline(const struct tag *tag) in parse_tag_cmdline()
143 static int __init parse_tag(const struct tag *tag) in parse_tag()
169 static void __init squash_mem_tags(struct tag *tag) in squash_mem_tags()
/linux/crypto/asymmetric_keys/
H A Dx509_cert_parser.c142 unsigned char tag, in x509_note_OID()
162 unsigned char tag, in x509_note_tbs_certificate()
178 int x509_note_sig_algo(void *context, size_t hdrlen, unsigned char tag, in x509_note_sig_algo()
283 unsigned char tag, in x509_note_signature()
321 unsigned char tag, in x509_note_serial()
334 unsigned char tag, in x509_extract_name_segment()
363 unsigned char tag, in x509_fabricate_name()
438 unsigned char tag, in x509_note_issuer()
458 unsigned char tag, in x509_note_subject()
471 unsigned char tag, in x509_note_params()
[all …]
H A Dpkcs7_parser.c205 unsigned char tag, in pkcs7_note_OID()
224 unsigned char tag, in pkcs7_sig_note_digest_algo()
274 unsigned char tag, in pkcs7_sig_note_pkey_algo()
311 unsigned char tag, in pkcs7_check_content_type()
328 unsigned char tag, in pkcs7_note_signeddata_version()
362 unsigned char tag, in pkcs7_note_signerinfo_version()
405 unsigned char tag, in pkcs7_extract_cert()
445 unsigned char tag, in pkcs7_note_certificate_list()
463 unsigned char tag, in pkcs7_note_content()
483 unsigned char tag, in pkcs7_note_data()
[all …]
H A Dpkcs8_parser.c34 unsigned char tag, in pkcs8_note_OID()
54 unsigned char tag, in pkcs8_note_version()
68 unsigned char tag, in pkcs8_note_algo()
84 unsigned char tag, in pkcs8_note_key()
/linux/drivers/s390/scsi/
H A Dzfcp_dbf.c70 void zfcp_dbf_hba_fsf_res(char *tag, int level, struct zfcp_fsf_req *req) in zfcp_dbf_hba_fsf_res()
115 void zfcp_dbf_hba_fsf_fces(char *tag, const struct zfcp_fsf_req *req, u64 wwpn, in zfcp_dbf_hba_fsf_fces()
155 void zfcp_dbf_hba_fsf_reqid(const char *const tag, const int level, in zfcp_dbf_hba_fsf_reqid()
195 void zfcp_dbf_hba_fsf_uss(char *tag, struct zfcp_fsf_req *req) in zfcp_dbf_hba_fsf_uss()
242 void zfcp_dbf_hba_bit_err(char *tag, struct zfcp_fsf_req *req) in zfcp_dbf_hba_bit_err()
337 void zfcp_dbf_rec_trig(char *tag, struct zfcp_adapter *adapter, in zfcp_dbf_rec_trig()
383 void zfcp_dbf_rec_trig_lock(char *tag, struct zfcp_adapter *adapter, in zfcp_dbf_rec_trig_lock()
400 void zfcp_dbf_rec_run_lvl(int level, char *tag, struct zfcp_erp_action *erp) in zfcp_dbf_rec_run_lvl()
438 void zfcp_dbf_rec_run(char *tag, struct zfcp_erp_action *erp) in zfcp_dbf_rec_run()
449 void zfcp_dbf_rec_run_wka(char *tag, struct zfcp_fc_wka_port *wka_port, in zfcp_dbf_rec_run_wka()
[all …]
/linux/crypto/
H A Drsa_helper.c16 int rsa_get_n(void *context, size_t hdrlen, unsigned char tag, in rsa_get_n()
46 int rsa_get_e(void *context, size_t hdrlen, unsigned char tag, in rsa_get_e()
61 int rsa_get_d(void *context, size_t hdrlen, unsigned char tag, in rsa_get_d()
76 int rsa_get_p(void *context, size_t hdrlen, unsigned char tag, in rsa_get_p()
91 int rsa_get_q(void *context, size_t hdrlen, unsigned char tag, in rsa_get_q()
106 int rsa_get_dp(void *context, size_t hdrlen, unsigned char tag, in rsa_get_dp()
121 int rsa_get_dq(void *context, size_t hdrlen, unsigned char tag, in rsa_get_dq()
136 int rsa_get_qinv(void *context, size_t hdrlen, unsigned char tag, in rsa_get_qinv()
/linux/lib/
H A Dradix-tree.c100 static inline void tag_set(struct radix_tree_node *node, unsigned int tag, in tag_set()
106 static inline void tag_clear(struct radix_tree_node *node, unsigned int tag, in tag_clear()
112 static inline int tag_get(const struct radix_tree_node *node, unsigned int tag, in tag_get()
118 static inline void root_tag_set(struct radix_tree_root *root, unsigned tag) in root_tag_set()
123 static inline void root_tag_clear(struct radix_tree_root *root, unsigned tag) in root_tag_clear()
133 static inline int root_tag_get(const struct radix_tree_root *root, unsigned tag) in root_tag_get()
153 unsigned int tag) in any_tag_set()
163 static inline void all_tag_set(struct radix_tree_node *node, unsigned int tag) in all_tag_set()
180 radix_tree_find_next_bit(struct radix_tree_node *node, unsigned int tag, in radix_tree_find_next_bit()
413 int tag; in radix_tree_extend() local
[all …]
/linux/drivers/net/ethernet/netronome/nfp/
H A Dccm.c38 static void nfp_ccm_free_tag(struct nfp_ccm *ccm, u16 tag) in nfp_ccm_free_tag()
47 static struct sk_buff *__nfp_ccm_reply(struct nfp_ccm *ccm, u16 tag) in __nfp_ccm_reply()
65 nfp_ccm_reply(struct nfp_ccm *ccm, struct nfp_app *app, u16 tag) in nfp_ccm_reply()
77 nfp_ccm_reply_drop_tag(struct nfp_ccm *ccm, struct nfp_app *app, u16 tag) in nfp_ccm_reply_drop_tag()
92 enum nfp_ccm_type type, int tag) in nfp_ccm_wait_reply()
133 int reply_type, tag; in nfp_ccm_communicate() local
178 unsigned int tag; in nfp_ccm_rx() local
/linux/arch/x86/math-emu/
H A Dfpu_tags.c39 void FPU_settag0(int tag) in FPU_settag0()
47 void FPU_settagi(int stnr, int tag) in FPU_settagi()
55 void FPU_settag(int regnr, int tag) in FPU_settag()
95 void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr) in FPU_copy_to_regi()
101 void FPU_copy_to_reg1(FPU_REG const *r, u_char tag) in FPU_copy_to_reg1()
107 void FPU_copy_to_reg0(FPU_REG const *r, u_char tag) in FPU_copy_to_reg0()
H A Dfpu_trig.c40 int tag, st0_tag = TAG_Valid; in trig_arg() local
154 int tag; in convert_l2reg() local
233 static void f2xm1(FPU_REG *st0_ptr, u_char tag) in f2xm1()
455 u_char tag; in fsqrt_() local
508 int flags, tag; in frndint_() local
550 static int f_sin(FPU_REG *st0_ptr, u_char tag) in f_sin()
611 static void fsin(FPU_REG *st0_ptr, u_char tag) in fsin()
616 static int f_cos(FPU_REG *st0_ptr, u_char tag) in f_cos()
695 u_char tag; in fsincos() local
793 int tag; in do_fprem() local
[all …]
H A Dreg_divide.c34 int tag, deststnr; in FPU_div() local
137 int tag; in FPU_div() local
144 int tag; in FPU_div() local
/linux/fs/xfs/
H A Dxfs_error.h46 #define XFS_TEST_ERROR(expr, mp, tag) \ argument
49 #define XFS_ERRORTAG_DELAY(mp, tag) \ argument
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
72 #define xfs_errortag_add(mp, tag) (ENOSYS) argument
/linux/include/linux/
H A Dalloc_tag.h125 static inline struct alloc_tag_counters alloc_tag_read(struct alloc_tag *tag) in alloc_tag_read()
141 static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) in alloc_tag_add_check()
155 static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) {} in alloc_tag_add_check()
160 static inline bool __alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag) in __alloc_tag_ref_set()
170 static inline bool alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag) in alloc_tag_ref_set()
185 static inline void alloc_tag_add(union codetag_ref *ref, struct alloc_tag *tag, size_t bytes) in alloc_tag_add()
193 struct alloc_tag *tag; in alloc_tag_sub() local
218 static inline void alloc_tag_add(union codetag_ref *ref, struct alloc_tag *tag, in alloc_tag_add()
H A Dpgalloc_tag.h42 static inline pgalloc_tag_idx module_tag_to_idx(struct alloc_tag *tag) in module_tag_to_idx()
55 static inline pgalloc_tag_idx module_tag_to_idx(struct alloc_tag *tag) in module_tag_to_idx()
83 struct alloc_tag *tag; in ref_to_idx() local
210 struct alloc_tag *tag = NULL; in pgalloc_tag_get() local
227 static inline void pgalloc_tag_sub_pages(struct alloc_tag *tag, unsigned int nr) in pgalloc_tag_sub_pages()
245 static inline void pgalloc_tag_sub_pages(struct alloc_tag *tag, unsigned int nr) {} in pgalloc_tag_sub_pages()
/linux/drivers/mmc/host/
H A Dcqhci-core.c41 static inline u8 *get_desc(struct cqhci_host *cq_host, u8 tag) in get_desc()
46 static inline u8 *get_link_desc(struct cqhci_host *cq_host, u8 tag) in get_link_desc()
53 static inline size_t get_trans_desc_offset(struct cqhci_host *cq_host, u8 tag) in get_trans_desc_offset()
58 static inline dma_addr_t get_trans_desc_dma(struct cqhci_host *cq_host, u8 tag) in get_trans_desc_dma()
65 static inline u8 *get_trans_desc(struct cqhci_host *cq_host, u8 tag) in get_trans_desc()
72 static void setup_trans_desc(struct cqhci_host *cq_host, u8 tag) in setup_trans_desc()
428 struct cqhci_host *cq_host, int tag) in cqhci_prep_task_desc()
506 struct cqhci_host *cq_host, int tag) in cqhci_prep_tran_desc()
605 int tag = cqhci_tag(mrq); in cqhci_request() local
707 int tag; in cqhci_error_irq() local
[all …]
/linux/drivers/gpu/drm/
H A Ddrm_vma_manager.c244 struct drm_file *tag, bool ref_counted) in vma_node_allow()
313 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag) in drm_vma_node_allow()
338 int drm_vma_node_allow_once(struct drm_vma_offset_node *node, struct drm_file *tag) in drm_vma_node_allow_once()
358 struct drm_file *tag) in drm_vma_node_revoke()
399 struct drm_file *tag) in drm_vma_node_is_allowed()
/linux/arch/sparc/include/asm/
H A Dspitfire.h97 static inline void spitfire_put_dcache_tag(unsigned long addr, unsigned long tag) in spitfire_put_dcache_tag()
111 static inline void spitfire_put_icache_tag(unsigned long addr, unsigned long tag) in spitfire_put_icache_tag()
135 unsigned long tag; in spitfire_get_dtlb_tag() local
168 unsigned long tag; in spitfire_get_itlb_tag() local
260 unsigned long tag; in cheetah_get_ldtlb_tag() local
272 unsigned long tag; in cheetah_get_litlb_tag() local
316 unsigned long tag; in cheetah_get_dtlb_tag() local
349 unsigned long tag; in cheetah_get_itlb_tag() local
/linux/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c40 unsigned int tag = 0; in mgmt_vendor_specific_fw_cmd() local
125 unsigned int tag = 0; in mgmt_open_connection() local
231 unsigned int tag; in beiscsi_exec_nemb_cmd() local
306 static void __beiscsi_eq_delay_compl(struct beiscsi_hba *phba, unsigned int tag) in __beiscsi_eq_delay_compl()
394 unsigned int tag; in beiscsi_if_get_handle() local
723 unsigned int tag; in beiscsi_if_set_vlan() local
820 unsigned int tag) in beiscsi_boot_process_compl()
930 unsigned int tag; in beiscsi_boot_logout_sess() local
969 unsigned int tag; in beiscsi_boot_reopen_sess() local
1012 unsigned int tag; in beiscsi_boot_get_sinfo() local
[all …]
/linux/fs/smb/server/
H A Dasn1.c59 static void encode_asn_tag(char *buf, unsigned int *ofs, char tag, char seq, in encode_asn_tag()
162 int ksmbd_gssapi_this_mech(void *context, size_t hdrlen, unsigned char tag, in ksmbd_gssapi_this_mech()
180 unsigned char tag, const void *value, in ksmbd_neg_token_init_mech_type()
212 unsigned char tag, const void *value, in ksmbd_neg_token_alloc()
230 unsigned char tag, const void *value, in ksmbd_neg_token_init_mech_token()
237 unsigned char tag, const void *value, in ksmbd_neg_token_targ_resp_token()
/linux/tools/testing/selftests/arm64/tags/
H A Dtags_test.c11 #define SHIFT_TAG(tag) ((uint64_t)(tag) << 56) argument
12 #define SET_TAG(ptr, tag) (((uint64_t)(ptr) & ~SHIFT_TAG(0xff)) | \ argument
18 unsigned long tag = 0; in main() local
/linux/drivers/iommu/intel/
H A Dcache.c23 static bool cache_tage_match(struct cache_tag *tag, u16 domain_id, in cache_tage_match()
49 struct cache_tag *tag, *temp; in cache_tag_assign() local
91 struct cache_tag *tag; in cache_tag_unassign() local
358 static void cache_tag_flush_iotlb(struct dmar_domain *domain, struct cache_tag *tag, in cache_tag_flush_iotlb()
390 static void cache_tag_flush_devtlb_psi(struct dmar_domain *domain, struct cache_tag *tag, in cache_tag_flush_devtlb_psi()
417 static void cache_tag_flush_devtlb_all(struct dmar_domain *domain, struct cache_tag *tag) in cache_tag_flush_devtlb_all()
442 struct cache_tag *tag; in cache_tag_flush_range() local
487 struct cache_tag *tag; in cache_tag_flush_all() local
529 struct cache_tag *tag; in cache_tag_flush_range_np() local
/linux/net/dsa/
H A Dtag_ksz.c125 u8 *tag; in ksz8795_xmit() local
143 u8 *tag = skb_tail_pointer(skb) - KSZ_EGRESS_TAG_LEN; in ksz8795_rcv() local
188 static void ksz_rcv_timestamp(struct sk_buff *skb, u8 *tag) in ksz_rcv_timestamp()
280 __be16 *tag; in ksz9477_xmit() local
315 u8 *tag = skb_tail_pointer(skb) - KSZ_EGRESS_TAG_LEN; in ksz9477_rcv() local
352 u8 *tag; in ksz9893_xmit() local
418 __be16 *tag; in lan937x_xmit() local
/linux/drivers/scsi/pm8001/
H 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/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.h66 __le16 tag; member
77 __le16 tag; member
209 __le16 tag; member
229 __le16 tag; member
243 __le16 tag; member
254 __le16 tag; member
270 __le16 tag; member
280 __le16 tag; member
288 __le16 tag; member
299 __le16 tag; member
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h69 __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 …]

12345678910>>...24