Searched refs:otables (Results 1 – 2 of 2) sorted by relevance
242 struct vmw_otable *otables = batch->otables; in vmw_otable_batch_setup() local248 if (!otables[i].enabled) in vmw_otable_batch_setup()251 otables[i].size = in vmw_otable_batch_setup()252 (otables[i].size + PAGE_SIZE - 1) & PAGE_MASK; in vmw_otable_batch_setup()253 bo_size += otables[i].size; in vmw_otable_batch_setup()278 if (!batch->otables[i].enabled) in vmw_otable_batch_setup()283 &otables[i]); in vmw_otable_batch_setup()286 offset += otables[i].size; in vmw_otable_batch_setup()295 if (batch->otables[i].enabled) in vmw_otable_batch_setup()297 &batch->otables[i]); in vmw_otable_batch_setup()[all …]
350 struct vmw_otable *otables; member