Home | History | Annotate | Download | only in gvt

Lines Matching defs:vbt

34  * Note: Only for GVT-g virtual VBT generation, other usage must
121 struct vbt {
141 static void virt_vbt_generation(struct vbt *v)
145 memset(v, 0, sizeof(struct vbt));
155 v->header.vbt_size = sizeof(struct vbt) - sizeof(v->header);
156 v->header.bdb_offset = offsetof(struct vbt, bdb_header);
162 v->bdb_header.bdb_size = sizeof(struct vbt) - sizeof(struct vbt_header)
230 struct vbt v;
242 /* emulated opregion with VBT mailbox only */
257 /* emulated vbt from virt vbt generation */
259 memcpy(buf + INTEL_GVT_OPREGION_VBT_OFFSET, &v, sizeof(struct vbt));