Lines Matching defs:xva_reqattrmap
452 * size of the array before it, xva_reqattrmap[], could change which means
456 * xva_reqattrmap[] - Array of requested attributes. Attributes are
468 * These values are only valid if the corresponding bits in xva_reqattrmap
476 uint32_t xva_reqattrmap[XVA_MAPSIZE]; /* Requested attrs */
631 * requested attribute map array (xva_reqattrmap[]). Its location changes
640 * of requested attributes (xva_reqattrmap[]).
645 (xvap)->xva_reqattrmap[XVA_INDEX(attr)] |= XVA_ATTRBIT(attr)
648 * of requested attributes (xva_reqattrmap[]).
653 (xvap)->xva_reqattrmap[XVA_INDEX(attr)] &= ~XVA_ATTRBIT(attr)
665 * XVA_ISSET_REQ() checks the requested attribute bitmap (xva_reqattrmap[])
672 ((xvap)->xva_reqattrmap[XVA_INDEX(attr)] & XVA_ATTRBIT(attr)) : 0)