Lines Matching defs:offset
87 intel_spec_find_register(struct intel_spec *spec, uint32_t offset)
91 (void *) (uintptr_t) offset);
132 get_array_offset_count(const char **atts, uint32_t *offset, uint32_t *count,
143 *offset = strtoul(atts[i + 1], &p, 0);
230 get_register_offset(const char **atts, uint32_t *offset)
236 *offset = strtoul(atts[i + 1], &p, 0);
295 else if (strcmp(s, "offset") == 0)
602 text_offset = genxml_files_table[i].offset;
887 uint32_t offset = 0;
891 offset += group->array_offset + array_idx * group->array_item_size;
894 return offset;
1026 /* Address & offset types have to be aligned to dwords, their start bit is
1194 uint64_t offset, uint32_t dword)
1197 offset + 4 * dword, iter->p[dword], dword);
1217 intel_print_group(FILE *outfile, struct intel_group *group, uint64_t offset,
1228 print_dword_header(outfile, &iter, offset, i);
1235 uint64_t struct_offset = offset + 4 * struct_dword;