Lines Matching defs:data
42 u32 crc32; /* protect the data after this field */
48 unsigned char data[1];
69 static int mmio_snapshot_handler(struct intel_gvt *gvt, u32 offset, void *data)
71 *(u32 *)(data + offset) = intel_uncore_read_notrace(gvt->gt->uncore,
96 h->cfg_space_offset = offsetof(struct gvt_firmware_header, data);
161 h = (struct gvt_firmware_header *)fw->data;
164 mem = fw->data + crc32_start;
178 mem = (fw->data + h->cfg_space_offset);
257 h = (struct gvt_firmware_header *)fw->data;
259 memcpy(firmware->cfg_space, fw->data + h->cfg_space_offset,
261 memcpy(firmware->mmio, fw->data + h->mmio_offset,