Searched refs:vgtif_offset (Results 1 – 2 of 2) sorted by relevance
115 #define vgtif_offset(x) (offsetof(struct vgt_if, x)) macro117 #define vgtif_reg(x) _MMIO(VGT_PVINFO_PAGE + vgtif_offset(x))
84 magic = readq(shared_area + vgtif_offset(magic)); in i915_detect_vgpu()88 version_major = readw(shared_area + vgtif_offset(version_major)); in i915_detect_vgpu()94 dev_priv->vgpu.caps = readl(shared_area + vgtif_offset(vgt_caps)); in i915_detect_vgpu()