/linux/arch/arm/kernel/ |
H A D | atags_parse.c | 53 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 D | x509_cert_parser.c | 142 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 D | pkcs7_parser.c | 205 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 D | pkcs8_parser.c | 34 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 D | zfcp_dbf.c | 70 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 D | rsa_helper.c | 16 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 D | radix-tree.c | 100 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 D | ccm.c | 38 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 D | fpu_tags.c | 39 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 D | fpu_trig.c | 40 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 D | reg_divide.c | 34 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 D | xfs_error.h | 46 #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 D | alloc_tag.h | 125 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 D | pgalloc_tag.h | 42 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 D | cqhci-core.c | 41 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 D | drm_vma_manager.c | 244 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 D | spitfire.h | 97 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 D | be_mgmt.c | 40 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 D | asn1.c | 59 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 D | tags_test.c | 11 #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 D | cache.c | 23 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 D | tag_ksz.c | 125 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 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 …]
|
/linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
H A D | mcu.h | 66 __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 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 …]
|