gma_head         2709 drivers/gpu/drm/i915/gvt/cmd_parser.c 		unsigned long gma_head, unsigned int gma_tail)
gma_head         2711 drivers/gpu/drm/i915/gvt/cmd_parser.c 	if (gma_tail >= gma_head)
gma_head         2712 drivers/gpu/drm/i915/gvt/cmd_parser.c 		return (gma < gma_head) || (gma > gma_tail);
gma_head         2714 drivers/gpu/drm/i915/gvt/cmd_parser.c 		return (gma > gma_tail) && (gma < gma_head);
gma_head         2726 drivers/gpu/drm/i915/gvt/cmd_parser.c 	unsigned long gma_head, gma_tail, gma_bottom;
gma_head         2730 drivers/gpu/drm/i915/gvt/cmd_parser.c 	gma_head = rb_start + rb_head;
gma_head         2745 drivers/gpu/drm/i915/gvt/cmd_parser.c 			if (gma_out_of_range(s->ip_gma, gma_head, gma_tail)) {
gma_head         2767 drivers/gpu/drm/i915/gvt/cmd_parser.c 	unsigned long gma_head, gma_tail, gma_bottom;
gma_head         2775 drivers/gpu/drm/i915/gvt/cmd_parser.c 	gma_head = workload->rb_start + workload->rb_head;
gma_head         2785 drivers/gpu/drm/i915/gvt/cmd_parser.c 	s.ring_head = gma_head;
gma_head         2792 drivers/gpu/drm/i915/gvt/cmd_parser.c 		gma_head == gma_tail)
gma_head         2795 drivers/gpu/drm/i915/gvt/cmd_parser.c 	ret = ip_gma_set(&s, gma_head);
gma_head         2809 drivers/gpu/drm/i915/gvt/cmd_parser.c 	unsigned long gma_head, gma_tail, gma_bottom, ring_size, ring_tail;
gma_head         2824 drivers/gpu/drm/i915/gvt/cmd_parser.c 	gma_head = wa_ctx->indirect_ctx.guest_gma;
gma_head         2834 drivers/gpu/drm/i915/gvt/cmd_parser.c 	s.ring_head = gma_head;
gma_head         2840 drivers/gpu/drm/i915/gvt/cmd_parser.c 	ret = ip_gma_set(&s, gma_head);
gma_head         2854 drivers/gpu/drm/i915/gvt/cmd_parser.c 	unsigned long gma_head, gma_tail, gma_top, guest_rb_size;
gma_head         2865 drivers/gpu/drm/i915/gvt/cmd_parser.c 	gma_head = workload->rb_start + workload->rb_head;
gma_head         2889 drivers/gpu/drm/i915/gvt/cmd_parser.c 	if (gma_head > gma_tail) {
gma_head         2891 drivers/gpu/drm/i915/gvt/cmd_parser.c 				      gma_head, gma_top, shadow_ring_buffer_va);
gma_head         2897 drivers/gpu/drm/i915/gvt/cmd_parser.c 		gma_head = workload->rb_start;
gma_head         2901 drivers/gpu/drm/i915/gvt/cmd_parser.c 	ret = copy_gma_to_hva(vgpu, vgpu->gtt.ggtt_mm, gma_head, gma_tail,