Searched refs:str_ptr (Results 1 – 3 of 3) sorted by relevance
73 char *str_ptr; member
386 u32 str_ptr, offset; in mlx5_tracer_get_string() local 389 str_ptr = tracer_event->string_event.string_param; in mlx5_tracer_get_string() 394 if (str_ptr > tracer->str_db.base_address_out[i] && in mlx5_tracer_get_string() 395 str_ptr < tracer->str_db.base_address_out[i] + in mlx5_tracer_get_string() 397 offset = str_ptr - tracer->str_db.base_address_out[i]; in mlx5_tracer_get_string()
9541 char *str_ptr; in check_reg_const_str() local 9574 str_ptr = (char *)(long)(map_addr); in check_reg_const_str() 9575 if (!strnchr(str_ptr + map_off, map->value_size - map_off, 0)) { in check_reg_const_str()