Lines Matching defs:config
98 FREE(b->config);
313 } else if (!strcmp(name, ".AMDGPU.config")) {
316 binary->config = MALLOC(binary->config_size * sizeof(unsigned char));
317 memcpy(binary->config, section_data->d_buf, binary->config_size);
346 /* Cache the config size per symbol */
364 return binary->config + offset;
367 return binary->config;
376 const unsigned char *config =
381 util_le32_to_cpu(*(uint32_t*)(config + i));
383 util_le32_to_cpu(*(uint32_t*)(config + i + 4));
798 /* emit config state */
937 /* Get the config information for this kernel. */
1067 /* We're setting config registers here. */