Searched refs:otables (Results 1 – 2 of 2) sorted by relevance
245 struct vmw_otable *otables = batch->otables; in vmw_otable_batch_setup() local255 if (!otables[i].enabled) in vmw_otable_batch_setup()258 otables[i].size = in vmw_otable_batch_setup()259 (otables[i].size + PAGE_SIZE - 1) & PAGE_MASK; in vmw_otable_batch_setup()260 bo_size += otables[i].size; in vmw_otable_batch_setup()284 if (!batch->otables[i].enabled) in vmw_otable_batch_setup()289 &otables[i]); in vmw_otable_batch_setup()292 offset += otables[i].size; in vmw_otable_batch_setup()301 if (batch->otables[i].enabled) in vmw_otable_batch_setup()303 &batch->otables[i]); in vmw_otable_batch_setup()[all …]
444 struct vmw_otable *otables; member