Searched refs:ctxEntry (Results 1 – 1 of 1) sorted by relevance
822 auto& ctxEntry = ctxIt->second; in setContextAddressSpaceHandleLocked() local823 ctxEntry.addressSpaceHandle = handle; in setContextAddressSpaceHandleLocked()824 ctxEntry.hasAddressSpaceHandle = true; in setContextAddressSpaceHandleLocked()825 ctxEntry.addressSpaceHandles[resourceId] = handle; in setContextAddressSpaceHandleLocked()836 auto& ctxEntry = ctxIt->second; in getAddressSpaceHandleLocked() local838 if (!ctxEntry.addressSpaceHandles.count(resourceId)) { in getAddressSpaceHandleLocked()843 return ctxEntry.addressSpaceHandles[resourceId]; in getAddressSpaceHandleLocked()870 auto& ctxEntry = ctxIt->second; in addressSpaceProcessCmd() local873 std::string name = ctxEntry.name + "-" + std::to_string(contextCreate.resourceId); in addressSpaceProcessCmd()886 .virtioGpuCapsetId = ctxEntry.capsetId, in addressSpaceProcessCmd()[all …]