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

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
cmd_parser.c 2733 unsigned long gma_head, gma_tail, gma_bottom; local in function:command_scan
2739 gma_bottom = rb_start + rb_len;
2744 !(s->ip_gma < gma_bottom)) {
2748 gma_bottom);
2774 unsigned long gma_head, gma_tail, gma_bottom; local in function:scan_workload
2784 gma_bottom = workload->rb_start + _RING_CTL_BUF_SIZE(workload->rb_ctl);
2816 unsigned long gma_head, gma_tail, gma_bottom, ring_size, ring_tail; local in function:scan_wa_ctx
2833 gma_bottom = wa_ctx->indirect_ctx.guest_gma + ring_size;

Completed in 118 milliseconds