Searched refs:otables (Results 1 – 2 of 2) sorted by relevance
240 struct vmw_otable *otables = batch->otables; in vmw_otable_batch_setup() local246 if (!otables[i].enabled) in vmw_otable_batch_setup()249 otables[i].size = in vmw_otable_batch_setup()250 (otables[i].size + PAGE_SIZE - 1) & PAGE_MASK; in vmw_otable_batch_setup()251 bo_size += otables[i].size; in vmw_otable_batch_setup()260 if (!batch->otables[i].enabled) in vmw_otable_batch_setup()265 &otables[i]); in vmw_otable_batch_setup()268 offset += otables[i].size; in vmw_otable_batch_setup()275 if (batch->otables[i].enabled) in vmw_otable_batch_setup()277 &batch->otables[i]); in vmw_otable_batch_setup()[all …]
467 struct vmw_otable *otables; member