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

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gvt.h 261 u8 *mmio_attribute; member in struct:intel_gvt_mmio
610 gvt->mmio.mmio_attribute[offset >> 2] |= F_ACCESSED;
622 return gvt->mmio.mmio_attribute[offset >> 2] & F_CMD_ACCESS;
634 return gvt->mmio.mmio_attribute[offset >> 2] & F_UNALIGN;
646 gvt->mmio.mmio_attribute[offset >> 2] |= F_CMD_ACCESSED;
661 return gvt->mmio.mmio_attribute[offset >> 2] & F_MODE_MASK;
676 return gvt->mmio.mmio_attribute[offset >> 2] & F_IN_CTX;
688 gvt->mmio.mmio_attribute[offset >> 2] |= F_IN_CTX;
gvt.h 261 u8 *mmio_attribute; member in struct:intel_gvt_mmio
610 gvt->mmio.mmio_attribute[offset >> 2] |= F_ACCESSED;
622 return gvt->mmio.mmio_attribute[offset >> 2] & F_CMD_ACCESS;
634 return gvt->mmio.mmio_attribute[offset >> 2] & F_UNALIGN;
646 gvt->mmio.mmio_attribute[offset >> 2] |= F_CMD_ACCESSED;
661 return gvt->mmio.mmio_attribute[offset >> 2] & F_MODE_MASK;
676 return gvt->mmio.mmio_attribute[offset >> 2] & F_IN_CTX;
688 gvt->mmio.mmio_attribute[offset >> 2] |= F_IN_CTX;
gvt.h 261 u8 *mmio_attribute; member in struct:intel_gvt_mmio
610 gvt->mmio.mmio_attribute[offset >> 2] |= F_ACCESSED;
622 return gvt->mmio.mmio_attribute[offset >> 2] & F_CMD_ACCESS;
634 return gvt->mmio.mmio_attribute[offset >> 2] & F_UNALIGN;
646 gvt->mmio.mmio_attribute[offset >> 2] |= F_CMD_ACCESSED;
661 return gvt->mmio.mmio_attribute[offset >> 2] & F_MODE_MASK;
676 return gvt->mmio.mmio_attribute[offset >> 2] & F_IN_CTX;
688 gvt->mmio.mmio_attribute[offset >> 2] |= F_IN_CTX;

Completed in 346 milliseconds