Home
last modified time | relevance | path

Searched refs:str_table (Results 1 – 3 of 3) sorted by relevance

/drivers/crypto/qat/qat_common/
Dqat_uclo.c117 static char *qat_uclo_get_string(struct icp_qat_uof_strtable *str_table, in qat_uclo_get_string() argument
120 if ((!str_table->table_len) || (str_offset > str_table->table_len)) in qat_uclo_get_string()
122 return (char *)(((uintptr_t)(str_table->strings)) + str_offset); in qat_uclo_get_string()
275 str = qat_uclo_get_string(&obj_handle->str_table, init_mem->sym_name); in qat_uclo_fetch_initmem_ae()
713 char *tab_name, struct icp_qat_uof_strtable *str_table) in qat_uclo_map_str_table() argument
722 memcpy(&str_table->table_len, obj_hdr->file_buff + in qat_uclo_map_str_table()
723 chunk_hdr->offset, sizeof(str_table->table_len)); in qat_uclo_map_str_table()
724 hdr_size = (char *)&str_table->strings - (char *)str_table; in qat_uclo_map_str_table()
725 str_table->strings = (uintptr_t)obj_hdr->file_buff + in qat_uclo_map_str_table()
727 return str_table; in qat_uclo_map_str_table()
[all …]
Dicp_qat_uclo.h226 struct icp_qat_uof_strtable str_table; member
/drivers/misc/altera-stapl/
Daltera.c232 u32 str_table = 0L; in altera_execute() local
288 str_table = get_unaligned_be32(&p[4 + delta]); in altera_execute()
455 name = &p[str_table + name_id]; in altera_execute()
1053 &p[str_table + args[0]], in altera_execute()
1492 name = &p[str_table + args[0]]; in altera_execute()
1644 name = &p[str_table + args[0]]; in altera_execute()
2344 u32 str_table = 0L; in altera_get_act_info() local
2364 str_table = get_unaligned_be32(&p[12]); in altera_get_act_info()
2376 *name = &p[str_table + act_name_id]; in altera_get_act_info()
2378 if (act_desc_id < (note_strings - str_table)) in altera_get_act_info()
[all …]