Lines Matching defs:vbt
116 struct vbt {
136 static void virt_vbt_generation(struct vbt *v)
140 memset(v, 0, sizeof(struct vbt));
150 v->header.vbt_size = sizeof(struct vbt);
151 v->header.bdb_offset = offsetof(struct vbt, bdb_header);
157 v->bdb_header.bdb_size = sizeof(struct vbt) - sizeof(struct vbt_header);
224 struct vbt v;
251 /* emulated vbt from virt vbt generation */
253 memcpy(buf + INTEL_GVT_OPREGION_VBT_OFFSET, &v, sizeof(struct vbt));