Searched refs:str_table (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | qat_uclo.c | 74 static char *qat_uclo_get_string(struct icp_qat_uof_strtable *str_table, in qat_uclo_get_string() argument 77 if ((!str_table->table_len) || (str_offset > str_table->table_len)) in qat_uclo_get_string() 79 return (char *)(((uintptr_t)(str_table->strings)) + str_offset); in qat_uclo_get_string() 232 str = qat_uclo_get_string(&obj_handle->str_table, init_mem->sym_name); in qat_uclo_fetch_initmem_ae() 674 char *tab_name, struct icp_qat_uof_strtable *str_table) in qat_uclo_map_str_table() 683 memcpy(&str_table->table_len, obj_hdr->file_buff + in qat_uclo_map_str_table() 684 chunk_hdr->offset, sizeof(str_table->table_len)); in qat_uclo_map_str_table() 685 hdr_size = (char *)&str_table->strings - (char *)str_table; in qat_uclo_map_str_table() 673 qat_uclo_map_str_table(struct icp_qat_uclo_objhdr *obj_hdr, char *tab_name, struct icp_qat_uof_strtable *str_table) qat_uclo_map_str_table() argument [all...] |
H A D | icp_qat_uclo.h | 182 struct icp_qat_uof_strtable str_table; member
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_uclo.c | 74 static char *qat_uclo_get_string(struct icp_qat_uof_strtable *str_table, in qat_uclo_get_string() argument 77 if (!str_table->table_len || str_offset > str_table->table_len) in qat_uclo_get_string() 79 return (char *)(((uintptr_t)(str_table->strings)) + str_offset); in qat_uclo_get_string() 232 str = qat_uclo_get_string(&obj_handle->str_table, init_mem->sym_name); in qat_uclo_fetch_initmem_ae() 687 char *tab_name, struct icp_qat_uof_strtable *str_table) in qat_uclo_map_str_table() 696 memcpy(&str_table->table_len, obj_hdr->file_buff + in qat_uclo_map_str_table() 697 chunk_hdr->offset, sizeof(str_table->table_len)); in qat_uclo_map_str_table() 698 hdr_size = (char *)&str_table->strings - (char *)str_table; in qat_uclo_map_str_table() 686 qat_uclo_map_str_table(struct icp_qat_uclo_objhdr *obj_hdr, char *tab_name, struct icp_qat_uof_strtable *str_table) qat_uclo_map_str_table() argument [all...] |
H A D | icp_qat_uclo.h | 223 struct icp_qat_uof_strtable str_table; member
|
/kernel/linux/linux-5.10/drivers/misc/altera-stapl/ |
H A D | altera.c | 218 u32 str_table = 0L; in altera_execute() local 274 str_table = get_unaligned_be32(&p[4 + delta]); in altera_execute() 441 name = &p[str_table + name_id]; in altera_execute() 1039 &p[str_table + args[0]], in altera_execute() 1478 name = &p[str_table + args[0]]; in altera_execute() 1630 name = &p[str_table + args[0]]; in altera_execute() 2330 u32 str_table = 0L; in altera_get_act_info() local 2350 str_table = get_unaligned_be32(&p[12]); in altera_get_act_info() 2362 *name = &p[str_table + act_name_id]; in altera_get_act_info() 2364 if (act_desc_id < (note_strings - str_table)) in altera_get_act_info() [all...] |
/kernel/linux/linux-6.6/drivers/misc/altera-stapl/ |
H A D | altera.c | 218 u32 str_table = 0L; in altera_execute() local 274 str_table = get_unaligned_be32(&p[4 + delta]); in altera_execute() 441 name = &p[str_table + name_id]; in altera_execute() 1018 &p[str_table + args[0]], in altera_execute() 1454 name = &p[str_table + args[0]]; in altera_execute() 1606 name = &p[str_table + args[0]]; in altera_execute() 2301 u32 str_table = 0L; in altera_get_act_info() local 2321 str_table = get_unaligned_be32(&p[12]); in altera_get_act_info() 2333 *name = &p[str_table + act_name_id]; in altera_get_act_info() 2335 if (act_desc_id < (note_strings - str_table)) in altera_get_act_info() [all...] |
Completed in 13 milliseconds