HomeSort by: relevance | last modified time | path
    Searched defs:gma_tail (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
cmd_parser.c 2716 unsigned long gma_head, unsigned int gma_tail)
2718 if (gma_tail >= gma_head)
2719 return (gma < gma_head) || (gma > gma_tail);
2721 return (gma > gma_tail) && (gma < gma_head);
2733 unsigned long gma_head, gma_tail, gma_bottom; local in function:command_scan
2738 gma_tail = rb_start + rb_tail;
2741 while (s->ip_gma != gma_tail) {
2752 if (gma_out_of_range(s->ip_gma, gma_head, gma_tail)) {
2774 unsigned long gma_head, gma_tail, gma_bottom; local in function:scan_workload
2783 gma_tail = workload->rb_start + workload->rb_tail
2816 unsigned long gma_head, gma_tail, gma_bottom, ring_size, ring_tail; local in function:scan_wa_ctx
2861 unsigned long gma_head, gma_tail, gma_top, guest_rb_size; local in function:shadow_workload_ring_buffer
    [all...]
cmd_parser.c 2716 unsigned long gma_head, unsigned int gma_tail)
2718 if (gma_tail >= gma_head)
2719 return (gma < gma_head) || (gma > gma_tail);
2721 return (gma > gma_tail) && (gma < gma_head);
2733 unsigned long gma_head, gma_tail, gma_bottom; local in function:command_scan
2738 gma_tail = rb_start + rb_tail;
2741 while (s->ip_gma != gma_tail) {
2752 if (gma_out_of_range(s->ip_gma, gma_head, gma_tail)) {
2774 unsigned long gma_head, gma_tail, gma_bottom; local in function:scan_workload
2783 gma_tail = workload->rb_start + workload->rb_tail
2816 unsigned long gma_head, gma_tail, gma_bottom, ring_size, ring_tail; local in function:scan_wa_ctx
2861 unsigned long gma_head, gma_tail, gma_top, guest_rb_size; local in function:shadow_workload_ring_buffer
    [all...]
cmd_parser.c 2716 unsigned long gma_head, unsigned int gma_tail)
2718 if (gma_tail >= gma_head)
2719 return (gma < gma_head) || (gma > gma_tail);
2721 return (gma > gma_tail) && (gma < gma_head);
2733 unsigned long gma_head, gma_tail, gma_bottom; local in function:command_scan
2738 gma_tail = rb_start + rb_tail;
2741 while (s->ip_gma != gma_tail) {
2752 if (gma_out_of_range(s->ip_gma, gma_head, gma_tail)) {
2774 unsigned long gma_head, gma_tail, gma_bottom; local in function:scan_workload
2783 gma_tail = workload->rb_start + workload->rb_tail
2816 unsigned long gma_head, gma_tail, gma_bottom, ring_size, ring_tail; local in function:scan_wa_ctx
2861 unsigned long gma_head, gma_tail, gma_top, guest_rb_size; local in function:shadow_workload_ring_buffer
    [all...]

Completed in 40 milliseconds